]> git.donarmstrong.com Git - lib.git/commitdiff
remove extraneous xb
authorDon Armstrong <don@donarmstrong.com>
Sun, 25 Dec 2022 18:55:05 +0000 (10:55 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 25 Dec 2022 18:55:05 +0000 (10:55 -0800)
emacs_el/configuration/don-configuration.org

index a42e6eaaf88ae2c69194a3833c3184c4288e6ca2..2397bfacbb533bf90a6f79e914f67981952abfbb 100644 (file)
@@ -436,7 +436,6 @@ value, scrolling continues until there is no more output.
        lsp-pyright-venv-path "~/miniconda3/envs")
   :hook ((python-mode . (lambda () 
                           (require 'lsp-pyright) (lsp-deferred)))))
-xb
 #+END_SRC
 ** Company
 #+BEGIN_SRC emacs-lisp