Browse Source

ubunto ok, some errors

ubuntu
parent
commit
3d074db87d
1 changed files with 23 additions and 23 deletions
  1. +23
    -23
      .emacs

+ 23
- 23
.emacs View File

@ -212,7 +212,7 @@
(setq ispell-program-name "/usr/local/bin/aspell")
;; Set default font:
(add-to-list 'default-frame-alist
'(font . "Source Code Pro-20"))
'(font . "Source Code Pro-14"))
;; Activation org-agenda and capture
(global-set-key (kbd "C-c l") 'org-store-link)
(global-set-key (kbd "C-c a") 'org-agenda)
@ -279,14 +279,14 @@
:config
(setq python-shell-interpreter "python3")
(setq venv-location "~/.virtualenvs"))
;; mu4e
(use-package mu4e
:commands (mu4e)
:init
;;(progn (require 'helm-mu))
:config
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e")
(setq mu4e-mu-binary "/usr/local/bin/mu"))
;;mu4e
;; (use-package mu4e
;; :commands (mu4e)
;; :init
;; ;;(progn (require 'helm-mu))
;; :config
;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e")
;; (setq mu4e-mu-binary "/usr/local/bin/mu"))
;;-+-+-+-+-+-+-+-+-+-+-+-+
;; "default" parameters from Gmail
(setq user-full-name "Gerardo Marx Chávez-Campos") ;;user
@ -368,13 +368,13 @@
;;-+-+-+-+-+-+-+-+-+-+-+-+
;;---------
;; mu4e-maildirs-extension
(use-package mu4e-maildirs-extension
:ensure t
:init
(mu4e-maildirs-extension)
:custom
(mu4e-maildirs-extension-custom-list '("/Gmail/INBOX" "/Exchange/INBOX" "/Hotmail/INBOX"))
)
;; (use-package mu4e-maildirs-extension
;; :ensure t
;; :init
;; (mu4e-maildirs-extension)
;; :custom
;; (mu4e-maildirs-extension-custom-list '("/Gmail/INBOX" "/Exchange/INBOX" "/Hotmail/INBOX"))
;; )
;; mu4e-alert
(use-package mu4e-alert
@ -395,13 +395,13 @@
)
(run-with-timer 0 60 'gjstein-refresh-mu4e-alert-mode-line))
;; helm
(use-package helm-mu
:ensure t
:config
;;(define-key mu4e-main-mode-map "s" 'helm-mu)
;;(define-key mu4e-headers-mode-map "s" 'helm-mu)
;;(define-key mu4e-view-mode-map "s" 'helm-mu)
)
;; (use-package helm-mu
;; :ensure t
;; :config
;; ;;(define-key mu4e-main-mode-map "s" 'helm-mu)
;; ;;(define-key mu4e-headers-mode-map "s" 'helm-mu)
;; ;;(define-key mu4e-view-mode-map "s" 'helm-mu)
;; )
(custom-set-variables
;; custom-set-variables was added by Custom.


Loading…
Cancel
Save