|
29 | 29 | ;; If you edit it by hand, you could mess it up, so be careful.
|
30 | 30 | ;; Your init file should contain only one such instance.
|
31 | 31 | ;; If there is more than one, they won't work right.
|
32 |
| - '(package-selected-packages |
33 |
| - (quote |
34 |
| - (company-quickhelp company-tern window-purpose markdown-preview-mode markdown-mode python-mode editorconfig helpful pass diminish dashboard snazzy-theme base16-theme dante grizzl hackernews youdao-dictionary counsel-projectile projectile avy magit whitespace-cleanup-mode counsel-dash haskell-mode web-mode nodejs-repl emmet-mode dumb-jump dockerfile-mode company-jedi company pyim eshell-git-prompt smartparens mode-icons org-download s use-package)))) |
| 32 | + '(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosaves/" t)))) |
| 33 | + '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backups/")))) |
| 34 | + '(browse-url-browser-function (quote eww-browse-url)) |
| 35 | + '(column-number-mode t) |
| 36 | + '(custom-safe-themes |
| 37 | + (quote |
| 38 | + ("b3bcf1b12ef2a7606c7697d71b934ca0bdd495d52f901e73ce008c4c9825a3aa" "3f67aee8f8d8eedad7f547a346803be4cc47c420602e19d88bdcccc66dba033b" "d9dab332207600e49400d798ed05f38372ec32132b3f7d2ba697e59088021555" "0809485f08aa8c9b0100033eaa2d04f6a7410c2afcdbd76ce368a7a8e5744ffb" default))) |
| 39 | + '(org-download-screenshot-method "xclip -selection clipboard -t image/png -o > %s") |
| 40 | + '(org-export-backends (quote (ascii html icalendar latex md odt))) |
| 41 | + '(org-trello-current-prefix-keybinding "C-c o" nil (org-trello)) |
| 42 | + '(org-trello-files |
| 43 | + (seq-filter |
| 44 | + (lambda |
| 45 | + (x) |
| 46 | + (s-suffix\? ".org" x)) |
| 47 | + (directory-files "~/org/trello" t)) nil (org-trello)) |
| 48 | + '(package-selected-packages |
| 49 | + (quote |
| 50 | + (org-trello magithub magit-todos nginx-mode ox-gfm ox-pandoc web-beautify geiser direx ag which-key lsp-javascript html-mode sass-mode less-mode dot-mode gitter lsp-javascript-typescript rust-mode lsp-flycheck lsp-vue company-lsp ht vue-mode kv lsp-mode json-mode company-quickhelp company-tern window-purpose markdown-preview-mode markdown-mode python-mode editorconfig helpful pass diminish dashboard snazzy-theme base16-theme dante grizzl hackernews youdao-dictionary counsel-projectile projectile avy magit whitespace-cleanup-mode counsel-dash haskell-mode web-mode nodejs-repl emmet-mode dumb-jump dockerfile-mode company-jedi company pyim eshell-git-prompt smartparens mode-icons org-download s use-package)))) |
35 | 51 | (custom-set-faces
|
36 | 52 | ;; custom-set-faces was added by Custom.
|
37 | 53 | ;; If you edit it by hand, you could mess it up, so be careful.
|
38 | 54 | ;; Your init file should contain only one such instance.
|
39 | 55 | ;; If there is more than one, they won't work right.
|
| 56 | + '(lsp-face-highlight-textual ((t (:foreground "steel blue")))) |
40 | 57 | '(markdown-code-face ((t (:inherit fixed-pitch :background "gray20" :foreground "dark orange"))))
|
41 | 58 | '(markdown-header-face-1 ((t (:inherit markdown-header-face :height 2.0))))
|
42 | 59 | '(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.8)))))
|
0 commit comments