Configure for use as external editor by evolution
This commit is contained in:
parent
55659ddbdc
commit
6b72946534
5
init.el
5
init.el
@ -59,11 +59,6 @@
|
|||||||
(set-face-attribute 'italic nil ;; Emacs does not set italic face
|
(set-face-attribute 'italic nil ;; Emacs does not set italic face
|
||||||
:family (concat font-name "-Italic")))
|
:family (concat font-name "-Italic")))
|
||||||
|
|
||||||
;; Fullscreen ---------------------------------------------------------------
|
|
||||||
|
|
||||||
(toggle-frame-maximized)
|
|
||||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
|
||||||
|
|
||||||
;; Visual clutter -----------------------------------------------------------
|
;; Visual clutter -----------------------------------------------------------
|
||||||
|
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
|
@ -509,6 +509,16 @@
|
|||||||
(use-package iedit
|
(use-package iedit
|
||||||
:bind (("C-;" . iedit-mode)))
|
:bind (("C-;" . iedit-mode)))
|
||||||
|
|
||||||
|
;; --------------------------------------------------------------------------
|
||||||
|
;; `mail-mode'.
|
||||||
|
;; --------------------------------------------------------------------------
|
||||||
|
|
||||||
|
(use-package mail-mode
|
||||||
|
:mode "\\evo.*\\'"
|
||||||
|
:hook
|
||||||
|
((mail-mode . auto-fill-mode)
|
||||||
|
(mail-mode . (lambda () (setq fill-column 71)))))
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------
|
||||||
;; `pdf-tools' - use instead of DocView.
|
;; `pdf-tools' - use instead of DocView.
|
||||||
;; --------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user