summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-maps.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-04-05 00:32:42 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-04-05 00:32:42 (GMT)
commit5a6d046d1e6a4eef168090b09ea09861e3b86b6c (patch)
tree285c1d5bfaf2bdd56cb705411e7599d57756f63e /lisp/ravi-init-maps.el
parent19a76fb6b4337e466ea9dfc59acaafbe8b6205af (diff)
downloaddotemacs-5a6d046d1e6a4eef168090b09ea09861e3b86b6c.zip
dotemacs-5a6d046d1e6a4eef168090b09ea09861e3b86b6c.tar.gz
dotemacs-5a6d046d1e6a4eef168090b09ea09861e3b86b6c.tar.bz2
Support for kitty
Diffstat (limited to 'lisp/ravi-init-maps.el')
-rw-r--r--lisp/ravi-init-maps.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ravi-init-maps.el b/lisp/ravi-init-maps.el
index a8de0a1..1a148ca 100644
--- a/lisp/ravi-init-maps.el
+++ b/lisp/ravi-init-maps.el
@@ -27,6 +27,7 @@
(use-package hydra-posframe
:load-path (lambda () (ravi/emacs-file "site-lisp/hydra-posframe"))
:after hydra
+ :if window-system
:config
(hydra-posframe-mode)
(setq hydra-posframe-poshandler #'posframe-poshandler-frame-bottom-center)