|
|
|
@ -575,7 +575,7 @@ |
|
|
|
:session nil "/org/xkbvleds" "org.xkbvleds" "indicatorChanged" |
|
|
|
:session nil "/org/xkbvleds" "org.xkbvleds" "indicatorChanged" |
|
|
|
'xkbvleds-indicator-signal-handler)) |
|
|
|
'xkbvleds-indicator-signal-handler)) |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
** Tarmak-ready |
|
|
|
** COMMENT Tarmak-ready |
|
|
|
Set up all possible combinations of modifiers |
|
|
|
Set up all possible combinations of modifiers |
|
|
|
#+begin_src emacs-lisp |
|
|
|
#+begin_src emacs-lisp |
|
|
|
(defun concat-recursive (b &optional a) |
|
|
|
(defun concat-recursive (b &optional a) |
|
|
|
@ -1360,7 +1360,7 @@ |
|
|
|
(autoload 'enable-paredit-mode "paredit" "Turn on |
|
|
|
(autoload 'enable-paredit-mode "paredit" "Turn on |
|
|
|
pseudo-structural editing of Lisp code." t) |
|
|
|
pseudo-structural editing of Lisp code." t) |
|
|
|
(add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode) |
|
|
|
(add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode) |
|
|
|
(require 'hydra) |
|
|
|
|
|
|
|
(require 'highlight-parentheses) |
|
|
|
(require 'highlight-parentheses) |
|
|
|
|
|
|
|
|
|
|
|
(defun hydra-paren/hl-paren-force-fix () |
|
|
|
(defun hydra-paren/hl-paren-force-fix () |
|
|
|
|