|
|
|
@ -8,7 +8,8 @@
|
|
|
|
|
- Check <https://github.com/minad/osm>
|
|
|
|
|
- Check =pdf-tools=
|
|
|
|
|
- Check =org-presentation=
|
|
|
|
|
- Check ESS and project.el problem
|
|
|
|
|
- Check ESS and =project.el= problem
|
|
|
|
|
- Check =perspective.el=
|
|
|
|
|
|
|
|
|
|
* Famous init files
|
|
|
|
|
- [[https://github.com/zamansky/dot-emacs][The Big Zemansky]]
|
|
|
|
@ -283,8 +284,16 @@ See colors in emacs
|
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
|
|
* color-theme
|
|
|
|
|
#+begin_src emacs-lisp
|
|
|
|
|
;; (use-package modus-operandi-theme)
|
|
|
|
|
Get some colour in your life
|
|
|
|
|
|
|
|
|
|
- [[https://emacsthemes.com/popular/index.html][Popular themes gallery]]
|
|
|
|
|
- [[https://github.com/doomemacs/themes/tree/screenshots][Some doom-themes gallery]]
|
|
|
|
|
|
|
|
|
|
There is no way in emacs (as far as I know) to find out the active color-theme, I'm currently using doom themes. In particular =doom-vibrant=
|
|
|
|
|
|
|
|
|
|
Try =M-x consult-theme=
|
|
|
|
|
|
|
|
|
|
#+begin_src emacs-lisp
|
|
|
|
|
(use-package modus-themes)
|
|
|
|
|
;; (load-theme 'modus-operandi t)
|
|
|
|
|
;; (load-theme 'modus-vivendi t)
|
|
|
|
@ -309,7 +318,13 @@ See colors in emacs
|
|
|
|
|
;; Corrects (and improves) org-mode's native fontification.
|
|
|
|
|
(doom-themes-org-config)
|
|
|
|
|
)
|
|
|
|
|
#+end_src
|
|
|
|
|
;; (use-package zenburn-theme
|
|
|
|
|
;; :config
|
|
|
|
|
;; (setq zenburn-use-variable-pitch t) ;; use variable-pitch fonts for some headings and titles
|
|
|
|
|
;; (setq zenburn-scale-org-headlines t) ;; scale headings in org-mode
|
|
|
|
|
;; (setq zenburn-scale-outline-headlines t) ;; scale headings in outline-mode
|
|
|
|
|
;; )
|
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
|
|
* Completion systems
|
|
|
|
|
** Vertico (the choosed one)
|
|
|
|
|