From e64544a10af3afded819c7d06960a07b390660e2 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 17 Apr 2021 08:09:48 -0700 Subject: Emacs only with deb dependencies --- .emacs.local.d/modes/dashboard.el | 2 +- .emacs.local.d/modes/package.el | 3 --- .emacs.local.d/modes/smex.el | 6 +++--- .emacs.local.d/modes/themes.el | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) (limited to '.emacs.local.d/modes') 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))) -- cgit v1.2.3