mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add failsafe font + smalltalk support
This commit is contained in:
6
init.el
6
init.el
@ -30,8 +30,9 @@
|
||||
(defconst *dark-theme 'brin)
|
||||
(defconst *light-theme 'github) ; wtb better light theme...
|
||||
|
||||
(defconst *default-font "Ubuntu Mono")
|
||||
(defconst *default-font-size (if (eq system-name "ganymede.local") 12 14))
|
||||
(defconst *default-font "Terminus (TTF)")
|
||||
(defconst *default-font-size (if (eq system-name "ganymede.local") 9 12))
|
||||
(defconst *alt-font "Terminus")
|
||||
|
||||
(defconst *presentation-font "Panic Sans")
|
||||
(defconst *presentation-font-size 22)
|
||||
@ -78,6 +79,7 @@
|
||||
init-regex ; /^[^\s](meaning)[^\n]*/
|
||||
init-ruby ; <3
|
||||
init-scss ; @include magic;
|
||||
init-smalltalk ;
|
||||
init-sh ; #!/bin/bash_your_head_in
|
||||
init-swift ; yay, emoji variables!
|
||||
init-text ; I got nothing...
|
||||
|
4
init/init-smalltalk.el
Normal file
4
init/init-smalltalk.el
Normal file
@ -0,0 +1,4 @@
|
||||
(use-package smalltalk-mode :mode "\\.g?st$")
|
||||
|
||||
(provide 'init-smalltalk)
|
||||
;;; init-smalltalk.el ends here
|
Reference in New Issue
Block a user