Compare commits
3 Commits
6c3949e3aa
...
2d91024820
Author | SHA1 | Date | |
---|---|---|---|
2d91024820 | |||
e8be9f4264 | |||
c05eee7657 |
@ -98,8 +98,8 @@
|
||||
tags-revert-without-query 1 ; Recargar tags (ctags) sin pedir confirmación.
|
||||
)
|
||||
;; Leve transparencia en emacs por defecto.
|
||||
(set-frame-parameter (selected-frame) 'alpha '(98 . 98))
|
||||
(add-to-list 'default-frame-alist '(alpha . (98 . 98)))
|
||||
(set-frame-parameter (selected-frame) 'alpha '(99 . 99))
|
||||
(add-to-list 'default-frame-alist '(alpha . (99 . 99)))
|
||||
|
||||
;; Backups enabled, use nil to disable
|
||||
(setq
|
||||
|
@ -77,9 +77,9 @@
|
||||
(evil-define-key 'motion 'global (kbd "<leader>ff") 'counsel-find-file) ;; Abrir archivo
|
||||
|
||||
;; Iniciar en normal state si es un lenguaje de programación
|
||||
(evil-set-initial-state 'prog-mode 'normal)
|
||||
(evil-set-initial-state 'org-mode 'normal)
|
||||
(evil-set-initial-state 'dashboard-mode 'normal)
|
||||
;; (evil-set-initial-state 'prog-mode 'normal)
|
||||
;; (evil-set-initial-state 'org-mode 'normal)
|
||||
;; (evil-set-initial-state 'dashboard-mode 'normal)
|
||||
)
|
||||
|
||||
(provide 'init-evil)
|
||||
|
@ -18,9 +18,10 @@
|
||||
;; (set-face-attribute (car face) nil :font "Cantarell" :weight 'regular :height (cdr face))
|
||||
|
||||
;; Ensure that anything that should be fixed-pitch in Org files appears that way
|
||||
(set-face-attribute 'org-hide nil :inherit 'fixed-pitch)
|
||||
(set-face-attribute 'org-block nil :foreground 'unspecified :inherit 'fixed-pitch)
|
||||
(set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch))
|
||||
;; (set-face-attribute 'org-hide nil :inherit 'fixed-pitch)
|
||||
;; (set-face-attribute 'org-block nil :foreground 'unspecified :inherit 'fixed-pitch)
|
||||
;; (set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch))
|
||||
(set-face-attribute 'org-block nil :underline nil :foreground nil :background "#1e1f28")
|
||||
(set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch))
|
||||
(set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch))
|
||||
(set-face-attribute 'org-special-keyword nil :inherit '(font-lock-comment-face fixed-pitch))
|
||||
|
Loading…
Reference in New Issue
Block a user