From 37846a0d453b60111396558d80349f553dea278c Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 8 Oct 2021 11:22:28 -0400 Subject: [PATCH] Cleanup There seems to be some redundancy in the definitions for the colemak transitions; comment away a section to see if anything breaks. --- global.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.org b/global.org index 625ee32..7d8daa4 100644 --- a/global.org +++ b/global.org @@ -575,7 +575,7 @@ :session nil "/org/xkbvleds" "org.xkbvleds" "indicatorChanged" 'xkbvleds-indicator-signal-handler)) #+end_src -** Tarmak-ready +** COMMENT Tarmak-ready Set up all possible combinations of modifiers #+begin_src emacs-lisp (defun concat-recursive (b &optional a) @@ -1360,7 +1360,7 @@ (autoload 'enable-paredit-mode "paredit" "Turn on pseudo-structural editing of Lisp code." t) (add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode) - (require 'hydra) + (require 'highlight-parentheses) (defun hydra-paren/hl-paren-force-fix ()