Corregir variable y añadir buffers a ignorar por golden-ratio

This commit is contained in:
drymer 2016-11-15 15:03:53 +01:00
parent 2d0ad4c57d
commit e7d6a123b6
1 changed files with 6 additions and 3 deletions

View File

@ -412,9 +412,12 @@ Ivy es más liviano que helm, aunque más simple. Más información [[https://da
:CUSTOM_ID: Seguir enlaces simbólicos
:END:
#+BEGIN_SRC emacs-lisp
(setq vc-follows-symlinks t)
(setq vc-follow-symlinks t)
#+END_SRC
#+RESULTS:
: t
** Emparejar parentesis y otros
:PROPERTIES:
:CUSTOM_ID: Emparejar parentesis y otros
@ -601,7 +604,7 @@ Gestiona las ventanas abiertas modificando el tamaño para hacerlo aceptable. Ig
;; 'init/no-golden-ratio)
(golden-ratio-mode t)
(setq golden-ratio-exclude-buffer-regexp '("undo-tree" "help" "diff" "calendar" "messages"))
(setq golden-ratio-exclude-buffer-regexp '("undo-tree" "help" "diff" "calendar" "messages" "Org Agenda" "Agenda Commands" "Org Select" "magit:"))
:diminish golden-ratio-mode
:ensure t
)
@ -1890,7 +1893,7 @@ A diferencia de la función de writequit, esta establece el título como custom\
("v" "Relacionat amb els VPS / chustaserver" tags-todo "vps")
("w" "Webs" tags "" ((org-agenda-files '("~/Documentos/org/web.org"))))
)
)
)
#+END_SRC
* Funciones personalizadas