Move x-*-keysym defs to private init.el

This commit is contained in:
Henrik Lissner 2017-06-09 19:45:06 +02:00
parent e7b08082fd
commit 14968380ff
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 4 deletions

View file

@ -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.