summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rw-r--r--emacs.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs.org b/emacs.org
index 717bae5..1e7f679 100644
--- a/emacs.org
+++ b/emacs.org
@@ -406,9 +406,9 @@ Hook with ~dired-mode~
;; ~/.guix-profile. Otherwise we use /bin/zsh.
(if
(or (string= (system-name) "hephaestus")
- (string= (system-name) "heisenberg"))
+ (string= (system-name) "zeus"))
(setq vterm-shell "~/.guix-profile/bin/bash")
- (setq vterm-shell "/bin/zsh")))
+ (setq vterm-shell "/bin/bash")))
#+end_src
** Eshell
#+begin_src emacs-lisp
@@ -883,7 +883,7 @@ Hook with ~dired-mode~
'((emacs-lisp . t)
(python . t)))
- (add-to-list 'org-structure-template-alist '("sh" . "src shell"))
+ (add-to-list 'org-structure-template-alist '("ex" . "SRC EXAMPLE"))
(add-to-list 'org-structure-template-alist '("b" . "src bash"))
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
(add-to-list 'org-structure-template-alist '("py" . "src python"))