Move x-*-keysym defs to private init.el
This commit is contained in:
parent
e7b08082fd
commit
14968380ff
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
;;; private/hlissner/+bindings.el -*- lexical-binding: t; -*-
|
;;; private/hlissner/+bindings.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; I've swapped these keys on my keyboard
|
|
||||||
(setq x-super-keysym 'alt
|
|
||||||
x-alt-keysym 'meta)
|
|
||||||
|
|
||||||
(defmacro find-file-in! (path &optional project-p)
|
(defmacro find-file-in! (path &optional project-p)
|
||||||
"Returns an interactive function for searching files."
|
"Returns an interactive function for searching files."
|
||||||
`(lambda () (interactive)
|
`(lambda () (interactive)
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
;;; private/hlissner/init.el -*- lexical-binding: t; -*-
|
;;; private/hlissner/init.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;; I've swapped these keys on my keyboard
|
||||||
|
(setq x-super-keysym 'alt
|
||||||
|
x-alt-keysym 'meta)
|
||||||
|
|
||||||
;; This is a special file, unique to private modules, that is loaded after DOOM
|
;; This is a special file, unique to private modules, that is loaded after DOOM
|
||||||
;; core but before any module is activated, giving you an opportunity to
|
;; core but before any module is activated, giving you an opportunity to
|
||||||
;; overwrite variables or settings before initialization.
|
;; overwrite variables or settings before initialization.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue