Add rudel, but diable it

This commit is contained in:
Ivan Malison 2016-08-25 10:16:11 -07:00
parent 389118623b
commit 6414b61344
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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) (advice-add 'company-call-frontends :before #'fci-on-off-fci-before-company)
(add-hook 'prog-mode-hook 'fci-mode))) (add-hook 'prog-mode-hook 'fci-mode)))
#+END_SRC #+END_SRC
*** rudel
#+BEGIN_SRC emacs-lisp
(use-package rudel
:disabled t)
#+END_SRC
** Keybindings ** Keybindings
*** bind-key *** bind-key
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -3299,7 +3304,8 @@ Not really sure what this is
(use-package epg (use-package epg
:after shut-up :after shut-up
:config :config
(shut-up (epa-file-enable))) (shut-up
(epa-file-enable)))
#+END_SRC #+END_SRC
*** twittering-mode *** twittering-mode
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp