some temp workarounds
This commit is contained in:
parent
c866312818
commit
ff11fa1d19
3 changed files with 15 additions and 3 deletions
|
@ -246,6 +246,15 @@
|
|||
;; :config
|
||||
;; (ready-player-add-to-auto-mode-alist))
|
||||
|
||||
;; override aggressive key shortcuts for alt-l/r
|
||||
(use-package! drag-stuff
|
||||
:defer t
|
||||
:init
|
||||
(map! "<M-up>" #'drag-stuff-up
|
||||
"<M-down>" #'drag-stuff-down
|
||||
"<M-left>" #'left-word
|
||||
"<M-right>" #'right-word))
|
||||
|
||||
;; load additional config files
|
||||
(load! "obsidian-config.el")
|
||||
(load! "mu4e-config.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue