From 39b71d56a96c9e11ebe2476b995b6d13233d2580 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 18 Oct 2019 19:33:19 -0400 Subject: [PATCH] Add meta keysym for super key --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 9fc5d8e..648bb32 100644 --- a/init.el +++ b/init.el @@ -41,6 +41,7 @@ inhibit-startup-screen t ; Don't show startup screen inhibit-splash-screen t ; Don't show splash screen x-gtk-use-system-tooltips nil ; Don't use system tooltips + x-super-keysym 'meta ; Treat the super key as a meta key mouse-wheel-progressive-speed nil ; Don't accelerate mouse scrolling scroll-preserve-screen-position 1 ; Don't move cursor while scrolling custom-file "~/.emacs.d/custom.el" ; Use separate custom-vars file