summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/emacs.el
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-26 13:27:10 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-26 13:27:10 +0100
commitc817a13e220c2fd418df24d41a99aeb35f3154eb (patch)
treefd2a293c193464649afdee1950e52b431fd5f2a0 /accounts/gkleen@sif/emacs.el
parent01de0c24e3be9445f7e753de7a443655eb51394f (diff)
downloadnixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.gz
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.bz2
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.tar.xz
nixos-c817a13e220c2fd418df24d41a99aeb35f3154eb.zip
bump
Diffstat (limited to 'accounts/gkleen@sif/emacs.el')
-rw-r--r--accounts/gkleen@sif/emacs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el
index 183cb322..5cee16b0 100644
--- a/accounts/gkleen@sif/emacs.el
+++ b/accounts/gkleen@sif/emacs.el
@@ -228,6 +228,7 @@ necessarily running."
228 (global-set-key (kbd "C-x k") 'kill-buffer-with-special-emacsclient-handling)) 228 (global-set-key (kbd "C-x k") 'kill-buffer-with-special-emacsclient-handling))
229 229
230(add-hook 'server-switch-hook 'install-emacsclient-wrapped-kill-buffer) 230(add-hook 'server-switch-hook 'install-emacsclient-wrapped-kill-buffer)
231(add-hook 'server-switch-hook #'raise-frame)
231 232
232(defun move-file (new-location) 233(defun move-file (new-location)
233 "Write this file to NEW-LOCATION, and delete the old one." 234 "Write this file to NEW-LOCATION, and delete the old one."