Compare commits
2 Commits
72dd42c792
...
2ce9e9ccc3
Author | SHA1 | Date | |
---|---|---|---|
|
2ce9e9ccc3 | ||
|
a935b7da69 |
10
config.el
10
config.el
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(if (string= (system-name) "illya")
|
(if (string= (system-name) "illya")
|
||||||
(set-frame-font "Mononoki 14" nil t)
|
(set-frame-font "Mononoki 12" nil t)
|
||||||
(set-frame-front "Mononoki 22" nil t))
|
(set-frame-front "Mononoki 22" nil t))
|
||||||
|
|
||||||
(global-set-key (kbd "C-s") #'swiper)
|
(global-set-key (kbd "C-s") #'swiper)
|
||||||
@@ -73,14 +73,6 @@
|
|||||||
|
|
||||||
(setq treemacs--width-is-locked nil)
|
(setq treemacs--width-is-locked nil)
|
||||||
|
|
||||||
;(centaur-tabs-mode 0)
|
|
||||||
;(setq centaur-tabs-style "bar")
|
|
||||||
;(setq centaur-tabs-modified-marker "*")
|
|
||||||
;(setq centaur-tabs-set-bar 'left)
|
|
||||||
;
|
|
||||||
;(centaur-tabs-change-fonts "Mononoki" 120)
|
|
||||||
;(centaur-tabs-group-by-projectile-project)
|
|
||||||
|
|
||||||
(setq doom-theme 'doom-old-hope)
|
(setq doom-theme 'doom-old-hope)
|
||||||
|
|
||||||
(display-time-mode 1)
|
(display-time-mode 1)
|
||||||
|
8
init.el
8
init.el
@@ -144,10 +144,12 @@
|
|||||||
;;+journal
|
;;+journal
|
||||||
+dragndrop ; drag & drop files/images into org buffers
|
+dragndrop ; drag & drop files/images into org buffers
|
||||||
;;+hugo ; use Emacs for hugo blogging
|
;;+hugo ; use Emacs for hugo blogging
|
||||||
+ipython ; ipython/jupyter support for babel
|
|
||||||
+pandoc ; export-with-pandoc support
|
+pandoc ; export-with-pandoc support
|
||||||
;;+pomodoro ; be fruitful with the tomato technique
|
+pomodoro ; be fruitful with the tomato technique
|
||||||
+present) ; using org-mode for presentations
|
+roam2
|
||||||
|
+present
|
||||||
|
+pretty ; performance intensive
|
||||||
|
)
|
||||||
;;perl ; write code no one else can comprehend
|
;;perl ; write code no one else can comprehend
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
Reference in New Issue
Block a user