diff --git a/emacs/init.org b/emacs/init.org index 4d58cab..faa47eb 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -4220,21 +4220,6 @@ Some functions to make my day job easier. (leader-def-key "Lr" #'release-manager) #+END_SRC -** Debug configurations (dap) -#+BEGIN_SRC emacs-lisp - (with-eval-after-load 'dap-mode - (dap-register-debug-template - "lola-server" - (list :type "python" - :args "bin/start_web.py" - :cwd (expand-file-name "~/lola/lola-server") - :env (extract-vars-from-env-file (expand-file-name "~/lola/lola-server/.env")) - :module nil - :program nil - :request "launch" - :name "lola-server"))) -#+END_SRC - ** AWS-MFA The aws-mfa command: #+BEGIN_SRC emacs-lisp