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