summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org33
1 files changed, 17 insertions, 16 deletions
diff --git a/emacs.org b/emacs.org
index 93037f8..752b182 100755
--- a/emacs.org
+++ b/emacs.org
@@ -49,22 +49,23 @@ Define essential keybindings
** List of required packages
Request the following packages:
#+begin_src emacs-lisp
- (defvar thanos/packages '(emms tree-sitter org-snooze org-drill
- all-the-icons all-the-icons-dired
- all-the-icons-ivy-rich toc-org emojify
- doom-themes doom-modeline gruvbox-theme counsel
- vterm multi-vterm which-key ivy ivy-rich helpful
- password-store org org-modern org-roam
- visual-fill-column rainbow-delimiters flycheck
- lsp-mode lsp-ui json-mode rjsx-mode
- typescript-mode python-mode pyvenv company
- company-box magit elfeed elfeed-goodies paredit
- corfu monkeytype sudo-edit consult alsamixer
- simple-httpd eshell-syntax-highlighting
- org-superstar pdf-tools org-auto-tangle sly
- org-download eshell-git-prompt eshell-vterm
- hackernews circe gptel beacon ement mu4e-alert
- pass eat nov))
+ (defvar thanos/packages
+ '(emms tree-sitter org-snooze org-drill
+ all-the-icons all-the-icons-dired
+ all-the-icons-ivy-rich toc-org emojify
+ doom-themes doom-modeline gruvbox-theme counsel
+ vterm multi-vterm which-key ivy ivy-rich helpful
+ password-store org org-modern org-roam
+ visual-fill-column rainbow-delimiters flycheck
+ lsp-mode lsp-ui json-mode rjsx-mode
+ typescript-mode python-mode pyvenv company
+ company-box magit elfeed elfeed-goodies paredit
+ corfu monkeytype sudo-edit consult alsamixer
+ simple-httpd eshell-syntax-highlighting
+ org-superstar pdf-tools org-auto-tangle sly
+ org-download eshell-git-prompt eshell-vterm
+ hackernews circe gptel beacon ement mu4e-alert
+ pass eat nov yeetube))
#+end_src
** Installation & activation
Set ~package-archives~, and install packages