feat: Julia indent, org roam
This commit is contained in:
parent
1f87caa390
commit
c922e623b1
|
@ -483,6 +483,13 @@ removed.
|
|||
)
|
||||
#+end_src
|
||||
|
||||
*** Julia
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'julia-mode-hook (lambda ()
|
||||
(setq tab-width 4)))
|
||||
#+end_src
|
||||
|
||||
*** LaTeX
|
||||
|
||||
The target indentation style of ~LaTeX~ is as follows:
|
||||
|
|
|
@ -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 +tree-sitter +snail) ; a better, faster MATLAB
|
||||
(julia +tree-sitter +snail) ; 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
|
||||
|
@ -153,7 +153,7 @@
|
|||
;;nim ; python + lisp at the speed of c
|
||||
nix ; I hereby declare "nix geht mehr!"
|
||||
;;ocaml ; an objective camel
|
||||
org ; organize your plain life in plain text
|
||||
(org +brain +ipython +jupyter +roam2) ; organize your plain life in plain text
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
|
@ -183,7 +183,7 @@
|
|||
|
||||
:app
|
||||
calendar
|
||||
emms
|
||||
;emms
|
||||
everywhere ; *leave* Emacs!? You must be joking
|
||||
;;irc ; how neckbeards socialize
|
||||
;;(rss +org) ; emacs as an RSS reader
|
||||
|
|
Loading…
Reference in New Issue