From 858067ceceb21ebae66426d4c867e264bc71351f Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 27 Oct 2019 15:21:02 -0400 Subject: [PATCH] Remove meta keysym for super key --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 648bb32..9fc5d8e 100644 --- a/init.el +++ b/init.el @@ -41,7 +41,6 @@ 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