New modes in emacs #8
|
@ -200,7 +200,7 @@ available. You can either set ~doom-theme~ or manually load a theme with the
|
|||
:family default-font
|
||||
:size default-font-size)
|
||||
doom-theme 'doom-lantern)
|
||||
(add-to-list 'default-frame-alist '(alpha . 90))
|
||||
;(add-to-list 'default-frame-alist '(alpha . 90))
|
||||
#+end_src
|
||||
|
||||
** Splash Screen
|
||||
|
@ -335,6 +335,15 @@ Note that ~onsave~ was intentionally turned off because it messes with version c
|
|||
|
||||
** Languages
|
||||
|
||||
*** Capnproto
|
||||
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! capnp-mode :recipe (
|
||||
:host github
|
||||
:repo "capnproto/capnproto"
|
||||
:files ("highlighting/emacs/*.el")))
|
||||
#+end_src
|
||||
|
||||
*** Emacs Lisp
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
;;neotree ; a project drawer, like NERDTree for vim
|
||||
ophints ; highlight the region an operation acts on
|
||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
tabs ; a tab bar for Emacs
|
||||
;;tabs ; a tab bar for Emacs
|
||||
treemacs ; a project drawer, like neotree but cooler
|
||||
unicode ; extended unicode support for various languages
|
||||
(vc-gutter +pretty) ; vcs diff in the fringe
|
||||
|
@ -143,7 +143,7 @@
|
|||
json ; At least it ain't XML
|
||||
;;(java +lsp) ; the poster child for carpal tunnel syndrome
|
||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
;;julia ; a better, faster MATLAB
|
||||
(julia +lsp) ; a better, faster MATLAB
|
||||
;;kotlin ; a better, slicker Java(Script)
|
||||
(latex +latexmk +lsp) ; writing papers in Emacs has never been so fun
|
||||
lean ; for folks with too much to prove
|
||||
|
@ -174,7 +174,7 @@
|
|||
;;terra ; Earth and Moon in alignment for performance.
|
||||
web ; the tubes
|
||||
yaml ; JSON, but readable
|
||||
;;zig ; C, but simpler
|
||||
zig ; C, but simpler
|
||||
|
||||
:email
|
||||
;;(mu4e +org +gmail)
|
||||
|
|
Loading…
Reference in New Issue