|
@@ -10,13 +10,6 @@
|
|
|
(setq user-full-name "Colin Powell"
|
|
|
user-mail-address "colin@onec.me")
|
|
|
|
|
|
-(setq doom-theme 'doom-peacock)
|
|
|
-
|
|
|
-;; Fonts
|
|
|
-(setq doom-font (font-spec :family "Go Mono" :size 12))
|
|
|
-(setq doom-big-font (font-spec :family "Go Mono" :size 19))
|
|
|
-
|
|
|
-(set-frame-parameter nil 'internal-border-width 10)
|
|
|
|
|
|
;;
|
|
|
;; Keybinds
|
|
@@ -130,8 +123,9 @@
|
|
|
;; Handy key definition
|
|
|
(define-key global-map "\M-z" 'unfill-paragraph)
|
|
|
|
|
|
-; add a v
|
|
|
-(nyan-mode)
|
|
|
+; A few nice to haves
|
|
|
+(nyan-mode) ; a rainbow cat, why not
|
|
|
+(beacon-mode) ; show me where my cursor is bouncing around to
|
|
|
(add-to-list 'auto-mode-alist '("\\.plantuml\\'" . planetuml-mode))
|
|
|
|
|
|
(load! "+ui.el")
|
|
@@ -144,7 +138,7 @@
|
|
|
(load! "+ranger")
|
|
|
(load! "+mastodon")
|
|
|
(load! "+wttrin") ;; Weather config
|
|
|
-;(load! "+elfeed") ;; This runs a background web process ...
|
|
|
+(load! "+elfeed") ;; This runs a background web process ...
|
|
|
|
|
|
;; findout timezone location strings at http://worldtime.io
|
|
|
(setq display-time-world-list '(("America/Los_Angeles" "San Francisco")
|