mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move x-*-keysym defs to private init.el
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
;;; 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)
|
||||
"Returns an interactive function for searching files."
|
||||
`(lambda () (interactive)
|
||||
|
@ -1,5 +1,9 @@
|
||||
;;; 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
|
||||
;; core but before any module is activated, giving you an opportunity to
|
||||
;; overwrite variables or settings before initialization.
|
||||
|
Reference in New Issue
Block a user