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)
|
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user