making emacs work better under nixos
This commit is contained in:
parent
bf57945a82
commit
c25d060033
4 changed files with 62 additions and 191 deletions
|
@ -85,3 +85,5 @@ org-mode
|
|||
(src "#+begin_src " p n> r> n> "#+end_src")
|
||||
(elisp "#+begin_src emacs-lisp" n> r> n "#+end_src"
|
||||
:post (progn (tempel-done) (org-edit-src-code)))
|
||||
(nix "#+begin_src nix" n> r> n "#+end_src"
|
||||
:post (progn (tempel-done) (org-edit-src-code)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue