I’ve been enjoying getting to use emacs again. I used it a lot in a college. The ability to have notes in one pane and code in the other is pretty good. Also org-mode is like very helpful.
Here’s my emacs config
1(require 'package)
2
3(add-to-list 'package-archives
4 '("MELPA" .
5 "http://melpa.org/packages/"))
6(package-initialize)
7(use-package catppuccin-theme
8 :init (setq catppuccin-flavor 'mocha)
9 :hook (after-init . (lambda() (load-theme 'catppuccin))))
10
11(setq backup-directory-alist '(("." . "~/MyEmacsBackups")))
It basically just loads a theme and sets a backup directory. Pretty cool. a
I find emacs kind of just gorgeous.
I can’t emphasize this enough FUCK OBSIDIAN!
OBSIDIAN IS PRODUCTIVITY SLOP