From 51dfc2f7ace39b590fc6144e0a52e801ccda12b7 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 5 Oct 2024 15:40:32 +0100 Subject: Added scratchpad configuration --- Emacs/.config/emacs/config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 5778198..dd4dd3a 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -241,6 +241,17 @@ never used before, 3 seems to be a reasonable default. ((or "ravenmaiden" "oldboy") 6) (_ 3)))) #+end_src +** Setting up a scratchpad +In [[https://git.aryadevchavali.com/dwm.git][DWM]], I have a +scratchpad patch applied which allows the construction and usage of a +floating application, usually a terminal. I've set this to use Emacs +instead, evaluating ~(+scratcpad-setup)~. This function, defined +here, just sets up any specific configuration I want for this +scratchpad instance. +#+begin_src emacs-lisp +(defun +scratchpad-setup() + (eshell)) +#+end_src * Aesthetics General look and feel of Emacs (mostly disabling stuff I don't like). ** Themes -- cgit v1.2.3-13-gbd6f