- [[https://github.com/zamansky/dot-emacs][The Big Zemansky]]
@ -1296,6 +1298,7 @@ Not needed if you have the right settings on your active python with =pyenv=
*** Configure python mode
#+begin_src emacs-lisp
(use-package python-mode
:straight nil
:hook (python-mode . lsp-deferred)
;; :custom
;; (dap-python-debugger 'debugpy)
@ -1412,38 +1415,42 @@ Usamos =pyenv= para gestionar los /virtualenv/
You *must* have R installed in your system, otherwise this package is useless.
#+begin_src emacs-lisp
(use-package ess
:init (require 'ess-site))
;; (use-package ess
;; :init (require 'ess-site))
#+end_src
* misc packages
** Expand region
#+begin_src emacs-lisp
(global-hl-line-mode t)
(use-package expand-region
:config
(global-set-key (kbd "C-=") 'er/expand-region)
)
#+end_src
#+begin_src emacs-lisp
(use-package expand-region
:straight (
expand-region
:type git
:host github
:repo "magnars/expand-region.el")
:config
(global-set-key (kbd "C-=") 'er/expand-region)
)
#+end_src
** EasyPG and org-crypt
Ver [[https://orgmode.org/worg/org-tutorials/encrypting-files.html][referencia en org-mode manual]] y [[http://www.clintonboys.com/gpg/][notas de Clintonboys]]