Add vimrc-mode, correct path of babel library

This commit is contained in:
Thomas Dehaeze 2020-11-05 17:04:35 +01:00
parent e17e650295
commit 69b4e979c3

View File

@ -178,12 +178,12 @@ Automatic line wrap.
Turn off auto-fill mode that add line breaks.
#+begin_src emacs-lisp
(auto-fill-mode -1)
(remove-hook 'text-mode-hook 'turn-on-auto-fill)
;; turn on auto-fill for text-mode
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(remove-hook 'text-mode-hook #'turn-on-auto-fill)
(after! org
;; turn off auto-fill for org-mode
(add-hook 'org-mode-hook 'turn-off-auto-fill))
(after! auctex
(add-hook 'latex-mode-hook 'turn-off-auto-fill))
#+end_src
** Useful General Functions
@ -1860,7 +1860,7 @@ Add all named source blocks to =org-babel-library-of-babel= ([[file:emacs-librar
#+begin_src emacs-lisp
(after! org
(org-babel-lob-ingest "~/.config/literate-dotfiles/dotfiles/emacs-library-babel.org"))
(org-babel-lob-ingest "~/.config/literate-dotfiles/emacs-library-babel.org"))
#+end_src
@ -3050,6 +3050,7 @@ Choose account label to feed msmtp -a option based on From header in Message buf
:END:
#+begin_src emacs-lisp
(package! vimrc-mode)
(package! poet-theme)
(package! spice-mode)
(package! org-pandoc-import