From 1c0c3aecff1f7d8228c274d4b6693b172e14e7e0 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 20 Aug 2023 12:05:43 +0300 Subject: emacs: style packages --- emacs.org | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'emacs.org') 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 -- cgit v1.2.3