~edwargix/emacs.d

ea3c8b63e7aac0b1397bd506646e2ee4191e4965 — David Florness 2 years ago d07ab22
keys: switch C-M-<return> to kitty terminal
1 files changed, 3 insertions(+), 3 deletions(-)

M lisp/keys.el
M lisp/keys.el => lisp/keys.el +3 -3
@@ 70,9 70,9 @@
                (lambda ()
                  (interactive)
                  (start-process
                   "urxvt"
                   "*urxvt*"
                   "/usr/bin/urxvt"))) ;TODO: don't use absolute path
                   "kitty"
                   "*kitty*"
                   "/usr/bin/kitty"))) ;TODO: don't use absolute path

;; I don't always know where my frames are, and I want a way to kill Emacs 100%
;; of the time