summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-12-15 19:34:43 +0100
committeryuzu-eva <stevenhu@web.de>2024-12-15 19:34:43 +0100
commit41fd57e69bb952a10a39940f4ba3636e9e7ddf43 (patch)
tree44ac31fa623ca942dfe8f899ca30fffae9a6bfc9 /config.org
parent27173a08c36378e62657a92051032f1096a588c3 (diff)
removed terminal section (default shell is now bash)
Diffstat (limited to 'config.org')
-rw-r--r--config.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.org b/config.org
index 0ae27e9..2ef3e9a 100644
--- a/config.org
+++ b/config.org
@@ -10,18 +10,6 @@ yuzu-emacs is my personal configuration for emacs.
It disables some visual annoyances and sets some helpful functions and keybinds.
Currently configured for C/C++, Ruby and Python.
-* Terminal
-
-** Setting default shell to zsh
-
-#+begin_src emacs-lisp
- (defvar my-term-shell "/bin/zsh")
- (defadvice ansi-term (before force-bash)
- (interactive (list my-term-shell)))
- (ad-activate 'ansi-term)
- (global-set-key (kbd "<s-C-return>") 'ansi-term)
-#+end_src
-
* QoL section
Some quality-of-life improvements