commit fff22b07fefe87f5dc6dd428418af7d8d0c4fe2a
Author: Simon Watson <spw01@protonmail.com>
Date: Tue Jul 27 22:29:51 2021 -0400
Small changes
diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index ab4bc99..f8d429c 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -204,7 +204,7 @@
;; Small helper functions
(load "~/Repos/dotfiles/emacs/elisp/helpers.el")
-(global-set-key (kbd "C-c C-x f") 'display-full-buffer-path)
+(global-set-key (kbd "C-c p") 'display-full-buffer-path)
;; Load for macOS
;;; Slime/etc
diff --git a/emacs/yasnippets/erc-mode/chan-search b/emacs/yasnippets/erc-mode/chan-search
new file mode 100644
index 0000000..9e908d9
--- /dev/null
+++ b/emacs/yasnippets/erc-mode/chan-search
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: chan-search
+# key: /cs
+# --
+/msg alis LIST
\ No newline at end of file