diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-12-15 19:34:43 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-12-15 19:34:43 +0100 |
| commit | 41fd57e69bb952a10a39940f4ba3636e9e7ddf43 (patch) | |
| tree | 44ac31fa623ca942dfe8f899ca30fffae9a6bfc9 /config.org | |
| parent | 27173a08c36378e62657a92051032f1096a588c3 (diff) | |
removed terminal section (default shell is now bash)
Diffstat (limited to 'config.org')
| -rw-r--r-- | config.org | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |
