mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 14:52:24 +05:30
delete emmet and sshkey
This commit is contained in:
parent
c379bb21cc
commit
11cb5f546a
8 changed files with 11 additions and 11 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue