summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el index 192a040..6a62991 100644 --- a/init.el +++ b/init.el
@@ -394,6 +394,11 @@
394 ;; (setup (:straight erc-image) 394 ;; (setup (:straight erc-image)
395 ;; (:option (append erc-modules) 'image 395 ;; (:option (append erc-modules) 'image
396 ;; erc-image-inline-rescale 300)) 396 ;; erc-image-inline-rescale 300))
397
398 ;; Rewrite `erc-quit/part-reason-default'
399 (defun erc-quit/part-reason-default ()
400 "Default quit/part message."
401 (format "\C-iSee You, Space Cowpokes. . .\C-i"))
397 402
398 (erc-update-modules))) 403 (erc-update-modules)))
399 404
@@ -842,7 +847,7 @@ like a dumbass."
842 847
843 ;; Remap C-h to DEL -- <f1> can be the "help" key 848 ;; Remap C-h to DEL -- <f1> can be the "help" key
844 ;; (define-key key-translation-map [?\C-h] [?\C-?]) 849 ;; (define-key key-translation-map [?\C-h] [?\C-?])
845 850
846 (:global "C-c t" acdw/insert-iso-date 851 (:global "C-c t" acdw/insert-iso-date
847 "C-z" nil)) 852 "C-z" nil))
848 853