Add a few tweaks to #emacs

This commit is contained in:
Colin Powell
2019-02-26 09:39:58 -05:00
parent 89e29a501c
commit 3711db3638
3 changed files with 18 additions and 5 deletions

View File

@ -1,6 +1,6 @@
;;; -*- lexical-binding: t; -*-
(setq doom-theme 'doom-dracula)
(setq doom-theme 'doom-one)
;; Fonts
(setq doom-font (font-spec :family "Iosevka" :size 15))

View File

@ -36,6 +36,13 @@
"C-h" #'evil-window-left
"C-l" #'evil-window-right))
;; some handy alt shortcuts
:n "s-g" #'magit-status
:n "s-c" #'org-capture
;; Let's be like our friends Slack and Discord
:n "s-p" #'+ivy/project-search
:n "s-k" #'counsel-recentf
;; Leader tricks
(:leader
(:prefix "f"
@ -102,10 +109,13 @@
;;; Setup sending email with msmtp
(setq send-mail-function 'sendmail-send-it
sendmail-program "/usr/local/bin/msmtp"
mail-specify-envelope-from t
message-sendmail-envelope-from 'header
mail-envelope-from 'header)
sendmail-program "/usr/local/bin/msmtp"
mail-specify-envelope-from t
message-sendmail-envelope-from 'header
mail-envelope-from 'header)
;; enable ivy buffer icons
(setq ivy-buffer-icons t)
;; Hide hidden files in treemacs
(setq treemacs-show-hidden-files nil)

View File

@ -0,0 +1,3 @@
function dt
dtach -A /tmp/dtach-$argv $argv
end