removed toolbar

This commit is contained in:
Raymundo Vásquez Ruiz
2020-03-28 18:24:06 +01:00
parent d73a875201
commit e4210e9ea9

View File

@@ -84,7 +84,7 @@ There are two things you can do about this warning:
(require 'vue-mode) (require 'vue-mode)
;; (add-to-list 'auto-mode-alist '("\\.vue\\'" . vue-mode)) ;; (add-to-list 'auto-mode-alist '("\\.vue\\'" . vue-mode))
(load-theme 'nord t) (load-theme 'base16-flat t)
;;(set-frame-parameter (selected-frame) 'alpha '(<active> . <inactive>)) ;;(set-frame-parameter (selected-frame) 'alpha '(<active> . <inactive>))
;;(set-frame-parameter (selected-frame) 'alpha <both>) ;;(set-frame-parameter (selected-frame) 'alpha <both>)
;;(set-frame-parameter (selected-frame) 'alpha '(50 50)) ;;(set-frame-parameter (selected-frame) 'alpha '(50 50))
@@ -96,3 +96,4 @@ There are two things you can do about this warning:
(setq neo-theme (if (display-graphic-p) 'icons 'arrow)) (setq neo-theme (if (display-graphic-p) 'icons 'arrow))
(setq tab-width 4) (setq tab-width 4)
(tool-bar-mode -1)