Compare commits

...

2 Commits

Author SHA1 Message Date
Akko
2ce9e9ccc3 add org roam 2023-04-16 15:37:03 +02:00
Akko
a935b7da69 change font size on lappy 2023-03-16 18:07:21 +01:00
2 changed files with 6 additions and 12 deletions

View File

@@ -63,7 +63,7 @@
(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))
(global-set-key (kbd "C-s") #'swiper)
@@ -73,14 +73,6 @@
(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)
(display-time-mode 1)

View File

@@ -144,10 +144,12 @@
;;+journal
+dragndrop ; drag & drop files/images into org buffers
;;+hugo ; use Emacs for hugo blogging
+ipython ; ipython/jupyter support for babel
+pandoc ; export-with-pandoc support
;;+pomodoro ; be fruitful with the tomato technique
+present) ; using org-mode for presentations
+pomodoro ; be fruitful with the tomato technique
+roam2
+present
+pretty ; performance intensive
)
;;perl ; write code no one else can comprehend
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more