More misc linux stuff
This commit is contained in:
@@ -108,7 +108,7 @@ values."
|
||||
;; configuration in `dotspacemacs/user-config'.
|
||||
dotspacemacs-additional-packages
|
||||
'(
|
||||
weechat
|
||||
;; weechat
|
||||
all-the-icons
|
||||
spaceline-all-the-icons
|
||||
hackernews
|
||||
@@ -383,7 +383,7 @@ This is the place where most of your configurations should be done. Unless it is
|
||||
explicitly specified that a variable should be set before a package is loaded,
|
||||
you should place your code here."
|
||||
|
||||
(require 'weechat)
|
||||
;; (require 'weechat)
|
||||
|
||||
(use-package spaceline-all-the-icons
|
||||
:after spaceline
|
||||
@@ -391,7 +391,7 @@ you should place your code here."
|
||||
(spaceline-all-the-icons-theme))
|
||||
(setq neo-theme 'icons)
|
||||
|
||||
(setq monokai-background "#000000")
|
||||
;; (setq monokai-background "#000000")
|
||||
|
||||
;; fix Fish prompts
|
||||
(add-hook 'term-mode-hook 'spacemacs/toggle-truncate-lines-on)
|
||||
@@ -413,7 +413,7 @@ you should place your code here."
|
||||
|
||||
(use-package vue-mode)
|
||||
|
||||
(spacemacs/enable-transparency)
|
||||
;; (spacemacs/enable-transparency)
|
||||
|
||||
(defun my-focus-new-frame (frame)
|
||||
(spacemacs/toggle-transparent-frame))
|
||||
|
||||
Reference in New Issue
Block a user