diff --git a/global.org b/global.org index bddb714..d7f7e7e 100644 --- a/global.org +++ b/global.org @@ -317,7 +317,11 @@ (global-set-key (kbd "") 'mc/mark-pop) (global-set-key (kbd "H-#") 'mc/insert-numbers) #+END_SRC - +** Atomic chrome + #+BEGIN_SRC emacs-lisp + (require 'atomic-chrome) + (atomic-chrome-start-server) + #+END_SRC * Leftovers #+BEGIN_SRC emacs-lisp (setq search-whitespace-regexp "[ \t\r\n]+")