summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-08 17:54:13 +0100
committerjao <jao@gnu.org>2022-06-08 17:54:31 +0100
commit86094ccc4254a6203268ec09c9366595ac47bb55 (patch)
treef464f1580a4496aeca46a25b7af4ae5165884be9 /init.el
parent434a23285ee71c59413404c6ce1dbf97a061af64 (diff)
downloadelibs-86094ccc4254a6203268ec09c9366595ac47bb55.tar.gz
elibs-86094ccc4254a6203268ec09c9366595ac47bb55.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index f1772b5..1504d4a 100644
--- a/init.el
+++ b/init.el
@@ -338,6 +338,7 @@
;;; Help system
;;;; Help buffers and shortcuts
(setq help-window-select t
+ help-window-keep-selected nil
help-link-key-to-documentation t)
(use-package find-func
@@ -425,6 +426,8 @@
(when jao-xmonad-enabled
(add-hook 'after-init-hook #'jao-xmonad-enable t))
+;;;; sway
+(defvar jao-sway-enabled nil)
;;;; wallpaper
(defvar jao-wallpaper-dir "~/.wallpapers/")
@@ -537,6 +540,7 @@
(jao-xmobar-kill)
(start-process "" nil "xmobar-exwm" "-d"))
+
;;; Minibuffer
(defvar jao-modeline-in-minibuffer (and window-system t))