diff options
author | Thanos Apollo <[email protected]> | 2023-08-20 12:05:43 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-20 12:05:43 +0300 |
commit | 1c0c3aecff1f7d8228c274d4b6693b172e14e7e0 (patch) | |
tree | c95ce6a5986e494e7de7d388309cc402d432ad7a /emacs.org | |
parent | 3b313b2c6f1203947f51e4caf15d6d6cc6ed3e85 (diff) |
emacs: style packages
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 33 |
1 files changed, 17 insertions, 16 deletions
@@ -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 |