diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 9ac4ff94..a0a369c7 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1235,6 +1235,11 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details (advice-add 'company-call-frontends :before #'fci-on-off-fci-before-company) (add-hook 'prog-mode-hook 'fci-mode))) #+END_SRC +*** rudel +#+BEGIN_SRC emacs-lisp +(use-package rudel + :disabled t) +#+END_SRC ** Keybindings *** bind-key #+BEGIN_SRC emacs-lisp @@ -3299,7 +3304,8 @@ Not really sure what this is (use-package epg :after shut-up :config - (shut-up (epa-file-enable))) + (shut-up + (epa-file-enable))) #+END_SRC *** twittering-mode #+BEGIN_SRC emacs-lisp