diff options
| author | Raul Benencia <rul@kalgan.cc> | 2021-04-17 08:09:48 -0700 | 
|---|---|---|
| committer | Raul Benencia <rul@kalgan.cc> | 2021-04-17 08:09:48 -0700 | 
| commit | e64544a10af3afded819c7d06960a07b390660e2 (patch) | |
| tree | a1f740ac640f840efedafdac0fb92bc68e96a924 /.emacs.local.d/modes | |
| parent | e5104decb65dd7a76f632934775bcaf57e1474c8 (diff) | |
Emacs only with deb dependencies
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/dashboard.el | 2 | ||||
| -rw-r--r-- | .emacs.local.d/modes/package.el | 3 | ||||
| -rw-r--r-- | .emacs.local.d/modes/smex.el | 6 | ||||
| -rw-r--r-- | .emacs.local.d/modes/themes.el | 2 | 
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))) | 
