emacs: add crdt

auto-flake-update
Yorick van Pelt 2022-01-13 20:36:30 +01:00
parent 409b008cce
commit 722e456046
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
3 changed files with 10 additions and 1 deletions

View File

@ -29,7 +29,8 @@
(eval c-set-offset 'inline-open 0)
(eval c-set-offset 'defun-open 0)
(eval c-set-offset 'innamespace 0)
(indicate-empty-lines . t))))
(indicate-empty-lines . t)))
'(warning-suppress-types '((comp))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -446,6 +446,13 @@ from [[https://www.emacswiki.org/emacs/BackupDirectory][emacs wiki]]
**** https://github.com/Somelauw/evil-org-mode/blob/master/doc/keythemes.org
**** follow link with ret
** TODO multiple-cursors
** crdt
#+BEGIN_SRC emacs-lisp
(use-package crdt)
#+END_SRC
#+RESULTS:
** DONE fix clipboard on wayland
#+BEGIN_SRC emacs-lisp
(setq wl-copy-process nil)

View File

@ -64,6 +64,7 @@ in {
epkgs.undo-tree
epkgs.notmuch
epkgs.rust-mode
pkgs.emacsPackagesNg.crdt
company
projectile
counsel-projectile