diff options
Diffstat (limited to 'Emacs.org')
-rw-r--r-- | Emacs.org | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | #+author: jdlugosz963 | 1 | #+author: jdlugosz963 |
3 | #+PROPERTY: header-args:emacs-lisp :tangle .config/emacs/init.el | 2 | #+PROPERTY: header-args:emacs-lisp :tangle .config/emacs/init.el |
4 | 3 | ||
@@ -8,7 +7,7 @@ | |||
8 | - [[#user-information-setup][User information setup]] | 7 | - [[#user-information-setup][User information setup]] |
9 | - [[#stay-clean][Stay clean]] | 8 | - [[#stay-clean][Stay clean]] |
10 | - [[#package-setup][Package setup]] | 9 | - [[#package-setup][Package setup]] |
11 | - [[#keboard-setup][Keboard Setup]] | 10 | - [[#keyboard-setup][Keyboard Setup]] |
12 | - [[#general-setup][General Setup]] | 11 | - [[#general-setup][General Setup]] |
13 | - [[#evil-mode-setup][Evil mode setup]] | 12 | - [[#evil-mode-setup][Evil mode setup]] |
14 | - [[#ui-configuration][UI Configuration]] | 13 | - [[#ui-configuration][UI Configuration]] |
@@ -73,7 +72,6 @@ | |||
73 | (add-hook 'emacs-startup-hook #'jd/startup) | 72 | (add-hook 'emacs-startup-hook #'jd/startup) |
74 | #+end_src | 73 | #+end_src |
75 | 74 | ||
76 | |||
77 | * User information setup | 75 | * User information setup |
78 | 76 | ||
79 | #+begin_src emacs-lisp | 77 | #+begin_src emacs-lisp |
@@ -123,7 +121,7 @@ | |||
123 | 121 | ||
124 | #+end_src | 122 | #+end_src |
125 | 123 | ||
126 | * Keboard Setup | 124 | * Keyboard Setup |
127 | ** General Setup | 125 | ** General Setup |
128 | 126 | ||
129 | #+begin_src emacs-lisp | 127 | #+begin_src emacs-lisp |
@@ -469,7 +467,6 @@ | |||
469 | #+end_src | 467 | #+end_src |
470 | 468 | ||
471 | * Org | 469 | * Org |
472 | |||
473 | ** Org-mode setup | 470 | ** Org-mode setup |
474 | 471 | ||
475 | #+begin_src emacs-lisp | 472 | #+begin_src emacs-lisp |
@@ -810,7 +807,6 @@ | |||
810 | 807 | ||
811 | #+end_src | 808 | #+end_src |
812 | 809 | ||
813 | |||
814 | *** TypeScript | 810 | *** TypeScript |
815 | 811 | ||
816 | #+begin_src emacs-lisp | 812 | #+begin_src emacs-lisp |
@@ -827,15 +823,12 @@ | |||
827 | (tide-hl-identifier-mode))) | 823 | (tide-hl-identifier-mode))) |
828 | 824 | ||
829 | (use-package tide | 825 | (use-package tide |
830 | :ensure t | ||
831 | :after (typescript-mode company web-mode)) | 826 | :after (typescript-mode company web-mode)) |
832 | 827 | ||
833 | (use-package flycheck | 828 | (use-package flycheck |
834 | :ensure t | ||
835 | :hook ((after-init . global-flycheck-mode))) | 829 | :hook ((after-init . global-flycheck-mode))) |
836 | 830 | ||
837 | (use-package web-mode | 831 | (use-package web-mode |
838 | :ensure t | ||
839 | :hook ((web-mode . jd/activate-tide-mode)) | 832 | :hook ((web-mode . jd/activate-tide-mode)) |
840 | :mode | 833 | :mode |
841 | ("\\.ejs\\'" "\\.hbs\\'" "\\.html\\'" "\\.php\\'" "\\.[jt]sx?\\'") | 834 | ("\\.ejs\\'" "\\.hbs\\'" "\\.html\\'" "\\.php\\'" "\\.[jt]sx?\\'") |
@@ -1173,7 +1166,15 @@ | |||
1173 | - Load my [[./Mu4e.org][mu4e]] config | 1166 | - Load my [[./Mu4e.org][mu4e]] config |
1174 | 1167 | ||
1175 | #+begin_src emacs-lisp | 1168 | #+begin_src emacs-lisp |
1176 | ; (require 'jd-mu4e) | 1169 | (require 'jd-mu4e) |
1170 | #+end_src | ||
1171 | |||
1172 | *Guix Packages* | ||
1173 | |||
1174 | #+begin_src scheme :noweb-ref packages :noweb-sep "" | ||
1175 | |||
1176 | "mu" | ||
1177 | |||
1177 | #+end_src | 1178 | #+end_src |
1178 | 1179 | ||
1179 | ** RSS | 1180 | ** RSS |
@@ -1207,7 +1208,6 @@ | |||
1207 | 1208 | ||
1208 | (specifications->manifest | 1209 | (specifications->manifest |
1209 | '("emacs" | 1210 | '("emacs" |
1210 | "emacs-exwm" | ||
1211 | ;;"emacs-native-comp" | 1211 | ;;"emacs-native-comp" |
1212 | <<packages>> | 1212 | <<packages>> |
1213 | )) | 1213 | )) |