aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-11-30 11:33:57 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-11-30 11:33:57 -0700
commit98fc959d6c86e6b2c780d43d12949a64cb1c6d1e (patch)
treed28c36bfb2a0dbbcdee9c730860c53bf24cddbb8
parent41c06daa7939b1242c8aa578aa19e0c227d7ee8f (diff)
downloaddotfiles-98fc959d6c86e6b2c780d43d12949a64cb1c6d1e.tar.gz
dotfiles-98fc959d6c86e6b2c780d43d12949a64cb1c6d1e.tar.xz
emacs: disable custom move minor mode
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--config/emacs/emacs.d/emacs.org13
1 files changed, 9 insertions, 4 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index 3b166424..a229b0c8 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -1593,7 +1593,9 @@ https://matthewbauer.us/blog/bauer.html
("C-x w b" . #'buf-move-left)
("C-x w e" . #'buf-move-right)
("C-x w f" . #'buf-move-right)))
+#+end_src
+#+begin_src elisp :tangle no
;; https://nullprogram.com/blog/2013/02/06/
;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Defining-Minor-Modes.html
(defvar window-resize-mode-delta 5)
@@ -4887,11 +4889,14 @@ _dR_: Disable repeat
#+end_src
-* Local Variables :noexport:
+* Local Variables
:PROPERTIES:
:ID: d02c9b30-8c22-4840-a50c-18cf7bb5506b
:END:
-Local Variables:
-flycheck-disabled-checkers: '(languagetool vale)
-End:
+# Local Variables:
+# flycheck-disabled-checkers: '(languagetool vale)
+# enable-local-eval: t
+# eval: (flycheck-disable-checker 'languagetool)
+# eval: (flycheck-disable-checker 'vale)
+# End: