forked from colonelpanic/dotfiles
Disable editorconfig because of gpg coding issues
When editorconfig mode is enabled, saving a gpg encoded file ALWAYS results in a prompt for which encoding type to use. I'm not 100% sure why this happens.
This commit is contained in:
parent
737def95ad
commit
0f0aca8403
@ -2598,10 +2598,13 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
|
|||||||
(define-key ctl-x-4-map "np" 'ni-narrow-to-page-indirect-other-window)))
|
(define-key ctl-x-4-map "np" 'ni-narrow-to-page-indirect-other-window)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** editorconfig
|
*** editorconfig
|
||||||
|
I had to disable this mode because something that it does messes with coding settings and makes it so that I have to select the appropriate encoding every time I save gpg encrypted files.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package editorconfig
|
(use-package editorconfig
|
||||||
|
:disabled t
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(add-to-list 'editorconfig-exclude-modes '(org-mode))
|
||||||
(editorconfig-mode 1)))
|
(editorconfig-mode 1)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** dtrt-indent
|
*** dtrt-indent
|
||||||
|
Loading…
Reference in New Issue
Block a user