aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/modes
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r--.emacs.local.d/modes/dashboard.el2
-rw-r--r--.emacs.local.d/modes/package.el3
-rw-r--r--.emacs.local.d/modes/smex.el6
-rw-r--r--.emacs.local.d/modes/themes.el2
4 files changed, 5 insertions, 8 deletions
diff --git a/.emacs.local.d/modes/dashboard.el b/.emacs.local.d/modes/dashboard.el
index 1dc81d3..83e2b7f 100644
--- a/.emacs.local.d/modes/dashboard.el
+++ b/.emacs.local.d/modes/dashboard.el
@@ -4,7 +4,7 @@
:ensure t
:diminish dashboard-mode
:config
- (setq dashboard-banner-logo-title "Only the educated are free.")
+ (setq dashboard-banner-logo-title "Happy hacking!")
(setq dashboard-items '((recents . 10)
(projects . 5)
(bookmarks . 10)))
diff --git a/.emacs.local.d/modes/package.el b/.emacs.local.d/modes/package.el
index acbfc21..7503b9f 100644
--- a/.emacs.local.d/modes/package.el
+++ b/.emacs.local.d/modes/package.el
@@ -2,6 +2,3 @@
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
-
-(package-initialize) ;; You might already have this line
-
diff --git a/.emacs.local.d/modes/smex.el b/.emacs.local.d/modes/smex.el
index d724452..ee550a5 100644
--- a/.emacs.local.d/modes/smex.el
+++ b/.emacs.local.d/modes/smex.el
@@ -5,9 +5,9 @@
(smex-initialize) ; Can be omitted. This might cause a (minimal) delay
; when Smex is auto-initialized on its first run.
-(require 'helm-smex)
-(global-set-key [remap execute-extended-command] #'helm-smex)
-(global-set-key (kbd "M-X") #'helm-smex-major-mode-commands)
+;;(require 'helm-smex)
+;;(global-set-key [remap execute-extended-command] #'helm-smex)
+;;(global-set-key (kbd "M-X") #'helm-smex-major-mode-commands)
;; (global-set-key (kbd "M-x") 'smex)
;; (global-set-key (kbd "M-X") 'smex-major-mode-commands)
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el
index 59e958a..2f2d7ff 100644
--- a/.emacs.local.d/modes/themes.el
+++ b/.emacs.local.d/modes/themes.el
@@ -1,7 +1,7 @@
;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme
;; Elpa packages: atom-one-dark doom-themes
-(load-theme 'doom-material t)
+(load-theme 'clues t)
(set-frame-parameter (selected-frame) 'alpha '(92 . 92))
(add-to-list 'default-frame-alist '(alpha . (92 . 92)))
nihil fit ex nihilo