Compare commits
4 Commits
0be516d313
...
e6456414d7
Author | SHA1 | Date | |
---|---|---|---|
e6456414d7 | |||
0179d8ab20 | |||
beaca9c60d | |||
0a89a44121 |
@ -81,7 +81,7 @@
|
|||||||
tags-revert-without-query 1 ; Recargar tags (ctags) sin pedir confirmación.
|
tags-revert-without-query 1 ; Recargar tags (ctags) sin pedir confirmación.
|
||||||
)
|
)
|
||||||
;; Leve transparencia en emacs por defecto.
|
;; Leve transparencia en emacs por defecto.
|
||||||
(set-frame-parameter nil 'alpha-background 99)
|
;; (set-frame-parameter nil 'alpha-background 95)
|
||||||
|
|
||||||
;; Backups enabled, use nil to disable
|
;; Backups enabled, use nil to disable
|
||||||
(setq
|
(setq
|
||||||
|
@ -31,9 +31,9 @@
|
|||||||
(setq citre-auto-enable-citre-mode-modes '(prog-mode))
|
(setq citre-auto-enable-citre-mode-modes '(prog-mode))
|
||||||
:config
|
:config
|
||||||
(with-no-warnings
|
(with-no-warnings
|
||||||
(setq citre-readtags-program "/usr/bin/readtags"
|
(setq citre-default-create-tags-file-location 'global-cache
|
||||||
citre-ctags-program "/usr/bin/ctags"
|
;; citre-ctags-program "/usr/bin/ctags"
|
||||||
citre-default-create-tags-file-location 'global-cache
|
;; citre-readtags-program "/usr/bin/readtags"
|
||||||
citre-use-project-root-when-creating-tags t
|
citre-use-project-root-when-creating-tags t
|
||||||
citre-prompt-language-for-ctags-command t)
|
citre-prompt-language-for-ctags-command t)
|
||||||
|
|
||||||
|
@ -144,6 +144,7 @@
|
|||||||
(org-link-set-parameters "https" :image-data-fun #'org-http-image-data-fn)
|
(org-link-set-parameters "https" :image-data-fun #'org-http-image-data-fn)
|
||||||
|
|
||||||
(use-package org-yt
|
(use-package org-yt
|
||||||
|
:defer t
|
||||||
:straight (org-yt :type git :host github :repo "TobiasZawada/org-yt"))
|
:straight (org-yt :type git :host github :repo "TobiasZawada/org-yt"))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user