From 41fd57e69bb952a10a39940f4ba3636e9e7ddf43 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 15 Dec 2024 19:34:43 +0100 Subject: removed terminal section (default shell is now bash) --- config.org | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config.org') 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 "") 'ansi-term) -#+end_src - * QoL section Some quality-of-life improvements -- cgit v1.2.3