Compare commits

..

No commits in common. "f654c2889b0585172a7e83d043647497d53c53fe" and "935cb9e70b2a8283f594d91e579a36ec896ebfed" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

@ -77,8 +77,5 @@
(global-set-key (kbd "C-c r f") 'org-roam-node-find)
(global-set-key (kbd "C-c r t") 'org-roam-buffer-toggle)
;; Meta atajos (atajos de atajos)
(global-set-key (kbd "C-c C-d") "\C-a\C- \C-n\M-w\C-y") ; Duplicar línea
(provide 'base-keys)
;;; base-keys.el ends here

View File

@ -150,14 +150,5 @@
:config
(org-roam-setup))
(use-package org-roam-ui
:defer t
:ensure t
:config
(setq org-roam-ui-sync-theme t
org-roam-ui-follow t
org-roam-ui-update-on-save t
org-roam-ui-open-on-start t))
(provide 'org-config)
;;; org-config.el ends here