summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/bd--popper.el2
-rw-r--r--.config/guix/modules/ssh.scm3
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--popper.el b/.config/emacs/modules/bd--popper.el
index e3e43e7..784c091 100644
--- a/.config/emacs/modules/bd--popper.el
+++ b/.config/emacs/modules/bd--popper.el
@@ -21,7 +21,7 @@
help-mode
Info-mode
occur-mode
- compilatin-mode
+ compilation-mode
emms-playlist-mode
emms-browser-mode))
(popper-display-control 't)
diff --git a/.config/guix/modules/ssh.scm b/.config/guix/modules/ssh.scm
index 0e80c25..43519ff 100644
--- a/.config/guix/modules/ssh.scm
+++ b/.config/guix/modules/ssh.scm
@@ -14,6 +14,9 @@
(openssh-host (name "vali")
(host-name "192.168.1.64")
(user "bdunahu"))
+ (openssh-host (name "ivaldi")
+ (host-name "192.168.1.98")
+ (user "bdunahu"))
(openssh-host (name "perch")
(host-name "perch.cs.colostate.edu")
(user "bdunahu"))))))))