Compare commits

..

4 Commits

Author SHA1 Message Date
KJ
e6456414d7 Remove alpha by default. 2023-09-09 01:11:51 -04:00
KJ
0179d8ab20 Add defer for yt-dl.
Is not neccesary, but idc.
2023-09-09 01:11:16 -04:00
KJ
beaca9c60d Remove ctags path.
Works better not setting it.
2023-09-09 01:10:16 -04:00
KJ
0a89a44121 Disable evil mode.
Really I not need it, sometimes I want use it again,
but the emacs shortcuts are fine and using it is
better at the end.

And for other thing, the commands are better that
any shotcut of VIM or Emacs.
2023-09-09 01:08:42 -04:00
4 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -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"))
) )

View File

@ -22,7 +22,7 @@
(require 'init-corfu) (require 'init-corfu)
(require 'init-ctags) (require 'init-ctags)
(require 'init-minibuffer) (require 'init-minibuffer)
(require 'init-evil) ;; (require 'init-evil)
(require 'init-keys) (require 'init-keys)
;; Lenguajes ;; Lenguajes