summaryrefslogtreecommitdiff
path: root/config/emacs.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-03-21 04:52:46 -0700
committerPreston Pan <ret2pop@gmail.com>2025-03-21 04:52:46 -0700
commit00c9e35779cbb298d6395a6e2c2534007a92976f (patch)
treee5bfc2d375b331ba6b664ddf6152f51bfcc900df /config/emacs.org
parent2a4c959ef00fea785633afe44be0af77d6441a4b (diff)
add a ton of VPS upgrades; update website; live life
Diffstat (limited to 'config/emacs.org')
-rw-r--r--config/emacs.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org
index 783eaa9..47cdc06 100644
--- a/config/emacs.org
+++ b/config/emacs.org
@@ -12,7 +12,7 @@ emacs-lisp language only to configure variables for said packages, for the most
Change these variables:
#+begin_src emacs-lisp
(setq system-email "ret2pop@gmail.com")
- (setq system-username "prestonpan")
+ (setq system-username "ret2pop")
(setq system-fullname "Preston Pan")
#+end_src
** Emacs
@@ -461,6 +461,10 @@ emacs keybindings.
(defun matrix-org ()
(interactive)
(ement-connect))
+ (defun gimp-org ()
+ (interactive)
+ (erc-tls :server "irc.gimp.org"
+ :port "6697"))
:config
(general-create-definer leader-key :prefix "SPC")
(leader-key 'normal
@@ -513,6 +517,7 @@ emacs keybindings.
"i p c" '(prestonpan :wk "Connect to my IRC server")
"i l c" '(liberachat :wk "Connect to libera chat server")
"i e c" '(efnet :wk "Connect to efnet chat server")
+ "i g c" '(gimp-org :wk "Connect to gimp chat server")
"h" '(:ignore t :wk "Documentation")
"h v" '(counsel-describe-variable :wk "Describe variable")
"h f" '(counsel-describe-function :wk "Describe function")