Something munged my custom.el?

This commit is contained in:
John Doty 2021-03-17 13:16:33 -07:00
parent 5814447f53
commit 0952f6674d

View file

@ -3,7 +3,7 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(ag-arguments (quote ("--line-number" "--smart-case" "--column" "--"))) '(ag-arguments '("--line-number" "--smart-case" "--column" "--"))
'(ag-executable "rg") '(ag-executable "rg")
'(blink-matching-paren-dont-ignore-comments t) '(blink-matching-paren-dont-ignore-comments t)
'(c-basic-offset 2) '(c-basic-offset 2)
@ -12,21 +12,18 @@
'(c-label-minimum-indentation 0) '(c-label-minimum-indentation 0)
'(c-label-offset -4) '(c-label-offset -4)
'(clojure-build-tool-files '(clojure-build-tool-files
(quote '("project.clj" "build.boot" "build.gradle" "build.gradle.kts" "deps.edn" "shadow-cljs.edn" "TARGETS"))
("project.clj" "build.boot" "build.gradle" "build.gradle.kts" "deps.edn" "shadow-cljs.edn" "TARGETS")))
'(comint-input-ignoredups t) '(comint-input-ignoredups t)
'(comint-prompt-read-only t) '(comint-prompt-read-only t)
'(comint-scroll-to-bottom-on-input t) '(comint-scroll-to-bottom-on-input t)
'(company-backends '(company-backends
(quote '(company-bbdb company-nxml company-css company-eclim company-semantic company-clang company-xcode company-cmake company-capf company-files
(company-bbdb company-nxml company-css company-eclim company-semantic company-clang company-xcode company-cmake company-capf company-files
(company-dabbrev-code company-gtags company-etags company-keywords) (company-dabbrev-code company-gtags company-etags company-keywords)
company-oddmuse company-dabbrev company-flow))) company-oddmuse company-dabbrev company-flow))
'(css-indent-offset 2) '(css-indent-offset 2)
'(custom-safe-themes '(custom-safe-themes
(quote '("3dbb18bf06f41012d4525e6c64c392d6cfef06a2f8fe1bf7b565c4e020255466" "8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default))
("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" default))) '(fast-lock-cache-directories '("~/flc-cache"))
'(fast-lock-cache-directories (quote ("~/flc-cache")))
'(fast-lock-minimum-size nil) '(fast-lock-minimum-size nil)
'(fill-column 77) '(fill-column 77)
'(find-file-run-dired t) '(find-file-run-dired t)
@ -35,11 +32,11 @@
'(flycheck-python-flake8-executable "python3") '(flycheck-python-flake8-executable "python3")
'(font-lock-global-modes t) '(font-lock-global-modes t)
'(font-lock-maximum-size nil) '(font-lock-maximum-size nil)
'(font-lock-support-mode (quote jit-lock-mode)) '(font-lock-support-mode 'jit-lock-mode)
'(global-auto-revert-mode t) '(global-auto-revert-mode t)
'(global-font-lock-mode t nil (font-lock)) '(global-font-lock-mode t nil (font-lock))
'(ido-enable-flex-matching t) '(ido-enable-flex-matching t)
'(ido-mode (quote both) nil (ido)) '(ido-mode 'both nil (ido))
'(indent-tabs-mode nil) '(indent-tabs-mode nil)
'(inhibit-startup-screen t) '(inhibit-startup-screen t)
'(ispell-program-name "aspell") '(ispell-program-name "aspell")
@ -48,52 +45,46 @@
'(js2-bounce-indent-p t) '(js2-bounce-indent-p t)
'(js2-strict-trailing-comma-warning nil) '(js2-strict-trailing-comma-warning nil)
'(make-backup-files nil) '(make-backup-files nil)
'(monky-process-type (quote cmdserver)) '(monky-process-type 'cmdserver)
'(mouse-buffer-menu-mode-mult 0) '(mouse-buffer-menu-mode-mult 0)
'(mouse-wheel-progressive-speed nil) '(mouse-wheel-progressive-speed nil)
'(mouse-wheel-scroll-amount (quote (1 ((shift) . 5) ((control))))) '(mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control))))
'(nrepl-use-ssh-fallback-for-remote-hosts t) '(nrepl-use-ssh-fallback-for-remote-hosts t)
'(omnisharp-server-executable-path nil) '(omnisharp-server-executable-path nil)
'(org-export-backends (quote (ascii html icalendar latex md odt))) '(org-export-backends '(ascii html icalendar latex md odt))
'(org-export-with-toc nil) '(org-export-with-toc nil)
'(org-hide-leading-stars t) '(org-hide-leading-stars t)
'(org-log-done t) '(org-log-done t)
'(org-odd-levels-only t) '(org-odd-levels-only t)
'(org-todo-keywords '(org-todo-keywords '((sequence "TODO" "|" "DONE" "ABANDONED" "DEFERRED")))
(quote
((sequence "TODO" "|" "DONE" "ABANDONED" "DEFERRED"))))
'(package-selected-packages '(package-selected-packages
(quote '(zig-mode modus-operandi-theme esup gnu-elpa-keyring-update lsp-hack hack-mode rust-mode filladapt lsp-ui yaml-mode wgrep fsharp-mode company-lsp cquery mustache-mode clang-format projectile dash-functional mocha add-node-modules-path rjsx-mode xref-js2 js2-refactor company omnisharp geiser cider clojure-mode graphviz-dot-mode multi-term xterm-color thrift markdown-mode tuareg merlin ag use-package flycheck dockerfile-mode js2-mode web-mode tss switch-window python-mode paredit magit lua-mode go-mode go-autocomplete exec-path-from-shell csharp-mode color-theme-monokai auto-complete auto-complete-nxml flymake flyspell json-mode popup ruby-mode company-jedi tide elm-mode monky))
(modus-operandi-theme esup gnu-elpa-keyring-update lsp-hack hack-mode rust-mode filladapt lsp-ui yaml-mode wgrep fsharp-mode company-lsp cquery mustache-mode clang-format projectile dash-functional mocha add-node-modules-path rjsx-mode xref-js2 js2-refactor company omnisharp geiser cider clojure-mode graphviz-dot-mode multi-term xterm-color thrift markdown-mode tuareg merlin ag use-package flycheck dockerfile-mode js2-mode web-mode tss switch-window python-mode paredit magit lua-mode go-mode go-autocomplete exec-path-from-shell csharp-mode color-theme-monokai auto-complete auto-complete-nxml flymake flyspell json-mode popup ruby-mode company-jedi tide elm-mode monky))) '(reb-re-syntax 'string)
'(reb-re-syntax (quote string))
'(rmail-mail-new-frame t) '(rmail-mail-new-frame t)
'(safe-local-variable-values '(safe-local-variable-values
(quote '((docker-image-name . "onceandfuture")
((docker-image-name . "onceandfuture")
(eval ignore-errors "Write-contents-functions is a buffer-local alternative to before-save-hook" (eval ignore-errors "Write-contents-functions is a buffer-local alternative to before-save-hook"
(add-hook (add-hook 'write-contents-functions
(quote write-contents-functions) (lambda nil
(lambda nil (delete-trailing-whitespace)
(delete-trailing-whitespace) nil))
nil)) (require 'whitespace)
(require
(quote whitespace))
"Sometimes the mode needs to be toggled off and on." "Sometimes the mode needs to be toggled off and on."
(whitespace-mode 0) (whitespace-mode 0)
(whitespace-mode 1)) (whitespace-mode 1))
(whitespace-line-column . 80) (whitespace-line-column . 80)
(whitespace-style face trailing lines-tail) (whitespace-style face trailing lines-tail)
(require-final-newline . t)))) (require-final-newline . t)))
'(scroll-conservatively 1) '(scroll-conservatively 1)
'(scroll-step 1) '(scroll-step 1)
'(sd-user-email "johndoty@microsoft.com") '(sd-user-email "johndoty@microsoft.com")
'(sd-verbose nil) '(sd-verbose nil)
'(show-paren-mode t) '(show-paren-mode t)
'(show-paren-style (quote parenthesis)) '(show-paren-style 'parenthesis)
'(tab-width 4) '(tab-width 4)
'(tags-revert-without-query t) '(tags-revert-without-query t)
'(tramp-completion-reread-directory-timeout nil) '(tramp-completion-reread-directory-timeout nil)
'(tramp-default-method "sshx" nil (tramp)) '(tramp-default-method "sshx")
'(tramp-use-ssh-controlmaster-options nil) '(tramp-use-ssh-controlmaster-options nil)
'(transient-mark-mode t) '(transient-mark-mode t)
'(truncate-lines t) '(truncate-lines t)