diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:02:08 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-02 22:02:08 +0000 |
commit | dee990aae760181f2f6e35ae418fa3afeb3dd2ce (patch) | |
tree | ff14862d60c464e2a357c9b0e62d55ffcf867f12 /doom.d/config.org | |
parent | aabf75789df667f5f1d2213b436779b8e2724f36 (diff) | |
download | dotfiles-dee990aae760181f2f6e35ae418fa3afeb3dd2ce.tar.gz dotfiles-dee990aae760181f2f6e35ae418fa3afeb3dd2ce.tar.bz2 dotfiles-dee990aae760181f2f6e35ae418fa3afeb3dd2ce.zip |
~detailing the situation of Emacs in my system
It has now fully overtaken most of my development activities, and is
central to my process now.
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index c918848..4fc99c9 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -4,9 +4,8 @@ * Preclude This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as -possibe. It is currently my main C# and Python editor but hopefully it will -become my C one soon! * Global variables +possible. It is currently my main editor overall, literally overtaking my life. #+BEGIN_SRC elisp (setq doom-localleader-key ",") (setq warning-minimum-level :emergency) |