|
|
@@ -88,6 +88,10 @@ If point was already at that position, move point to beginning of line."
|
|
|
;; Also seems to ignore most properties. (e.g. overline, underline,
|
|
|
;; strike-though, etc.) Maybe it's an xterm problem?
|
|
|
(use-package color-theme
|
|
|
+ :init
|
|
|
+ ;; TODO: Fixes error about missing directory. Don't know why.
|
|
|
+ ;(unless (file-exists-p "~/.emacs.d/elpa/color-theme-20070910.1007/themes")
|
|
|
+ ; (make-directory "~/.emacs.d/elpa/color-theme-20070910.1007/themes"))
|
|
|
:config
|
|
|
(color-theme-initialize)
|
|
|
(load-theme 'Thomas-Experiement t))
|
|
|
@@ -232,6 +236,9 @@ an opening tag that is not followed by a matching closing tag."
|
|
|
(use-package flycheck-rust
|
|
|
:after rust-mode)
|
|
|
|
|
|
+;; ----------- Go Mode -------------
|
|
|
+(use-package go-mode)
|
|
|
+
|
|
|
;; ----------- i3 Support ----------
|
|
|
(use-package i3wm
|
|
|
:disabled
|
|
|
@@ -387,5 +394,3 @@ an opening tag that is not followed by a matching closing tag."
|
|
|
lpr-region)
|
|
|
:config
|
|
|
(pr-update-menus t))
|
|
|
-
|
|
|
-
|