|
1 | 1 |
|
2 |
| - |
| 2 | +(setq max-lisp-eval-depth 10000) |
| 3 | +(setq max-specpdl-size 10000) |
3 | 4 | (require 'package)
|
| 5 | + |
4 | 6 | (setq package-enable-at-startup nil)
|
5 | 7 | (add-to-list 'package-archives
|
6 | 8 | '("melpa" . "https://melpa.org/packages/"))
|
7 |
| -;; (add-to-list 'package-archives |
8 |
| -;; '("melpa2" . "http://www.mirrorservice.org/sites/melpa.org/packages/")) |
| 9 | + (add-to-list 'package-archives |
| 10 | + '("gnu" . "https://elpa.gnu.org/packages/")) |
9 | 11 | ;; (add-to-list 'package-archives
|
10 | 12 | ;; '("melpa3" . "http://www.mirrorservice.org/sites/stable.melpa.org/packages/"))
|
11 |
| -;;(package-initialize) |
| 13 | +(package-initialize) |
12 | 14 |
|
13 | 15 | ;; Bootstrap `use-package'
|
14 | 16 | (unless (package-installed-p 'use-package)
|
|
23 | 25 | ;; If you edit it by hand, you could mess it up, so be careful.
|
24 | 26 | ;; Your init file should contain only one such instance.
|
25 | 27 | ;; If there is more than one, they won't work right.
|
| 28 | + '(all-the-icons-ivy-buffer-commands '(ivy-switch-buffer-other-window ivy-switch-buffer)) |
| 29 | + '(elpy-rpc-backend "jedi" t) |
26 | 30 | '(hydra-hint-display-type 'posframe)
|
27 | 31 | '(org-confirm-babel-evaluate nil)
|
28 | 32 | '(org-default-notes-file (concat org-directory "/notes.org"))
|
|
33 | 37 | '(org-startup-folded 'overview)
|
34 | 38 | '(org-startup-indented t)
|
35 | 39 | '(package-selected-packages
|
36 |
| - '(flycheck-pos-tip flycheck-clojure ox-reveal posframe processing-snippets processing-mode rg deadgrep flycheck-rust cargo racer yasnippet-classic-snippets rustic lsp-rust lsp-java company-lsp lsp-ui lsp-mode lsp yasnippet-snippets counsel-spotify exec-path-from-shell easy-kill auto-yasnippet org-pdfview pdf-tools atomic-chrome mingus simple-mpc pcre2el ag wgrep-ag wgrep haskell-mode aggressive-indent treemacs-projectile treemacs prodigy origami dumb-jump cider ggtags circe-notifications circe org-gcal mu4e-alert git-timemachine git-gutter magit hydra default-text-scale smartparens projectile auctex tern-auto-complete tern js2-refactor ac-js2 js2-mode emmet-mode web-mode iedit expand-region multiple-cursors hungry-delete beacon undo-tree virtualenvwrapper elpy flycheck doom-modeline doom-themes tao-theme poet-theme faff-theme zerodark-theme alect-themes moe-theme base16-theme zenburn-theme color-theme-modern company-jedi irony-eldoc company-irony company counsel ace-window htmlize noflet org-bullets which-key try use-package))) |
| 40 | + '(flycheck-pos-tip flycheck-clojure ox-reveal posframe processing-snippets processing-mode rg deadgrep flycheck-rust cargo racer yasnippet-classic-snippets rustic lsp-rust lsp-java company-lsp lsp-ui lsp-mode lsp yasnippet-snippets counsel-spotify exec-path-from-shell easy-kill auto-yasnippet org-pdfview pdf-tools atomic-chrome mingus simple-mpc pcre2el ag wgrep-ag wgrep haskell-mode aggressive-indent treemacs-projectile treemacs prodigy origami dumb-jump cider ggtags circe-notifications circe org-gcal mu4e-alert git-timemachine git-gutter magit hydra default-text-scale smartparens projectile auctex tern-auto-complete tern js2-refactor ac-js2 js2-mode emmet-mode web-mode iedit expand-region multiple-cursors hungry-delete beacon undo-tree virtualenvwrapper elpy flycheck doom-modeline doom-themes tao-theme poet-theme faff-theme zerodark-theme alect-themes moe-theme base16-theme zenburn-theme color-theme-modern company-jedi irony-eldoc company-irony company counsel ace-window htmlize noflet org-bullets which-key try use-package)) |
| 41 | + '(sp-escape-quotes-after-insert nil)) |
| 42 | +(setq max-lisp-eval-depth 10000) |
| 43 | +(setq max-specpdl-size 10000) |
| 44 | +(require 'package) |
| 45 | + |
| 46 | +(setq package-enable-at-startup nil) |
| 47 | +(add-to-list 'package-archives |
| 48 | + '("melpa" . "https://melpa.org/packages/")) |
| 49 | +(add-to-list 'package-archives |
| 50 | + '("gnu" . "https://elpa.gnu.org/packages/")) |
| 51 | +;; (add-to-list 'package-archives |
| 52 | +;; '("melpa3" . "http://www.mirrorservice.org/sites/stable.melpa.org/packages/")) |
| 53 | +(package-initialize) |
| 54 | + |
| 55 | +;; Bootstrap `use-package' |
| 56 | +(unless (package-installed-p 'use-package) |
| 57 | + (package-refresh-contents) |
| 58 | + (package-install 'use-package)) |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +(org-babel-load-file (expand-file-name "~/.emacs.d/myinit.org")) |
| 63 | + |
37 | 64 | (custom-set-faces
|
38 | 65 | ;; custom-set-faces was added by Custom.
|
39 | 66 | ;; If you edit it by hand, you could mess it up, so be careful.
|
40 | 67 | ;; Your init file should contain only one such instance.
|
41 | 68 | ;; If there is more than one, they won't work right.
|
42 | 69 | '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0)))))
|
43 | 70 | (put 'dired-find-alternate-file 'disabled nil)
|
| 71 | +(put 'dired-find-alternate-file 'disabled nil) |
0 commit comments