aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-03-21 11:43:17 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-03-21 11:43:17 -0600
commitc0f40005ba5890f82212deedfe81af9bb53c26af (patch)
treef92950fc3c1f889e2b04d5848970e35607b9cbfa /init.el
parentfe99f00683ab087748be5c89f3cca4523bfbf536 (diff)
Rename mixins/ui.el → mixins/base.el; add some researcher config
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 2a4e17c..98a72dd 100644
--- a/init.el
+++ b/init.el
@@ -45,7 +45,8 @@
(windmove-default-keybindings 'control) ; You can use other modifiers here
;; Make right-click do something sensible
-(context-menu-mode)
+(when (display-graphic-p)
+ (context-menu-mode))
;; Don't litter filesystem with *~ backup files; put them all inside
;; ~/.emacs.d/backup or wherever