forked from colonelpanic/dotfiles
Add rudel, but diable it
This commit is contained in:
parent
389118623b
commit
6414b61344
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user