delete emmet and sshkey

This commit is contained in:
ponymushama 2024-07-21 20:29:55 +08:00
parent c379bb21cc
commit 11cb5f546a
8 changed files with 11 additions and 11 deletions

View file

@ -654,7 +654,7 @@ If the path from LINK does not exist, nil is returned."
(require 'crdt)
(setq crdt-default-tls nil)
(setq crdt-default-name "Emmet")
(setq crdt-default-name "ama")
(if (file-exists-p "~/.emacs.d/crdt-private.el") (load! "~/.emacs.d/crdt-private.el"))
(defun crdt-connect-default ()
(interactive)

View file

@ -787,7 +787,7 @@ exit
#+begin_src emacs-lisp :tangle config.el
(require 'crdt)
(setq crdt-default-tls nil)
(setq crdt-default-name "Emmet")
(setq crdt-default-name "ama")
(if (file-exists-p "~/.emacs.d/crdt-private.el") (load! "~/.emacs.d/crdt-private.el"))
(defun crdt-connect-default ()
(interactive)