-
-
Save peschkaj/2849631261c6ffa7a69bbf5f567834fa to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (wrong-type-argument integerp nil) | |
ivy-bibtex-display-transformer("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts") | |
mapcar(ivy-bibtex-display-transformer ("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts")) | |
ivy--format(("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts")) | |
ivy--exhibit() | |
ivy--minibuffer-setup() | |
#f(compiled-function () #<bytecode 0x4325b1b1>)() | |
read-from-minibuffer("BibTeX entries: " nil (keymap (keymap (3 keymap (18 . #f(compiled-function () (interactive nil) #<bytecode 0x432429b1>)))) keymap (3 keymap (19 . ivy-rotate-sort) (1 . ivy-toggle-ignore) (15 . ivy-occur)) (67108903 . ivy-avy) (33554464 . ivy-restrict-to-matches) (15 . hydra-ivy/body) (22 . ivy-scroll-up-command) (prior . ivy-scroll-down-command) (next . ivy-scroll-up-command) (7 . minibuffer-keyboard-quit) (right . ivy-forward-char) (32 . self-insert-command) (18 . ivy-reverse-i-search) (19 . ivy-next-line-or-history) (remap keymap (describe-mode . ivy-help) (kill-ring-save . ivy-kill-ring-save) (kill-whole-line . ivy-kill-whole-line) (kill-line . ivy-kill-line) (scroll-down-command . ivy-scroll-down-command) (scroll-up-command . ivy-scroll-up-command) (end-of-buffer . ivy-end-of-buffer) (beginning-of-buffer . ivy-beginning-of-buffer) (kill-word . ivy-kill-word) (forward-char . ivy-forward-char) (delete-char . ivy-delete-char) (backward-kill-word . ivy-backward-kill-word) (backward-delete-char-untabify . ivy-backward-delete-char) (delete-backward-char . ivy-backward-delete-char) (previous-line . ivy-previous-line) (next-line . ivy-next-line)) (9 . ivy-partial-or-done) (10 . ivy-alt-done) (27 keymap (1 . ivy-read-action) (15 . ivy-dispatching-call) (111 . ivy-dispatching-done) (105 . ivy-insert-current) (106 . ivy-yank-word) (114 . ivy-toggle-regexp-quote) (16 . ivy-previous-line-and-call) (14 . ivy-next-line-and-call) (118 . ivy-scroll-down-command) (112 . ivy-previous-history-element) (110 . ivy-next-history-element) (10 . ivy-immediate-done) (13 . ivy-call)) (mouse-3 . ivy-mouse-dispatching-done) (mouse-1 . ivy-mouse-done) (down-mouse-1 . ignore) (13 . ivy-done)) nil ivy-history) | |
#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>)("BibTeX entries: " (("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts" ("year" . "2012") ("author" . "Norvig, Peter") ("title" . "English Letter Frequency Counts: Mayzner Revisited") ("=type=" . "misc") ("=key=" . "norvigLetterFrequencyCounts"))) :action #f(compiled-function (result) #<bytecode 0x43248489>) :keymap (keymap (3 keymap (18 . #f(compiled-function () (interactive nil) #<bytecode 0x432429b1>)))) :preselect nil :caller ivy-bibtex :action ivy-bibtex-open-any) | |
apply(#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>) "BibTeX entries: " (("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts" ("year" . "2012") ("author" . "Norvig, Peter") ("title" . "English Letter Frequency Counts: Mayzner Revisited") ("=type=" . "misc") ("=key=" . "norvigLetterFrequencyCounts"))) (:action #f(compiled-function (result) #<bytecode 0x43248489>) :keymap (keymap (3 keymap (18 . #f(compiled-function () (interactive nil) #<bytecode 0x432429b1>)))) :preselect nil :caller ivy-bibtex :action ivy-bibtex-open-any)) | |
ivy-prescient-read(#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>) "BibTeX entries: " (("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts" ("year" . "2012") ("author" . "Norvig, Peter") ("title" . "English Letter Frequency Counts: Mayzner Revisited") ("=type=" . "misc") ("=key=" . "norvigLetterFrequencyCounts"))) :preselect nil :caller ivy-bibtex :action ivy-bibtex-open-any) | |
apply(ivy-prescient-read #f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>) ("BibTeX entries: " (("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts" ("year" . "2012") ("author" . "Norvig, Peter") ("title" . "English Letter Frequency Counts: Mayzner Revisited") ("=type=" . "misc") ("=key=" . "norvigLetterFrequencyCounts"))) :preselect nil :caller ivy-bibtex :action ivy-bibtex-open-any)) | |
ivy-read("BibTeX entries: " (("2012 Norvig, Peter English Letter Frequency Counts: Mayzner Revisited misc norvigLetterFrequencyCounts" ("year" . "2012") ("author" . "Norvig, Peter") ("title" . "English Letter Frequency Counts: Mayzner Revisited") ("=type=" . "misc") ("=key=" . "norvigLetterFrequencyCounts"))) :preselect nil :caller ivy-bibtex :action ivy-bibtex-open-any) | |
ivy-bibtex(nil) | |
funcall-interactively(ivy-bibtex nil) | |
call-interactively(ivy-bibtex record nil) | |
command-execute(ivy-bibtex record) | |
#f(compiled-function (cmd) #<bytecode 0x415697e1>)("ivy-bibtex") | |
#f(compiled-function (result) #<bytecode 0x4136470d>)("ivy-bibtex") | |
ivy-call() | |
#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>)("M-x " [## connection-failed diary-included-files epg-context-signers reftex-untie-multifile-symbols 0 -is-infix\? message-required-headers magit-submodule-update custom-face-menu pdf-cache-renderpage-highlight magit-reflog-commit semantic-tag-write-list-slot-value markdown-match-bold haskell-cabal-empty-regexp mml-secure-smime-sign-with-sender url-cookie-multiple-line biblio--selection-insert template ido-choice-list lsp-ui-flycheck mixal gnus-summary-recenter avl-tree--stack-store--cmacro cl-print--preprocess ivy-sort-file-function-default tls-success ellipses -some\? straight-maybe-emulate-symlink 0 post-deadline semanticdb-project-database-file-child-p being \" f-directory\? auth-source-token-passphrase-callback-function test-command package-menu--new-package-list \' ---5 gnus-summary-catchup-from-here :start-time ---8 request-list elfeed-search-date-face not-at-beginning-of-line f-empty\? undo-adjusted-markers projectile-tags-file-name ivy--regex-hash url-fullness--cmacro diff-refine-added ivy-highlight-functions-alist hit-value gnus-thread-hide-killed ivy--length doc-view-previous-page company--capf-data dired-marker-regexp gnus-remove-if ivy--actionp em-unix expires flycheck-error-list-set-source swiper-recenter-top-bottom angle-close hexl-current-address fingerprint url-cookie-generate-header-lines F gnus-summary-set-local-parameters gnus-group-restart locally projectile-symbol-or-selection-at-point reftex-add-label-environments ad-preactivate-advice auto-revert-mode-hook sh-smie--indent-continuation markdown-location-button P reftex-select-label-mode reftex-bib-title-face hs-headline flycheck-report-failed-syntax-check :protocols tablist-filter-eval ledger-font-xact-highlight-face company-clang-prefix-guesser :serial-number reftex-section-levels-all ellipsis org-journal-file-name->calendar-date expandable counsel-ibuffer-visit-buffer-other-window _ euc-jp-mac org-clock-persist-query-save eshell-handle-errors ivy-match-required-face tablist-push-numeric-filter ido-text-init reftex-allow-detached-macro-args company-preview f--collect-entries fullstr bahai-date url-cookie-name--cmacro company-indent-or-complete-common ido-completions company-search-other-char flymake-proc-master-file-count-limit ledger-font-other-face q end-line rfc2047-fold-region cus-theme :tcolumns default-type org-x11idle-exists-p websocket-client-data ivy-inhibit-action z sp-get-pair straight-vc-git--ensure-local gnus-delete-windows-in-gnusey-frames $EOI sftp org-escape-code-in-region swiper--init global-semantic-highlight-func-mode julia-mode flycheck-verify-checker haskell-mode-interactive-prompt-state oldf gnus-article-treat-fold-newsgroups flycheck-mode-set-explicitly semantic-show-parser-state-auto-marker hanoi company--auto-completion org-src-mode-hook undo-tree-visualize-redo-to-x s-present\? 0 select-tags-table-mode-hook cider-connect-sibling-clojurescript dired-mark-pop-up ido-reread-directory 0 ibuffer-current-format org-agenda-skip-additional-timestamps-same-entry counsel-yank-pop go-golint browse-url-netscape-arguments hydra-window/delete-other-windows biblio-selection-mode-abbrev-table ivy-bibtex-add-PDF-attachment org-babel-when-in-src-block gnus-summary-next-group-on-exit haskell-interactive-prompt company-keep org-agenda-daily/weekly ivy-state-re-builder--cmacro :shown-value semantic-lex-open-paren bindat-get-field gnus-update-summary-mark-positions semantic-tag-include-system-p hydra-ibuffer-filter/ibuffer-filter-by-predicate markdown-link-face ovl counsel--face-at-point flycheck-this-emacs-executable container-title 0 websocket-conn skeleton pdf-isearch-active-mode-hook literate-comment overload-docstring-extension ivy-left-pad semantic-ia-fast-jump message-subscribed-address-functions search-length user-defined-down epg-key-validity-alist company-clang--error-buffer-name remote-dir 0 gnus-group-ignored-charsets-alist pgp semantic--tag-attributes-cdr counsel-semantic-or-imenu clojurec-mode org-completing-read remember-pos rmailout rainbow-delimiters-depth-5-face custom-variable-edit custom-notify Info-read-node-name-2 sp--get-suffix package-install-button-action gnus-start-date-timer org-ts-regexp-inactive done-bad company-cmake-executable AUCTeX\ Interface parentstring end-list pid haskell-delete-indentation ido-rescan true-file straight-recipes-rg-version markdown-live-preview-window-deserialize mail-header-make-address lsp--parser-make-filter haskell-indentation-with-starter flycheck-rust-manifest-directory lsp-ui-sideline--margin-width global-git-commit-mode-hook -some-> package--removable-packages 0 org-journal-search-calendar-year semantic/complete --reduce-r org-doi-server-url make-full-mail-header jump-to-filter-group crystal-spec semantic-tag-new-alias biblio--prepare-authors ibuffer-toggle-filter-group-1 semantic-working-type browse-url-galeon-arguments gnus-strip-killed-list hexl xref-file-location-list-p bookmark-upgrade-version-0-alist keypad-numlock-setup semantic-overload-symbol-from-function shr-color-html-colors-alist ibuffer-redisplay-engine pkg widget-function-prompt-value-history bibtex-parse-field-string wisent-print-conflicts markdown-font-lock-extend-region-function calendar-view-diary-initially-flag markup-title-3-face hydra--hint-heads-wocol org-link-edit-forward-slurp swiper--point-max flymake-diagnostics-buffer-mode-abbrev-table dash--table-carry make-websocket-frame--cmacro text-edit ignored-local-variables electric-pair--with-uncached-syntax s-chop-suffixes compilation-minor-mode-on-hook gnus-string-remove-all-properties :custom-level elfeed-enclosure-default-dir Locally AEAD-ciphers Texinfo projectile-project-buffers-non-visible semantic-tag-prototype-p mm-7bit-chars magit-signature-good parent-rep lsp-ui-flycheck-list save-place-mode-map ido-is-unc-host semantic-with-buffer-narrowed-to-current-tag haskell-lexeme 0 supported-operations lsp--registered-capability-by-id wbol :pre-handlers semantic-tag-components-with-overlays-default sp-delete-word eshell-passwd-file ivy--cd semantic-parse-tree-needs-rebuild-p diary-bahai-date hydra-ibuffer-main/ibuffer-backward-line 0 deb-top rmail-summary-exists :fingerprint ivy-string< d-incp Strikethrough Info-prev-reference field-beginning delete-selection-save-to-register iso-8859-5-unix Char range-error 0 supers lana counsel-yank-directory semantic-test-data-cache browse-url-browser-display ad-should-compile biblio-doi--set-mime-accept counsel-rhythmbox-current-song mu4e-headers-mode eieio-list-prin1 pom lsp--global-teardown markdown-mode-font-lock-keywords-math counsel-colors-action-kill-hex cl--simple-funcs Show\ all\ errors mail-parse-charset reftex-arg-label duplicates tamil-composable-pattern Narrow\ to\ Block 0 s-capitalize jka-compr-file-local-copy library ivy-expand-file-if-directory pathvar company-echo-truncate-lines 0 erlang ivy-height pcase-codegen shar bibtex-completion-find-pdf-in-library sunrise-commander-autoloads rmail-msgbeg wisent-eoi-term parsebib--find-bibtex-field :print-function tablist-operations-function nnimap-buffer ido-chop epa-key-mode-hook lsp-ui-peek--adjust straight\.el ivy-toggle-case-fold pdf-util--base-directory magit-popup-mode semantic-symref-tool-global-p org-clock-total-time pre c-scope-operator prg ffap-url-fetcher autoload-timestamps quail-update-leim-list-file wisent-error-tag from-file counsel-find-file-extern ivy-state-collection--cmacro eshell-parse-colon-path url-queue-callback :completep ivy-views gnus-mime-buttonize-attachments-in-header --first bibtex-autokey-get-names swiper--point-min gnus-summary-put-mark-as-ticked-prev gnus-summary-format avy-action markdown-next-link org-agenda-filtered-by-top-headline custom-buffer company-tooltip-search-selection use-package-unalias-keywords list-directory-brief-switches haskell-process-get-repl-completions read-from-whole-string f-directory-p unmark-all haskell-interactive-mode-splices-buffer-name rainbow-delimiters-mode-off-hook actives ibuffer-always-show-last-buffer nnmail-large-newsgroup haskell-compilation-mode network-stream-open-starttls s-lex-fmt|expand ido-confirm-unique-completion ivy--regex-or-literal flycheck-error-list-propertized-source-name -setq geiser-menu epg--status-NEED_PASSPHRASE_SYM ido-is-root-directory ivy--occur-press-update-window nnoo-parents message-point-in-header-p org-mac-safari-insert-frontmost-url atomic-chrome-httpd-process-filter header-mouse-map rotating fullwidth gnus-show-threads markdown-get-all-refs counsel--find-symbol wisent-parse-error-function preselect Archive\ default-1 _force gnus-article-treat-overstrike tb-size-cb flycheck-error-thing-region url-queue-kill-job undo-tree-visualizer-initial-node ad--defalias-fset flycheck-checker tablist-assert-column-editable tag-any-match-p biblio--tag-backend browse-url-gnudoit-args use-package-\(:files\ \(\"ivy-prescient\.el\"\)\ :package\ \"ivy-prescient\"\ :local-repo\ \"prescient\.el\"\ :type\ git\ :repo\ \"raxod502/prescient\.el\"\ :host\ github\)-nil-nil esup-child-chomp url-parse-query-string Refresh/Reload nnir-compose-result dired-subdir-max company-cmake--meta-command-cache flycheck-collapse-error-message-whitespace ffap-el jinja2-mode flymake-start-syntax-check cl--make-usage-var sx-favorites gnus-summary-very-wide-reply company--manual-action ledger-font-periodic-xact-face flycheck-handle-save org-babel-expand-body:elisp org-open-file-with-emacs fnh-elem last-dist reftex-toc-include-file-boundaries reftex-index-section-letters org-texinfo-def-table-markup haskell-cabal-mode-syntax-table window-safe-min-height help-insert-string biblio--plist-to-alist signature-algorithm gnus-articles-in-thread utf-16-be-no-signature Reveal\ on\ isearch custom-browse-only-groups counsel-locate-cmd-noregex gnus-newsgroup-begin pdf-tools-faces websocket-frame-p atomic-chrome-create-buffer operand qid markdown-footnote-chars reftex-everything-regexp company-replacement-args sass/scss-sass-lint hydra--work-around-dedicated use-package-normalize-mode -reductions haskell-interactive-mode-return parsebib--match-brace-forward vc-mtn with-editor-shell-command counsel-string-compose dabbrev--select-buffers Projectile all-children bbdb-search hydra-window/hydra-move-splitter-down browse-url-file-url ibuffer-assert-ibuffer-mode customized-face-comment ivy--buffer-list custom-group-members mml-smime-passphrase-cache-expiry tablist-read-regexp-filter ffap-event-buffer accum company-eclim--project-list inline-quote url-cookie-untrusted-urls s-matches-p undo-tree-undo ibuffer-map-deletion-lines mode-local-post-major-mode-change pdf-occur-search-batch-size warn-unencrypted epg-make-data-from-string--cmacro projectile-parse-dirconfig-file org-end-time-was-given haskell-guess-module-name org-checkbox-statistics-done sp--get-hybrid-suffix flycheck-display-error-messages :variable-type sp-kill-region flycheck-try-parse-error-with-pattern mac-pointer-not-allowed ctable abbrev-insert 0 undo-tree-repeated-undo-in-region-p face-at-point flycheck-cppcheck-include-path accept-string ad-compiled-p ido-minibuffer-setup-hook :default-face raw-text-dos tablist-negate-filter ibuffer-load-hook cl-tree-equal Sideways bibtex-completion-candidates display-time-world mm-handle-set-undisplayer semantic-flex-list capture org--msg-extra japanese-katakana-two-byte wisent-set-conflicts parsebib-entry-type-error gnus-summary-clear-above -fix sp--merge-prop subtitle list-only markdown-regex-block-separator undownload colir-color-parse sx-tab-month straight--process-output-end epg-context-error-buffer--cmacro u16 old-modified pdf-cache--prefetch-started-p :document jka-compr-run-real-handler eieio-object-name-string magit-imenu--log-prev-index-position-function markdown-get-defined-references mm-encode undo-outer-limit-truncate mm-text-coding-system org-bbdb-anniv-extract-date 0 mml2015 mark-to-kill last-shift sp-char-is-escaped-p Info-next ivy--get-window next-field-start parsebib--key-regexp haskell-process-queue-flushed-p wisent-parse-start haskell-utils-async-watch-changes undo-tree-node-redo-beginning lsp-make-traverser markdown-metadata-value-face ace-link--compilation-action f-empty-p ob-ocaml calendar-daylight-savings-starts-time widget-match-inline textregions gcov-nomark org-autoloads straight--links-dir reftex--index-tags sp--lisp-modes company--search-old-changed define-lex-analyzer flymake-proc-get-project-include-dirs-function uri-handlers prescient--load-save-file hydra-repeat haskell-indentation-type-1 auto-insert-prompt compilation--ensure-parse init-stack-depth counsel--gg-count biblio-collect-backends haskell-process-cmd-queue-pop reftex-index-verify-function message-load-hook nnmail-search-unix-mail-delim wisent-skip-block custom-face-edit-value-visibility-action sp-get-stringlike-expression package-menu--partition-transaction hl-line-maybe-unhighlight gnus-summary-go-to-next-thread projectile-ignored-directories-rel archive-zip lsp--make-document-formatting-params deb-lfunc pcase-PAT raw erc-mode-line-and-header el-patch-get erc-session-port semantic-show-unmatched-syntax-mode semantic-inhibit-functions ido-incomplete-regexp save-place--setup-hooks python-flymake dired-find-subdir comment-delimiter org-bracket-link-analytic-regexp $1 localpart $3 undo-tree-position cl-puthash url-queue-setup-runners :maintainer if-exists markdown-clean-language-string label-numbers rmail-edited-attr-index company-template-remove-template nndiary 0 0 projectile-test-suffix unlink-copy-hook magit-reflog-amend ido-pop-dir pcomplete--common-suffix ibuffer-pop-filter-group menu-bar-showhide-fringe-ind-customize min-len tablist-mode-syntax-table org-agenda-skip-subtree-when-regexp-matches url-attributes flycheck-working-directory reftex-make-overlay defun-gmm lsp--client-prefix-function create-image tablist-umark-filtered-entries rec red markdown-css-path url-path-allowed-chars websocket-unsupported-protocol package--bi-desc-summary--cmacro compilation-old-error-list custom-browse-visibility Keyboard global-hl-line-maybe-unhighlight edit-options-separator json-alist-p compilation--previous-directory use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/auctex\"\ :package\ \"auctex\"\ :local-repo\ \"auctex\"\)-nil-nil available-width ido-toggle-prefix reftex-index-complete-key wisent-parse-lexer-function reftex-bibfile-ignore-list ediff-fine-diff-A ediff-fine-diff-B ediff-fine-diff-C ~/Documents/org/index\.org company-gtags-executable lsp-ui-mode-hook haskell-cabal-enum-targets sp-company--insert-candidate $l sign gnus-group-suspend cl--loop-let jabber-chat-prompt-local checkdoc-autofix-flag ring-copy ido-file-dir-completion-map debugger-mode-map reftex-toc-max-level $v Indent\ line markdown-replace-regexp-in-string magit-list-submodules org-clock-clocktable-formatter 0 biblio-dblp elisp-archive-host ido-minor-mode-map-entry org-blank-before-new-entry archive-zoo org-task-overrun-text haskell-process-log org-switch-to-buffer-other-window ido-completion-map straight-recipes-all-the-icons-version ido-record-work-directory auth-source-search-collection hydra-docstring-keys-translate-alist partial-front rhl counsel-locate-cmd-es singularize-string f-writable\? elisp-lint-indent-specs tablist-put-mark-state gnus-summary-make-false-root-always rhs eieio-class-slots org-refile-cache-put wisent-java-default-setup bongo-library-mode woman-formatting message-send-and-exit copy-websocket-frame wisent-build-relations xref-show-location-at-point message-mail-alias-type-p biblio--selection-mode-name org-publish-sitemap-file-entry-format radian--advice-haskell-fix-back-to-indentation flymake-proc-get-include-dirs abstract hydra-ibuffer-mark/hint vhdl-print gh-auth url-queue-start-time diff-header org-element-quote-block-interpreter message-expand-group gnus-summary-search-article-forward last-field-p websocket-server-websockets absoluteday subword-setup-buffer puny-encode-domain websocket-inner-create--cmacro lsp-ui-flycheck-list-mode-hook wisent-print-fderives vc-switch-backend counsel--yank-pop-kills tablist-filter-op-equal domains rainbow-delimiters-depth-8-face custom-face-all customize-version-lessp semantic-lex-whitespace counsel--buffers-with-mode flycheck--idle-trigger-conditions xref-mode-local-overload 0 ido-ignore-item-p ivy-set-view-recur org-with-limited-levels delete-mapper rmail-restore-desktop-buffer sp-paredit-bindings ibuffer-title set-justification-none flycheck-standard-input 0 lsp--point-to-marker--inliner 0 package-menu--old-archive-contents epa-display-info widget-specify-inactive mml-quote-region radian--advice-clj-refactor-message-eagerly -> company-eclim--project-dir company-files--completion-cache hydra--ignore rlt company-prescient-completion-finished ido-enable-regexp deb-descr ido-max-work-file-list winner-get-point dbuff gnus-group-make-articles-read semantic-command-separation-character projectile-hg-command gnus-summary-mark-as-read url-system-type ivy--queue-exhibit cider-debug-defun-at-point compilation-next-file nnir-imap-query-to-imap radian-show-git-global-mode-cmhh org-clock-history reftex-get-offset uncomment auto-revert reftex-env-or-mac-alist is-inline-task :willSaveWaitUntil ivy-format-function company--perform isearch--state-case-fold-search ediff-help calendar-tex element info-other-window flycheck-add-overlay projectile-go-project-p flycheck-deferred-syntax-check ido-unload-function 0 undo-tree-draw-node shell-filename-completion byte-compile-maybe-guarded ffip-find-relative-path-callback :save-buffers projectile--find-file 0 batch-file-mode electric-quote-inhibit-functions ivy--directory-done $region1 dabbrev--last-direction counsel-outline-candidates dst-starts-gregorian company-call-backend row semantic-read-event org-compile-file 0 counsel-more-chars request-newgroups rpm semantic-symref-tool-global swiper--current-match-start previous-error-no-select semantic-lex-current-depth gnus-article-strip-multiple-blank-lines b-month mml-secure-message gnus-uu-decode-unshar pdf-info-restart-process-p pdf-util-scale-relative-to-pixel flycheck-syntax-check-working-directory--cmacro eshell-prompt projectile-dirname-matching-count Sort\ lines\ in\ region 0 hydra-ibuffer-sort gnus-summary-make-marking-command-1 mode-local cl-callf org-agenda-tag-filter-while-redo websocket-ensure-connected 0 deletable-articles markdown-code-block-at-point-p use-package-\(:type\ git\ :files\ \(\"lisp/*\.el\"\ \"README\"\ \(\"build\"\ \"Makefile\"\)\ \(\"build\"\ \"server\"\)\ \(:exclude\ \"lisp/tablist\.el\"\ \"lisp/tablist-filter\.el\"\)\)\ :host\ github\ :repo\ \"politza/pdf-tools\"\ :package\ \"pdf-tools\"\ :local-repo\ \"pdf-tools\"\)-nil-nil projectile-tags-backend 0 gnus-and markdown-heading-2-setext counsel-fzf-cmd window-displayed-height 0 global-superword-mode-enable-in-buffers diary-mark-entries-1 Custom-mode-syntax-table mail-abbrevs-mode-map ido-delete-backward-updir ivy-minibuffer-match-face-1 ivy-minibuffer-match-face-2 ivy-minibuffer-match-face-3 ivy-minibuffer-match-face-4 Previous\ Link gnus-undo-boundary-inhibit sp--get-overlay-text do-sort-by-size week hydra-ibuffer-mark/ibuffer-mark-help-buffers-and-exit mac-script-code-coding-systems 0 cl-struct-lsp-diagnostic-tags hydra--sort-heads image-minor-mode-map compilation-auto-jump-to-next semantic-describe-buffer haskell-interactive-mode-tab haskell-debug-muted-face wisent-lex-istream :instance prolog-other chdir action-table markdown-match-leanpub-sections ffap-submit-bug haskell-cabal-chomp-line wisent-parse-stream reftex-parse-args bibtex-BibTeX-field-alist company-template-find-next-field haskell-process-auto-import-loaded-modules sec 0 message-mode-menu 0 atomic-chrome-close-connection grape 0 markdown-live-preview-switch-to-output flycheck-ruby-jruby-executable package-x winner-mode-hook ivy-mode-map ebnf-repeat sep -rpartial cl-struct-flymake--backend-state-tags company-keywords-upper-lower -last gnus-summary-morse-message nnmail-cache-ignore-groups 0 hydra-ibuffer-mark/ibuffer-mark-dired-buffers-and-exit package--add-to-archive-contents tooltip-mode-on-hook on-open flycheck-syntax-check-working-directory gnus-group-mark-map package--save-selected-packages undo-tree-region-data-undo-end tabulated-list-sort counsel--yank-pop-format-function semantic-tag-function-constructor-p f-traverse-upwards nnheader-report ivy-prescient--make-filter-method-keymap s-wrap erc-netsplit global-company-mode-buffers gnus-art gnus-summary-limit-to-bodies reftex-visited-files -reductions-r el-patch-use-package-mode-off-hook helm-buffer-size 0 pdf-info-make-local-server writeroom-mode-autoloads atomic-chrome-edit-mode absm hydra-window/hint bibtex-braced-string-syntax-table counsel-ack-base-command ldiff eieio-browse highestmodseq ido-ignore-files semantic/lex load-save-place-alist-from-file 0 ivy--set-candidates nlinum-mode rxp 0 reftex-insert-label-flags counsel--grep-mode-occur custom-button xref--with-dedicated-window clean-buffer-list defvoo message-cancel-hook Double nnir-imap-peek-symbol package-desc-name :compact orig-fun sin lowest-buf haskell-interactive-mode-multi-line custom-unsaved-options haskell-indentation-guard feedmail-headers $region subword-backward-kill prescript lsp-project-whitelist flycheck-parse-reek --find-indices day-discrepancy tablist-copy-text-property org-up-heading-safe bibtex-completion-cross-referenced-entry-types epg-context-textmode--cmacro semantic-tag-similar-with-subtags-p todo-display bibtex-completion-notes-global-mode-hook producer allow-unsigned lsp--client-notification-handlers Headings\ &\ Structure ivy-display-function-popup symbol-end --cl-block-lsp--parser-body-- org-crypt-check-auto-save org-agenda-date-later-minutes ffap-file-at-point org-agenda-sticky semantic-lex-token-end pdf-misc-context-menu-minor-mode-map f-parent-of\? ibuffer-sorting-functions-alist TeX-modes-set include-cmds semantic--parse-table lsp--parser-queued-requests--cmacro atomic-chrome haskell-command-state seconds-per-day company-clang-version ido-all-frames markdown-fenced-block-pairs flycheck-autoloads-file-p found-mark flycheck-may-check-automatically gnus-summary-wake-up-the-dead == flycheck-verification-result-p--cmacro f-parent-of-p markup-meta-face reftex-verified-face message-sendmail-envelope-from ffap-max-region-length compilation--previous-directory-cache :next-checkers downcase-word no-bar raw-tag define-lex-keyword-type-analyzer gnus-request-compact-group epa-import-armor-in-region find-function-read string-trim C-S-mouse-3 cl-struct-epg-sig-notation-tags gnus-summary-prev-group gnus-post-news projectile-tags-exclude-patterns hs-mouse-toggle-hiding secret-p gnus-server-get-method projectile--cleanup-known-projects --fix company-global-modes Grep\ on\ Document log-edit-mode creator gnus-summary-catchup-to-here nnimap-greeting url-cookie-retrieve bindat-raw pdf-isearch-empty-match-p ido-nonreadable-directory-p flycheck-parse-stylelint-json Set\ executable\ of\ syntax\ checker mac-ae-script-language magit-bookmark--refs-jump color-lab-to-xyz flycheck-error-list-highlight-overlays 0 --cl-block-lsp--client-send-sync-- isearch--state-string ibuffer-mark-by-content-regexp prescient-sort-compare ivy-sort-matches-functions-alist pdf-isearch-batch-mode-off-hook counsel-symbol-at-point projectile-run-command A1 ibuffer-jump-to-buffer s-snake-case A4 package-activate-1 lsp-ui-doc-inline company-cmake-modes lsp-ui-peek--xref-make-item wisent-get 0 word-separating-categories org-mode-line-string semantic-overlay-delete rfc2368-parse-mailto-url 0 lsp-ui-doc--string-eldoc websocket-frame-completep--cmacro lsp--read-json multi-isearch-next-buffer-current-function package--compile aw-flip-window switch-to-haskell tablist-forward-entry custom-group-link nil-4 bookmark-set-annotation xref--xref-buffer-mode flycheck--error-list-msg-offset custom-tool-bar-map swift-mode:highlight-symbols-in-standard-library :default-value tar counsel-locate-action-extern projectile-maybe-invalidate-cache gh-pull-comments straight-package-neutering-mode-off-hook nsyms starttls-any-program-available disposition cljr-slash company-auctex-environments List\ all\ problems pdf-history-backward cider-format gh-repos x-symbol-tex wisent-initialize-LA nnimap-server esh-arg end-eol mh-search-choose counsel-fzf-action yesterday ssh org-babel-comint-input-command file-notify-add-watch tablist-column-name websocket-inner-create Info-no-error :cbargs f-parent ivy--all-candidates flymake-proc--create-master-file haskell-cabal-previous-subsection forever std unmark-all-marks dabbrev-ignored-buffer-regexps 0 package-desc-priority reftex-no-props ido-auto-merge-delay-time highlight-uses-mode-on-hook compilation--message-p--cmacro radian--flycheck-markdown-setup pdf-view-mode avl-tree-stack-p helm-ff-directory markdown-outline-previous sub ido-initial-position reftex-index-phrases-search-whole-words css-eldoc s-autoloads ido-only-match Cf :backend undo-tree-visualizer-data multiple-lines rgrep-find-ignored-directories gnus-forward-line-ignore-invisible sun Show\ &\ Hide gnus-group-tool-bar-zap-list main-file url-cookie-secure-storage org-timestamp--to-internal-time semantic-default-texi-setup flymake-proc-reformat-err-line-patterns-from-compile-el wisent-python-default-setup def-dir hist magit-commit region-selected linear-a websocket-outer-filter 0 erc-speedbar mml-secure-message-encrypt-smime haskell-cabal-executable-fields reftex-revisit-to-follow reftex-kill-temporary-buffers 0 org-before-first-heading-p 0 rsets reftex-query-replace-document body-length swi markdown-list-indent-width org-journal-decrypt projectile-ignored-rel-p number-of-pages semantic-highlight-edits-mode-on-hook rmailsum nested-comment inferior-lisp-mode gnus-gmane-group-download-format gnus-summary-low-unread guiler wisent-bits-size ido-process-ignore-lists gnus-summary-save-parts-type-history intersection json-encode-key dired-log-summary company-template-field-map markdown-footnote-text-positions pdf-misc-context-menu-minor-mode-hook xref--xref-buffer-mode-hook 0 ivy--switch-buffer-action org-table-hline-regexp biblio--read-backend use-package-hook-name-suffix actn counsel-variable-list no-group color-lab-to-srgb 0 0 flycheck-error-level-fringe-face haskell-session haskell-mode-view-news org-contextualize-keys dabbrev-tail markdown-live-preview-buffer markdown-live-preview-delete-export auto-revert-notify-modified-p semantic-type-relation-separator-character url-cookie-trusted-urls tit Recenter\ TOC straight-repository-branch avy-read counsel-semantic-action Hg lsp--merge-plists :mstart reftex-loaddefs semantic-buffer-local-value semantic-clean-unmatched-syntax-in-buffer org-agenda-top-headline-filter bibtex-completion-notes-global-mode-enable-in-buffers reftex-sort-bibtex-matches projectile-test-file-p inferior-process sh-ancestor-alist org-encrypt-entry el-patch-defconst desktop-dont-save ivy-state-caller--cmacro 0 wisent-SETBIT auto-revert-remove-current-buffer etags-list-tags projectile-mode-off-hook lsp--markup-content-p--inliner counsel-async-filter-update-time emacs-lisp-byte-compile-and-load message-expires semantic-lex-close-paren LA avy--remove-leading-chars s-truncate texinfmt lv-wnd ido-entry-buffer org-closed-time-regexp :end-line indent-or-triple pdf-info-normalize-page-range gnus-downloaded-mark f-child-of\? save-buffers-kill-emacs bibtex-completion-fallback-action pdf-view-printer-minor-mode-on-hook N0 semantic-find-tag-by-overlay-next turn-off-smartparens-strict-mode diary-sexp-entry-symbol ido-up-directory flycheck-rust-binary-name radian--advice-company-overrides-yasnippet magit-revert-no-commit websocket-try-callback 0 haskell-session-modify ido-cannot-complete-command org-deadline-time-regexp 0 calendar-chinese-daylight-saving-start-time vhdl-port ido-summary-buffers-to-end radian-highlight-long-lines-mode tq-enqueue map-contains-key haskell-sort-imports-collect-imports projectile-default-generic-command ivy-re-match semantic-parse-region first-value ivy-bibtex-edit-notes lsp--cur-column--inliner --cl-block-straight-vc-git--ensure-head-- specializers punct reftex-refontify reftex-index-show-entry isearch-backslash toc helm-history-deleted org-babel-examplize-region :public counsel-git-action projectile-root-bottom-up undo-tree-node-branch--cmacro leng browse-url-xterm-program reftex-find-index-entry-regexp-format flycheck-clang-no-rtti wgrep-face ffap-read-only :inflight-input tq-queue markdown-blockquote-display-char prescient--initials-regexp org-agenda-undo-has-started-in biblio-with-fontification plstore-delete autoload-rubric rescan ibuffer-buffer-file-name flymake-proc--process-filter markdown-remove-header markdown-next-list-item-bounds semantic-update-mode-line haskell-indentation-newline-and-indent egyptian ido-unc-hosts undo-tree-visualizer-spacing Np dabbrev--friend-buffer-list :c3 Ns semantic-simple-lexer haskell-session-default-name cl-type-definition swift-mode-beginning-of-defun hz-unix pdf-occur-search-string bindat--pack-item bibtex-start-of-text-in-field declaim semantic-insert-foreign-tag wisent-discarding-token-functions 0 grey-dark eldoc-mode-map org-clock-out-hook eieio-persistent pdf-history colir markdown-reference-check-buffer ido-create-new-buffer haskell-session-new-assume-from-cabal gnus-summary-put-mark-as-expirable-prev-unread flycheck-report-status use-package-\(:type\ git\ :host\ github\ :repo\ \"dajva/rg\.el\"\ :package\ \"rg\"\ :local-repo\ \"rg\.el\"\)-nil-nil tablist-selection-changed-functions use-package-normalize-keywords clear-progress-display nnir-read-parms Visit\ Phrase\ Buffer calendar-recompute-layout-variables pcmpl-cvs uce using-biblatex mail-source-fetch-maildir f-hidden-p pdf-isearch-current-match mh-show-header-display SI widget-tabable-at eieio--defmethod initialized haskell-debug-make-fake-history iso-latin-2-unix Original-To haskell-compilation-filter-hook org-element-clock-interpreter ibuffer-filter-by-directory semantic-flex-buffer markdown-match-pandoc-metadata tex-font-setup package-menu-toggle-hiding flycheck-gnat-args auto-revert-tail-mode-hook url-cookie-storage radian--smartparens-indent-new-pair :cl gnus-summary-open-group-with-article company-clang--handle-error gnus-newsgroup-forwarded haskell-mode-find-def isearch-mode-hook V1 debugger-outer-match-data lsp--registered-capability-options--cmacro less ido-setup-completion-map org-mac-message-insert-selected prescient--history haskell-lexeme-string-literal-inside-item semantic-before-toplevel-bovination-hook pdf-info-query--transform-response Info-file-supports-index-cookies biblio-download--action flycheck-rust-check-tests ede-new semantic--tag-put-property-no-side-effect gnus-summary-put-mark-as-expirable markdown-complete-alist use-package-\(:type\ git\ :files\ \(\"inflections\.el\"\)\ :host\ github\ :repo\ \"eschulte/jump\.el\"\ :package\ \"inflections\"\ :local-repo\ \"jump\.el\"\)-nil-nil bibtex-completion-notes-mode-off-hook hydra--table display-function haskell-indentation-implicit-layout-list :reqs explicit-children rcirc-faces diff-process-filter mail-user-agent haskell-completions-grab-prefix markdown-get-defined-footnotes compilation-find-buffer etags-file-of-tag 0 radian-show-git-mode-hook dired-keep-marker-symlink auto-revert-mode-text rng-loc epg-key-signature-creation-time--cmacro epg-key-sub-key-list mode-local-augment-function-help less-css pdf-view-set-slice ivy-bibtex-show-entry counsel-linux-apps-parse cl-print--find-sharing haskell-process-logo ido-next-work-file ob-tangle message-dont-send hydra-ibuffer-sort/heads Y2 lsp--parser-body-length--cmacro tablist-mark-forward sh-heredoc eieio-default-superclass-child-p gnus-group-news-3-low flycheck-irony request-autoloads haskell-lexeme-string-literal biblio-crossref--format-affiliation lsp-ui-mode-on-hook mml-externalize-attachments x-dnd ibuffer-format-filter-group-data Vp vc-rcs uid display-other-frame Outdent\ Region set-face-bold-p ivy--prompt f-executable\? Previous\ file ripgrep-regexp bibview-cache 0 pdf-dev turn-on-geiser-mode markdown-toggle-fontify-code-blocks-natively company-semantic-metadata-function pdf-info-local-server-p reftex-parse-file-extension mail-header-parse-content-type :id company-enable-overriding-keymap gnus-request-newgroups edn-remove-reader spam-use-spamassassin use-package-require-after-load package-hidden-regexps smartparens-global-mode-hook flyspell org-entities-help xlfd-regexp-resy-subnum define-lex-string-type-analyzer gnus-article-post-menu -mapcat vhdl-menu el-patch-use-package-mode-hook s-uppercase\? pdf-view-assert-active-region defaults-1 reftex-label-illegal-re calendar-nth-named-absday ultracondensed 0 hydra-ibuffer-main/hydra-ibuffer-action/body-and-exit flx-make-string-cache cl-struct-url-tags new-headers 0 f-abbrev semantic-flex-syntax-modifications habit-up timezone-time-zone-from-absolute message-cross-post-followup-to sx-tab-all-questions counsel-library-candidates declarations comment-start-point derive use-package-normalize-commands haskell-flymake-init package--downloads-in-progress -all-p imenu-auto-rescan-maxout message-cross-post-old-target gnus-summary-highlight-line Zp semantic/wisent end-month haskell-align-imports-regexp -counter lsp--text-document-hover-string eieio--class-make--cmacro use-package-autoloads/:bind counsel--async-command counsel-yank-pop-filter menu-bar-options-menu lsp-ui-imenu--put-separator tty-menu-disabled-face 0 esh-cmd radian--run-hook gnus-summary-high-read-face unc ivy-state-history--cmacro Supported\ ECC\ Point\ Formats org-link-abbrev-alist-local :ProtocolVersion visible-frame-list php-symfony haskell-cabal-with-subsection unk reparse-symbol atomic-chrome-get-buffer-by-socket semantic-format-tag-concise-prototype org-link 0 f-with-sandbox message-mml-face inhibit-debug-on-entry ivy--legal-regex-p ibuffer-title-header prescient-frequency-decay flycheck-option-emacs-lisp-package-user-dir counsel-git-grep-occur projectile--test-name-for-impl-name 0 company--begin-inhibit-commands verilog-mode-actions compilation-filter-hook pdf-util-scale-to 0 semantic--tag-hook-value Fifth\ Level\ atx magit-submodule-read-name-for-path ido-choose-completion-string compilation-error-face gnus-extra-header s-lines custom-toggle-hide company--manual-prefix hydra--call-interactively-remap-maybe s-upcase :splice start-elem semantic-parse-region-default 0 zerodark-modified-face windmove-frame-edges prescient-filter-regexps reftex-cite-prompt-optional-args :or _b backward-to-word tenth company-gtags--annotation _f working-revision haskell-process-reload-with-fbytecode flycheck-go-vet-shadow xref-location-list-p _k magit-fetch-refspec gnus-summary-unmark-as-processable resultModules flycheck-c/c++-cppcheck-executable gnus-add-mark company-guard percent ido-work-directory-index ivy-reverse-i-search sx-tab :certificate-security-level parg :suffix hs-overlay-at sx-tag projectile-command-map flycheck-may-enable-mode nnir-request-list-newsgroups exit-status gnus-sum-load-hook pad-width hydra-fontify-head-greyscale ivy-state-p org-clock-mode-line-timer gnus-tmp-score hydra-window/helm-find-files company-async-timeout ido-magic-backward-char semantic-highlight-func-ct-overlay package-menu--print-info-simple sp-backward-symbol lsp-ui-sideline-show-hover ido-copy-current-word mh-display-msg sp-highlight-wrap-tag-overlay org-find-olp semantic-parse-changes package-generate-description-file xref-bogus-location-list-p :full sp--get-kill-end be sx-method magit-margin :post-handlers 0 mode-local-bind markdown-imenu-create-flat-index reftex-move-overlay custom-group-sample-face-get typekey biblio-dblp--forward-bibtex ivy--prompt-selectable-p ca haskell-mode-try-kill-scc-at-point helm-grep-finish comma gnus-visual-mark-article-hook oref def-ext dpre url-cache-directory lsp-capabilities org-decrypt-entry doiId_s reftex-cite-format newvar defconst-mode-local cp company-semantic-doc-buffer flycheck-encrypted-buffer-p dontsign haskell-error-overlay-briefly gnus-verbose-backends :commentstop lsp-ui-peek--get-selection markdown-insert-list-item url-queue-silentp--cmacro company-filter-candidates each f-ext regexp-flags --cl-block-lsp--parser-reading-body-- modified-tick pdf-cache--data-clear imap-range-to-message-set eb ec corrupted ee go-eldoc--documentation-function gnus-group-mark-buffer org-table-calculation reftex-multiref-punctuation semantic-force-refresh ibuffer-do-sort-by-filename/process bookmark-yank-word haskell-interactive-mode-handle-h dash-at-point-autoloads bibtex-remove-delimiters markdown-fontify-sub-superscripts hydra-ibuffer-main/ibuffer-visit-buffer-other-window-and-exit er reftex-convert-string smie sh-mkword-regexpr ff fg gnus-info-set-read fill-delete-prefix biblio--selection-metadata-at-point 0 org-babel-remove-temporary-directory pdf-isearch-minor-mode-map pdf-occur-tablist-do-flagged-delete fo aw-delete-window ibuffer-active-formats-name rmail-summary-mark-undeleted fs evil-get-register haskell-ghc gotono fw index-entry haskell-lexeme-looking-at-qidsym final-time haskell-lexeme-qid nnimap-request-accept-article visual-regexp-steroids-autoloads imenu-use-markers go straight-recipes-git-commit-version ffap-version hb wisent-log-resolution gt ibuffer-unmark-all magit-remote-prune-refspecs ivy-display-function-lv f-copy class-allocation-values sp--overlays-at hydra-ibuffer-action/ibuffer-do-shell-command-file-and-exit bibtex-completion-apa-get-value org-mac-finder-item-get-selected hl-line-range-function green markdown-indent-on-enter tablist-marked-face lsp--save-include-text-p semantic-narrow-to-defun-separator ht bookmark-bmenu-toggle-filenames ivy-set-actions global-hl-line-highlight-all orkh bibtex-entry-offset scss-lint semantic-symref-tool-global-list-p counsel--expand-ls tagtype ivy-mouse-3-tooltip flycheck-error-level deb-step s-less\? tablist-eval-filter m3 senator-tag-ring biblio-dissemin--callback dired-summary period-pair compilation-locs counsel-company pdf-cache-prefetch-pages-function-default epa-mail-aliases ivy-exit-with-action viper-macs magit-diff-hunk-heading flymake-start markdown-view-mode-syntax-table f-symlink-p mh-alias js n4 calling-dir custom-variable-menu-create sample-text -cons-pair\? 0 0 haskell-indentation-if vc-hg bibtex-reference-key in-range remove-re gnus-read-all-descriptions-files la company-dabbrev--search :unwind debug--implement-debug-on-entry amount biblio-cleanup-bibtex-function nnheader-directory-separator-character use-package-handler/:commands bindat-vector-to-hex syntax-propertize-via-font-lock markdown-mark-paragraph haskell-indentation-data s-numeric\? message--yank-original-internal ido-rotate-temp semantic-lex-beginning-of-line wisent-clearin wisent-augment-automaton -slice wisent-initialize-F me lv use-package-\(:type\ git\ :host\ github\ :repo\ \"etu/webpaste\.el\"\ :package\ \"webpaste\"\ :local-repo\ \"webpaste\.el\"\)-nil-nil haskell-session-interactive-buffer lsp-ui-sideline-apply-code-actions 0 reftex-select-font-lock-unfontify reftex-label inline--leteval tabbar-selected flycheck-error-message cl--old-macroexpand biblio--selection-help bibtex-completion-insert-key ms help-follow ivy-bibtex-open-pdf woman-mode json-jsonlint --cl-block-lsp--workspace-root--cmacro-- company-select-previous counsel-yank-pop-action-remove haskell-navigate-imports-go-internal projectile-project-test-cmd ivy-ffap-url-functions nnimap-map-port haskell-cabal-source-section-p np flycheck-cwl-schema-path ivy-state-re-builder dabbrev--last-buffer-found nt bibtex-completion-string-cache winner-currents conid tablist-forward-column equalp package-desc-name--cmacro org-special-ctrl-a :global-skip charset-list oddmuse-make-completion-table oo tablist-saved-face counsel-symbol-list lsp-ui-peek-find-definitions rmail-no-mail-p company-cmake--fill-candidates-cache biblio-remove-empty package-keyword projectile--file-name-extensions -let* haskell-debug/next parsebib-collect-strings stringtnil haskell-indentation-peek-token reftex-toc-auto-recenter-timer pn haskell-process-cmd-queue counsel-ack counsel-ibuffer-history ido-subdir ps pt haskell-hoogle-start-server ido-everywhere-off-hook pw bearing company-dabbrev-code-modes C-kp-2 C-kp-3 ad-advised-arglist reftex-roman-number start-time semantic-edit-menu select-tags-table-mode-abbrev-table global-semantic-show-parser-state-mode-hook ibuffer-mode-abbrev-table rc haskell-indentation-expression-layout rst-indent counsel-descbinds-action-info ido-buffer-history u8 ri s--truthy\? ivy-next-line-or-history lsp-ui-doc--mv-at-point gnus-group-get-description wdp save-place-mode-on-hook org-journal-mode-syntax-table v1 _new-window same-window-p tmm--completion-table pdf-view-reset-slice wdx --reject-first nonterminal package--ac-desc-kind--cmacro epg-new-signature-type-alist reftex-bib-path sl checksum sn hl-line-mode-on-hook w0 parsebib--entry-start gnus-group-uncollapsed-levels w3 company-template-post-command ibuffer-inline-columns markdown-italic-face tg Info-restore-desktop-buffer flycheck-error-list gnus-header-name tk no-unique auth-source-format-prompt reftex-insert-docstruct ivy-display-style markdown-live-preview-window-function x1 x2 ts tt org-info-emacs-documents request-rename-group retrieve-group-data-early slack-message-output-header no-return bibtex-completion-fallback-candidates next-buf projectile-test-cmd-map swiper-multi-prompt picinpar radian-find-profile-other-window json-false lsp-ui-peek-find-references xref--prompt-p Describe\ syntax\ checker ut company-files--connected-p org-journal-agenda-files ido-to-end saturday vi sp--setaction biblio--insert-detail ibuffer-buf-matches-predicates websocket-check org-clock-put-overlay win1 win2 gnus-article-headers org-formula reftex-create-bibtex-file org-eldoc-get-src-lang package-menu--mark-or-notify-upgrades markdown-regex-sub-superscript _proc server-capabilities org-journal-after-entry-create-hook sp-haskell-strict-ignore-apostrophe-after-word counsel-delete-process wl global-atomic-chrome-edit-mode-on-hook haskell-definition-face exception wp savehist-additional-variables browse-url-default-windows-browser local-ovs ivy-count-format qh-list reftex-pre-refontification-functions pdf-util-remove-duplicates aget menu-bar-showhide-fringe-ind-none org-macro--counter-increment Info-dir-file-attributes browse-url-save-file eieio--class-options--cmacro hydra-ibuffer-main/hydra-ibuffer-filter/body-and-exit reverse-year nnimap-unselect-group :show-prompt xr ido-everywhere-on-hook eieio--class-p el-patch-use-package-mode-map org-src--on-datum-p mc/mark-all-like-this-in-defun org-clock-before-select-task-hook xy ido-case-fold websocket-unparseable-frame reftex-cache org-list-has-child-p hl-line-highlight ido-indicator counsel-locate-cmd-mdfind perl--Test::Harness use-package-\(:type\ git\ :host\ github\ :repo\ \"jrblevin/markdown-mode\"\ :package\ \"markdown-mode\"\ :local-repo\ \"markdown-mode\"\)-nil-nil use-package-normalize/:when sp--reset-memoization ivy-dispatching-call aghb const semantic-overlay-lists reftex-select-mark-face gnus-make-ascending-articles-unread -first message-kill-buffer-query sx-networks --cl-block-lsp--workspace-registered-server-capabilities-- reftex-toggle-auto-view-crossref prescient-remember templist swift-mode:highlight-anchor :conc-name ido-time-stamp counsel-recoll todo-faces markdown-fontify-fenced-code-blocks cl-struct-lsp--parser-tags haskell-presentation-mode-abbrev-table el-patch-define-minor-mode ivy--get-action You\ should\ never\ see\ this dont-select avy--overlay-post el-patch-splice 0 bibtex-completion-format-citation-org-apa-link-to-PDF mh-identity index-info max-height semanticdb-typecache-child-p next-screen-context-lines mm-remove-parts pdf-view--server-file-name pyvenv-workon swift-mode:builtin-property-face flymake-proc-perl-init 0 gnus-summary-mark-unread-as-read 0 semantic-read-function s-present-p company-dabbrev-char-regexp :fetcher lsp--render-markup-content-1 menu-bar-showhide-tool-bar-menu-customize-enable-left semantic-lex-reset-hooks counsel-key-binding biblio--selection-browse vhdl-model ido-ignore-unc-host-regexps cljr-sort-project-dependencies exit-ethiopic-environment biblio--cleanup-field go-eldoc ediff-directories3 company-selection dired-at-point-require-prefix semantic-flex-text straight-recipes-request-version 0 projectile-buffers-filter-function lsp-ui-peek-selection swift-mode:builtin-enum-case-face mh-scan-line-formats haskell-indentation-previous-indentation use-package-handler/:magic with-ivy-window objc-mode-map constant-flag eieio--class-make tq-close w3m-browse-url key-chord-input-method paren-open :sample-overlay gnus-nntpserver-file ivy-minibuffer-match-highlight counsel--linux-apps-cache-format-function browse-url-mozilla-new-window-is-tab semantic-lex-number-expression gnus-group-news-2-face ivy-default-view-name semantic-bovination-working-type entirely haskell-indentation-left-offset package-reinstall bookmark-maybe-message radian--advice-hide-magit-gh-pulls-when-not-cached was-modified org-journal-file colir-compose-alpha company-grab use-package-jump-to-package-form markdown-match-yaml-metadata-key company-files--exclusions-filtered ido-everywhere-map compression-error ivy-ignore-buffers ietf-drums-dot-atext-token using len-max byte-constant2 websocket-document-function maybe-dumbfw counsel-linux-app-format-function semantic-tag-mode semanticdb-file-stream reftex-select-return-marker sp-end-of-next-sexp translated-args swift-mode:debugger-executable hydra-key-format-spec references visiting swiper-all-action xref-buffer-location--anon-cmacro sp-state-delayed-insertion gnus-mouse-face-2 ffap-symbol-value markdown-rx-to-string senator-copy-tag company-clang-arguments magit-diff-popup test-dummy mode-local-symbol hl-line-sticky-flag f--entries websocket-frame-length--cmacro haskell-interactive-mode-compile-splice mml-secure-verbose ido-ignore-directories-merge ivy-read-file-transformer haskell-cabal-module-sections sp-extract-before-sexp dired-unmark-all-files Cleveref ffap-menu-cont company-tooltip-maximum-width lsp--client-language-id url-parse-make-urlobj 0 smerge-refine-regions gnus-valid-select-methods company--posn-col-row straight-watcher-start undo-tree-visualize-undo-to-x debbugs-gnu-mode match-number 0 counsel-semantic-history gnus-article-sort-by-number idlw-help xref--current-item reftex-report-bug 0 copy-flymake--backend-state desired-mode gnus-summary-save-article-body-file 0 0 org-before-change-function epa--decode-coding-string gnus-group-update-group-function markdown-syntax-propertize-blockquotes image-transform-set-scale help-do-xref haskell-interactive-face-prompt :extra-init-params f-glob rainbow-delimiters-mode-hook bookmark-completion-ignore-case pdfs rmail-epa-decrypt-1 package--builtins straight--not-present-paranoid pr-ps-directory-preview semantic-overlay-start noshow reftex-trust-label-prefix -orfn reftex-label-alist 0 lsp-ui-imenu-mode-map package--ac-desc-kind haskell-lexeme-looking-at-token found-1 older flymake-proc--safe-delete-directory bookmark-map counsel-outline-title-markdown package--from-builtin ibuffer-do-isearch cl--typedef-regexp 0 :secret company-cmake--replace-tags company-sort-by-backend-importance log-warning-minimum-level release\ management straight-recipes-json-reformat-version eshell-split-path lsp--parser-on-message markdown-calculate-list-levels idlwave-shell-command-setup flycheck-clang-definitions org-link-edit-backward-slurp reftex-index-selection-or-word dset body-2 org-special-ctrl-a/e haskell-interactive-jump-to-error-line Info-finder-find-node zeroconf org-insert-todo-subheading esh-ext use-package-\(:host\ github\ :repo\ \"raxod502/sunrise-commander\"\ :branch\ \"fork/1\"\ :upstream\ \(:host\ github\ :repo\ \"emacsmirror/sunrise-commander\"\)\ :package\ \"sunrise-commander\"\ :type\ git\ :local-repo\ \"sunrise-commander\"\)-nil-nil ido-record-command validity f-slash package-load-all-descriptors org-day-of-week lsp--make-request reftex-default-context-regexps watches tablist-marker-regexp org-footnote--allow-reference-p org-babel-tangle-body-hook hydra--body-foreign-keys function* password-data ido-completion-help reftex-bibfile-ignore-regexps rg-define-toggle mouse-yank-at-point pdf-util-debug _enable pcmpl-gnu browse-url-mosaic-pidfile :handler org-id-goto auto-revert-notify-exclude-dir-regexp nnheader-directory-articles :custom-standard-value ivy-action-name Test\ project 0 company-continue-commands ivy--exhibit ffap-ftp-default-user url-global-history-hash-table sp-backward-kill-symbol ace-link--help-collect :deadline idlwave-shell-general-setup counsel-semantic term/tty-colors markdown-table-get-dline undo-tree-node window--resize-reset company-nxml gnus-summary-save-in-rmail org-agenda-date-header lsp--workspace-extra-client-capabilities--cmacro emacs-version-changed markdown-language-info-properties ivy-read-action-format-default eshell-no-command-globbing buffer-exists ezimage flycheck-error-list-mode-syntax-table authinfo-file-or-list pdf-view-mode-hook hs-hide-all-non-comment-function end-of-visible-line lsp--client-send-async--cmacro custom-comment-tag package-all-keywords reftex-get-bibfile-list haskell-interactive-mode-insert-error reftex-init-section-numbers cconv-analyse-form color-darken-hsl ido-make-buffer-list least-positive-normalized-float member-if-not font-latex-sectioning-5-face epg-delete-problem-reason-alist websocket-protocols haskell-debug/breakpoint-numbers mm-display-shell-script-inline global-outline-minor-mode-off-hook magit-init bibtex-field-kill-ring 0 find-label-re-format haskell-process-set A11 lsp--command-p magit-worktree gnus-summary-search-article lsp--start functions lsp-ui-flycheck-list--quit winner-active-region gnus-thread-indent-array keep-date tablist-selected-id c-hsv adoc-mode completion--capf-misbehave-funs lsp-after-open-hook org-match-string-no-properties nlabel straight-recipes-web-mode-version erc-backend 0 Cycle\ TODO wgrep-setup round* :mac-algorithm-noncesize override-global-mode-off-hook markdown-back-to-heading global-hl-line-mode-on-hook info-title-1 reftex-ensure-compiled-variables bindat--pack-u16r info-title-4 :on-close semantic-format-tag-prototype el-patch-use-aggressive-defvar ns-handle-nxopen gnus-summary-catchup-all-and-exit pdf-misc-print-document :narrow ivy-backward-kill-word byte-goto Hyperref no-checker debugger-frame-clear 0 Previous\ Frame diary-sexp font-lock-fic-face straight-recipes-magit-popup-version reftex-mode-hook multi-isearch-buffers xref-pulse-momentarily company-auto-complete-p esup-child hs-life-goes-on dired-actual-switches reftex-cite-key-separator next-dos url-mime-charset-string :no-group url-queue-callback-function :max-gap grep-error-screen-columns compilation-display-error ad-get-advice-info org-closest-date custom-get-fresh-buffer lsp-ui-peek--make-footer lsp--server-register-capability org-clock-timestamps-change markdown-match-html-tag global-outline-minor-mode-hook json-read-from-string solar-declination hs-show-hook use-package-handler/:interpreter hangul390-input-method ido-first-match-face sp-state-delayed-insertion--cmacro magit-status Next\ Frame org-agenda-add-note hydra-ibuffer-main/ibuffer-mark-forward compilation-error-regexp-alist use-package-\(:type\ git\ :files\ \(\"lisp/magit\"\ \"lisp/magit*\.el\"\ \"lisp/git-rebase\.el\"\ \"Documentation/magit\.texi\"\ \"Documentation/AUTHORS\.md\"\ \"LICENSE\"\)\ :host\ github\ :repo\ \"magit/magit\"\ :package\ \"magit\"\ :local-repo\ \"magit\"\)-nil-nil semantic-symbol->name-assoc-list-for-type-parts locked haskell-process-check-cabal-config-on-load org-frame-title-format-backup semantic-parser-name 0 page-ext pr-toggle-lock chicago counsel-org-goto-display-style \\index{THIS} mode-line-faces deferred:sync! tags-table-extend-computed-list flymake--highlight-line forward-bibtex include-certs org-quarter-to-date spew ivy-state-directory--cmacro find-if flycheck-sexp-to-string magit-imenu--diff-prev-index-position-function counsel-url-expansions-alist magit-diff-file-heading :src-dir 0 message-extra-wide-headers haskell-cabal-subsection-arrange-lines markdown-regex-gfm-code-block-open f-file\? action-handlers widget pdf-isearch-search-function custom-add-see-also org-journal-list-dates themed use-package-\(:type\ git\ :host\ github\ :repo\ \"magnars/multiple-cursors\.el\"\ :package\ \"multiple-cursors\"\ :local-repo\ \"multiple-cursors\.el\"\)-nil-nil restart-emacs-autoloads haskell-process-reset gnus-article-unread-p --cl-block-make-lsp--registered-capability--cmacro-- key-end ido-enable-prefix fancy-splash-image bm-repository-file gnus-created-frames erc-identd indian-1-column 0 Info-find-node-2 ange-ftp-ls semantic-show-unmatched-syntax-next company--show-inline-p ivy-state-update-fn symbol-count reftex-extra-bindings org-clock-sum-current-item bullet epa-faces company-echo-frontend --cl-block-lsp--client-prefix-function-- --cl-block-lsp--client-notification-handlers-- lsp-ui-flycheck-list--visit use-package-normalize-predicate roots semantic/wisent/wisent dired-next-line haskell-cabal--get-field pdf-info-mvannot avy-lead-face spam-bsfilter message-inhibit-body-encoding info-lookup->mode-value reftex-create-bibtex-footer straight-recipes-company-irony-version magit-section-heading last-state 0 flycheck-parse-xml-region-with-fallback delete-if-not sp-auto-complete-advice f-files ido-max-directory-size imenu-buffer-menubar flycheck-receive-checker-output ivy-bibtex-ivify-action package-status-external wisent-log 0 Styles eshell-term gnus-group-default-list-level websocket-server-conn auth-source-pick-first-password counsel--git-grep-count-threshold ido-all-completions comint-process-echoes pdf-isearch-minor-mode-off-hook org-clocktable-steps edge gnus-gcc-externalize-attachments rg-list-searches browse-url-chrome-program filter-by-used-mode markdown-table-hline-regexp org-agenda-manipulate-query semantic--progress-reporter flycheck-cppcheck-standards tablist-export-csv projectile-project-ignored projectile-paths-to-ensure \ Erase\ Customizations\ swiper--ensure-visible pdf-cache-image-inihibit TODO ibuffer-filter-by-mode nerrs tagtable auto-revert-load-hook gnus-async-prefetch-article counsel-fzf-dir-function org-at-encrypted-entry-p safe-refresh wdired-change-to-wdired-mode semantic-ia-complete-tip pdf-util-assert-pdf-buffer barf-backward counsel-irony-callback company-semantic-completions :pre-triggered gnus-logo-color-style name-buffer mc/mark-all-words-like-this psalter-pahlavi haskell-interactive-at-compile-message reftex-kill-buffer-hook projectile-test-files itemset wrapfig counsel-org-goto-display-todo goto-address wheight pyvenv-mode flymake-create-temp-with-folder-structure widget-button-click-moves-point s-match-strings-all mac-ts-active-input-string gnus-before-resume-hook category-down wordchar markdown-faces eieio--class-print-name xg-change-toolbar-position straight-live-modifications-mode-off-hook bookmark-bmenu-edit-annotation haskell-completions-general-prefix org-clock-report-include-clocking-task vc-hooks hydra-default-pre reftex-abbrev-parameters no-update auth-source-netrc-saver counsel-imenu-get-candidates-from dabbrev--abbrev-at-point command-line-default-directory gnus-summary-prev-page-or-article straight-recipes-s-version diary-mode-syntax-table bindat--pack-u24r magit-do-async-shell-command maybe-frame pdf-view-continuous biblio-crossref--forward-bibtex bookmark-edit-annotation-mode-map lsp--client-stderr--cmacro package-menu-mode-abbrev-table bookmark--jump-via ido-list-directory rmail-mail-new-frame flycheck-vhdl-ghdl-executable Buffer-menu-use-header-line gnus-summary-mark-read-and-unread-as-read semantic-safe magit-repos markdown-list-item-at-point-p counsel-prompt-function-dir Second\ Level\ Setext bookmark-bmenu-show-filenames undo-tree-incompatible-major-modes open-parenthesis use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/marshal\.el\"\ :package\ \"marshal\"\ :local-repo\ \"marshal\.el\"\)-nil-nil nnir-notmuch-additional-switches ivy-overlay-cleanup org-clock-clocking-in company--search-chunks markdown-insert-header-atx-2 bibtex-completion-cite-default-as-initial-input ido-completion-buffer markdown-insert-header-atx-5 maxchar Chicago auto-revert-use-notify PTIF 0 hs-minor-mode-off-hook semanticdb-fast-strip-find-results counsel-locate gnus-summary-followup ebnf-displacement memoize 0 counsel--apply-bookmark-fn option-vars ibuffer-filter-by-visiting-file eudc-ph pdf-util-edges-contained-p --cl-block-lsp--client-default-renderer--cmacro-- bookmark-bmenu-rename gnus-summary-thread-map 0 websocket-send org-table-line-regexp undo-tree-count--cmacro flymake-diagnostics-buffer-mode company-pseudo-tooltip-hide-temporarily bibtex-completion-format-citation-ebib epg-new-signature-type--cmacro sp--mc/cursor-specific-vars widget-field-prompt-internal haskell-cabal-map-component-type debugger-jump ido-max-prospects lsp-delete-definition 0 rx-check-not tag1 nnmail-split-fancy-syntax-table mml-smime-encrypt straight--clone-repository tablist-push-named-filter projectile-grep-finished-hook -not browse-url-at-mouse electric-pair--skip-whitespace company-diag number-string rmail-swap-buffers ivy-prescient-read lsp-ui-doc--select-window ibuffer-set-mark gnus-summary-same-subject counsel-outline-title-latex markdown-regex-wiki-link gnus-topic-expire-articles haskell-kill-session-process biblio--selection-change-buffer bookmark-bmenu-mode-map flycheck-find-checker-executable bookmark-insert-annotation new-R 0 ido-bury-buffer-at-head ps-print-headers pdf-tools-modes mb-depth markdown-flyspell-check-word-p f-root ffap-latex-mode ivy-yank-word el-patch--stealthy-eval ffap-dired-other-frame markdown-complete-buffer nil-26 haskell-check-remove-overlays company-mode-on-hook nil-29 reftex-mode-map s-contains-p company-cmake--meta horz xref-item-p ido-word-matching-substring evil-ex-search-pattern ido-make-dir-list-hook :image-output-type wisent-set-derives flymake--backend-state set-reductions-rules flycheck-temp-files-writable-p host this-result nsm-write-settings gnus-article-display-x-face vc-insert-header 0 org-clock-resolve-expert :custom-last :require-match new-y message-header-name-face mark-dired-buffers tags undo-tree-expand-up 0 unsent ido-set-matches-1 dired-flagged-face lsp-format-buffer org-indent-agent-resume-timer flymake-proc--base-dir magit-sequence-head pop3-leave-mail-on-server --cl-block-straight-vc-git--ensure-remote-- edn-list-to-set ivy-append-face url-queue-p semantic-unmatched-syntax-cache semantic-gcc-setup dash--match-kv tex-ispell org-update-checkbox-count widget-choose straight--get-overridden-recipe org-crypt-disable-auto-save dired-relist-entry ffap-next-url websocket-verify-response-code em-glob nnspool lsp--get-references 0 pdf-cache--prefetch-start haskell-indentation-next-indentation custom-variable-edit-lisp pbm-spec ido-read-file-name-as-directory-commands semantic-pre-clean-token-hooks euc-jis-2004 prescient--serial-number undo-tree-mode-set-explicitly binary-overwrite-mode-on-hook rmail-highlight-headers term-color-cyan pr-ps-file-print company-safe-backends markdown-insert-inline-image haskell-hoogle-command not-useful byte-pophandler bool-vector-set-difference bibtex-text-in-field-bounds weight sp-last-inserted-characters mac-auto-ascii-select-input-source lsp--text-document-identifier pdf-history-forward get-char-code-property \.title magit-imenu--submodule-extract-index-name-function mac-previous-tab :reload auto-revert-tail-mode-text colir-compose-method 0 package-status-dependency reftex-recursive-directory-list cl-svref nnmail-split-cache counsel-git-grep-transformer hdr-args projectile-find-dir-other-frame projectile-get-repo-ignored-files regexp-target-pair hydra-doc-format-spec ibuffer-tmp-hide-regexps :WebSocketPort ediff-wind mailcap-extension-to-mime bibtex-quoted-string-syntax-table ad-get-cache-class-id semantic-tag-name org-agenda-overriding-header haskell-complete-module-max-display talu flycheck-rust-clippy-executable show-output latin-8-mac markdown-mode-mouse-map semantic/symref/list git-gutter:separator consym ebnf-terminal bindat--pack-u32r undo-tree-object-pool--cmacro custom-modified bibtex-completion-file-watch-descriptors -some semantic-idle-summary-function epg-key-signature-key-id mml-content-disposition-parameters org-at-clock-log-p flymake-start-on-flymake-mode url-proxy-services flycheck-gfortran-include-path lsp-after-initialize-hook flycheck-asciidoctor-executable ffap-menu-rescan flymake-proc-master-cleanup org-not-done-keywords thing-at-point--end-of-sexp --reduce-r-from show-smartparens-mode-off-hook zerodark lsp--text-document-code-action undo-tree-node-timestamp org-mac-finder-insert-selected semantic-flex-extensions org-blocker-hook :update-fn :signature-sha1 visit-buffer-other-window mac-pointer-contextual-menu-arrow reftex-erase-buffer straight--checkhash delete-duplicates ido-context-switch-command gnus-ido-completing-read src1 erc-my-nick-face imap-mailbox-unselect :no-build delete-this-frame semantic/idle uninitialized 0 doc-view-ghostscript-options 0 markdown-backward-page thing-at-point-url-path-regexp markdown-kill-thing-at-point lsp-imenu osx-trash-setup ibuffer-make-column-mark ibuffer-update-format calendar-dst-transition-cache bibtex-autoadd-commas display-buffer-pop-up-frame s-titleized-words accumulate cl--gv-adapt font-latex-string-face company--continue-failed org-journal-date-prefix newsticker-cache-filename dired-uncache wisent-verbose-flag flycheck-ghc-search-path :custom-show reftex-index-complete-tag :insert-button-args flycheck-dedent-error-messages 0 reftex-make-cite-echo-string Project\ info pdf-isearch-message websocket-client-data--cmacro cljr-auto-sort-project-dependencies ace-link--woman-collect string-renderers :col2 run-chicken markdown-list-item-bullets ivy--re-filter widget-choice-validate radian-find-gitexclude semantic-symref-tool-idutils-p biblio--make-results-buffer biblio-doi--generic-url-callback projectile-files-in-project-directory semantic-complete-jump markdown-hide-body gnus-buffer-configuration pdf-util-image-displayed-edges reductions-rules end-loc swiper--all-format-function nshifts cl--loop-result-var org-fontify-entities cl--simple-exprs-p org-journal-with-find-file -sort nsm-query-user cl-labels-args gnus-uu-decode-postscript-and-save hydra-ibuffer-mark tablist--restore-face-property zsh tags-loop-operate semantic/tag ivy-bibtex-add-pdf-to-library \.warning newcache shell-script-mode org-element-remove-indentation compilation--flush-directory-cache find-file-compare-truenames evil-register-list flymake-proc--current-process magit-bookmark--log-jump 0 flycheck-in-user-emacs-directory-p org-agenda-entry-text-cleanup-hook dups browse-url-filename-alist ivy-shrink-after-dispatching 0 diary-include-files :result pdf-isearch-current-page find-relative-path package-desc-kind--cmacro magit-imenu--log-extract-index-name-function start-end ts-date-type counsel-org-tag-prompt srecode/mode ivy-state-history company-begin semantic-repeat-parse-whole-stream counsel--info-lookup-symbol rmail-swap-buffers-maybe :delete lsp-ui-peek--fontify-buffer org-clock-leftover-time org-agenda-diary-entry org-element-cache-sync-duration flycheck-error-list-make-cell haskell-interactive-switch comint-input-ring-index org-habit-alert-face hs-hide-level fn-head swiper--ivy pcomplete-man-function company--electric-do flycheck-haskell-ghc-cache-directory color-d50-xyz projectile-time-seconds kill-buffer-ask prin1 irony-user-dir spam-report speedbar-delete-subblock from-upstream avy-window-list classify widget-field-validate f-descendant-of\? gnus-alter-header-function company-template-insert-hook :conn save-place-local-mode-hook swiper-history diary-hebrew-birthday semantic/decorate/include ccustomized pop-all debugger-env-macro async-start file-notify--watch-callback lsp--range-end-line flycheck-executables cl-maphash ignorable-attributes -repeat 0 ffap-url-unwrap-remote wisent-default-tag reftex-toc-split-windows-horizontally forms pdf-info-textregions straight--ensure-blank-lines inline-p undo-tree-visualizer-data-rwidth 0 pdf-isearch-hyphenation-character haskell-cabal-goto-subsection wisent-save-shifts semantic--tag-deep-copy-attributes cross-disabled-images company-template--c-like-args cljr-add-project-dependency pdf-util-edges-union allow-groups url-domsuf-domains epg-signature-status--cmacro grep-error-face 0 markdown-handle-local-variables semantic-show-parser-state-mode-on-hook owin markdown-strike-through-face pdf-info-search-string wisent-semantic-action-expand-body ivy-toggle-calling line_start use-package-normalize/:hook clojure-convert-collection-to-set ghub-create-token :frequency magit-snapshot-index lsp--get-message-type Next\ Dates mail-source-movemail-program reftex-auto-recenter-toc byte-compile-cond-use-jump-table tablist-push-regexp-filter pdf-cache-clear-data wisent haskell-stylish-on-save ffap-ftp-regexp LaTeX widget-radio-value-set company-uninstall-map ivy-push-view ido-work-directory-list-ignore-regexps Insert\ Wiki\ Link counsel-outline-title senator-yank-tag custom-variable-tag nnoo-map-functions package-archives cperl-indentation-details markdown-xhtml-body-epilogue semantic-show-unmatched-syntax-mode-map gnus-refer-thread-use-nnir s-split-words yas--make-control-overlay gnus-summary-beginning-of-article beg-marker haskell-error-mode-map ffap-ftp-sans-slash-regexp green-light 0 custom-variable-state-set thread-only company--capf-post-completion viper-ex speedbar-power-click nnimap-acl-get hydra-key-doc-function-default flycheck-shellcheck-follow-sources bookmark-read-annotation-text-func ibuffer-column-summary dontinsert sp-show-pair-enc-overlays isnan method-function semantic-flatten-tags-table markdown-open reftex-comment-citations 0 message-default-send-rename-function dash--match-make-source-symbol Info-select-node cider-jack-in-clojure Rectangle lsp-ui-sideline-current-symbol counsel-descbinds-action-describe use-package-process-keywords markdown-next-list-item -cycle pdf-util-required-vscroll thing-at-point-short-url-regexp display-transformer-fn lm-commentary use-package-\(:type\ git\ :files\ \(\"*robe\.el\"\ \"lib\"\)\ :host\ github\ :repo\ \"dgutov/robe\"\ :package\ \"robe\"\ :local-repo\ \"robe\"\)-nil-nil Custom-buffer-done configure-command lsp-code-lenses haskell-command-echo-or-present substitute-command-keys Fourth\ Level\ atx gnus-save-newsrc-hook bibtex-autokey-titleword-case-convert-function base64 --cl-block-lsp--client-prefix-function--cmacro-- pdf-info-setoptions makefile-space rmailedit ido-common-initialization to-end rmail-unfontify-buffer-function pr-toggle-tumble pdf-info-query flycheck-error-list-buffer frame-inner-height 0 flycheck-mode-map projectile-call-process-to-string global-company-mode-on-hook epg-key-user-id-list haskell-error-mode-syntax-table Flymake helm-source-header markdown-match-declarative-metadata lsp-ui-doc--line-height flymake--diagnostics-buffer-entries client-data :fileskip0 gnus-current-prefix-symbol find-entry atomic-chrome-close-current-buffer find-index-re-format semantic-toggle-minor-mode-globally ivy-occur-mode-hook websocket-accept-string--cmacro 0 insert-file-contents-literally lsp--get-start-position company-safe-substring lsp-ui-doc--inline-untab electric-pair-skip-whitespace-chars tablist-unmark-forward json-array-type :compile cua-delete-selection hex-digit irony-cdb-json-select-most-recent windmove-do-window-select dbus-get-property ffap-directory-finder lsp--sync-type reftex-erase-all-selection-and-index-buffers manual-program cl-labels haskell-find-line-with-indentation atomic-chrome-update-buffer ido-report-no-match gnus-icalendar control-1 pdf-misc-minor-mode-map package-desc-archive--cmacro bibtex-completion-notes-global-mode-off-hook lsp--make-text-document-signature-help-callback derived-mode-p semantic-ia-show-variants url-cookie-localpart--cmacro gnus-summary-expire-articles-now section-data mail-header-set-from delimiter custom-split-regexp-maybe my-level-func 0 flycheck-lintr-linters haskell-session-set-process s-shared-end lifespan json-mode-show-path bookmark-all-names geiser-completion proced-faces :load-path Cache\ current\ file clean-up cl-random-state-p--cmacro magit-bisect semantic-exit-on-input Copy\ Field\ to\ Kill\ Ring flycheck-locate-sphinx-source-directory sp-point-in-string Italic :secure custom-face-edit-fix-value sp--save-pre-command-state flycheck-next-error-function markdown-fontify-code-block-default-mode undo-tree-visualizer-active-branch-face reftex-section-pre-regexp pdf-isearch-word-search-regexp 0 slot-unbound external-body avy-keys AMSTeX pdf-misc-size-indication projectile-find-matching-test nnmail-expired-article-p reftex-index-macros elisp-xref-find-def-functions notmuch-crypto-signature-good-key reftex-no-follow-message haskell-cabal--find-tags-dir projectile-ignored-files has-boundary branch erc-faces ido-set-common-completion org-registry atomic-chrome-start-server event-apply-modifier 0 package--alist-to-plist-args ivy-prescient-sort-file-function semantic-parse-tree-needs-update-p semantic-parse-tree-set-needs-update ad-recover company-dabbrev-other-buffers semantic-lex-charquote notmuch-crypto-signature-bad markdown-regex-list mc/mark-all-like-this-dwim epg-make-sub-key--cmacro mail-source-flash markdown-complete cider-classpath nndir-directory s-upper-camel-case xref-etags-location-child-p :notify server-eval-at ibuffer-jump-offer-only-visible-buffers irony-cdb-json-add-compile-commands-path flyspell-generic-check-word-predicate 0 restart-emacs--ensure-can-restart Elide\ Region use-package-\(:type\ git\ :host\ github\ :repo\ \"joostkremers/visual-fill-column\"\ :package\ \"visual-fill-column\"\ :local-repo\ \"visual-fill-column\"\)-nil-nil ansi-color-apply-face-function elfeed-search-tag-face markdown-regex-email ido-read-directory-name rebar CUA-mode haskell-indentation-toplevel-where gnus-summary-pipe-message reftex-index-phrases-logical-or-regexp flycheck-gcc-definitions ido-toggle-case multi-isearch-file-list-new company-dabbrev-code-time-limit counsel-package-make-package-cell compilation-set-skip-threshold haskell-cabal-line-entry-column reftex-label-location ruby-rspec picture-replace-match hydra--negative-argument nnir-query-spec ibuffer--or-and-filter chmod and-filter ebnf-special company--pre-render semantic-tag-class browse-url-gnome-moz-arguments pdf-view-auto-slice-minor-mode-map mac-pointer-resize-left gnus-group-is-exiting-p gnus-parse-format cider-test nsm-certificate-part magit-fetch global-hl-line-mode-hook help-function-cmacro custom-face-state-set-and-redraw dos-display-scancodes bibtex-completion-find-pdf fileonly tablist-next-line flymake-proc--report-fn pdf-occur-ibuffer-minor-mode-off-hook counsel-locate-history 0 -take cl-multiple-value-setq haskell-indentation-at-separator :edition reftex-making-and-inserting-labels mouse-kill amx-initialize menu-bar-right-scroll-bar lisp-cl-font-lock-keywords-1 projectile-kill-buffers org-footnote-unique-label biblio--lookup-1 blue-dark 0 projectile-ignored-project-function haskell-process-unignore-file message-cross-post-insert-note use-package-normalize/:config multipart-type starteol ido-set-current-home haskell-debug-navigate biblio-crossref--format-author -reduce global-hl-line-mode-map sp-get wisent-append-to-log-file ibuffer-filter-groups ivy-state-require-match -some--> semantic-tag-type hydra--quote-maybe bookmark-bmenu-marks-width erlang-rebar3 ibuffer-decompose-filter-group cps--cleanup-function haskell-process-path-to-list package-desc-reqs custom-variable-mark-to-save dired-hide-details-link erc-quit-and-part ivy-set-prompt-text-properties-function warning-level-aliases epg-export-keys-to-string reftex-fontification-configurations semantic--tag-set-overlay counsel-outline-title-org markdown-regex-tilde-fence-begin tablist-generate-sorter org-add-colon-after-tag-completion abbrev--describe haskell-complete-module-match Info-fontify-node errored json-encode-string custom-magic-reset ebrowse-tags-find-declaration-other-frame haskell-indentation-statement-right em-prompt :client-data gnus-sorted-difference ignore-regexps redprec make-reductions bookmark-file-coding-system markdown-end-of-defun haskell-indentation-declaration markdown-footnote-return -fixfn flycheck-parse-eslint mc/edit-ends-of-lines org-indent-to-column rmail-last-message dired-keys message-make-expires-date bibtex-expand-strings markdown-wiki-link-p haskell-compile ivy-subdir haskell-process-args-cabal-new-repl semantic-lex-keyword-value pdf-view-next-page-command hydra-reset-radios semanticdb-project-database org-bibtex-import-from-file stag slot-makeunbound auto-encryption-mode-map ivy-recentf overload-obsoleted-by semantic-after-auto-parse-hooks s-slice-at sp--get-pair-list-context rainbow-delimiters-default-pick-face comint-accumulate undo-tree-register-data-print-func reftex-tables-dirty haskell-cabal-module-to-filename haskell-debug-parse-logged ido-merge-ftp-work-directories haskell-debug-heading-face ibuffer-column-name bookmark-save-flag read-flycheck-checker subsetp org-adaptive-fill-function haskell-align-imports-merge-parts tablist-display-context-window company-gtags-insert-arguments vectype org-element-export-block-interpreter inline--alwaysconst-val websocket-server-conn--cmacro mathjax tags-table-computed-list-for appt-mode-string wisent-reduce-grammar tablist-minor-mode-hook lsp--apply-workspace-edit url-cookie-handle-set-cookie haskell-indentation-indent-region rmail-message-encoding nsm-new-fingerprint-ok-p cl-struct-flycheck-verification-result-tags ido-is-slow-ftp-host haskell-ghc-supported-extensions with-displaying-help-buffer 0 straight-symlink-emulation-mode-on-hook 0 semantic-show-parser-state-marker mml-inhibit-compute-boundary haskell-process-evaluating-p 0 org-encrypt-string erc-autojoin color-srgb-to-xyz compile-only lsp--parser-body--cmacro eieio--class-docstring coffee-coffeelint ConTeXt-mode hydra-width-spec-regex CUA counsel-grep-or-swiper reftex-set-cite-format counsel-git-grep-cmd color-darken-name pcomplete--entries prolog-keyboard pdf-tools-build-server semanticdb-refresh-table haskell-msg gfile-valid-p ivy-display-function-fallback pdf-misc-context-menu-minor-mode-on-hook oldname org-indent-remove-properties gnus-eform lsp-unknown-json-rpc-version rmail-files projectile-before-switch-project-hook eshell-path-env ivy-display-functions-alist ido-existing-item-p org-bbdb-anniv-split ignored-charsets lsp-before-open-hook counsel-M-x-history biblio-hal--url sp-prefix-tag-object jabber-roster-user-online digests flycheck-tex-lacheck-executable programm notmuch-tag-face mm-with-unibyte-current-buffer --some-p package-menu-get-status semantic-overlay-move swish-e biblio-arxiv--format-author bytedecomp-ptr Insert\ Row mouse-choose-completion mode-enabled sp--populate-keymap semantic-tag-attributes straight--generate-package-autoloads wgrep-change-to-wgrep-mode xref-make-match flycheck-standard-error-navigation haskell-cabal-subsection-header-regexp wisent-state-actions erc-networks eshell-smart C-S-kp-end counsel-org-change-tags make-lsp--client--cmacro error-var tablist-toggle-marks biblio-crossref--url custom-face-value-create open-contents message-tokenize-header bookmark-bmenu-switch-other-window radian--remove-kill-buffer-delete-directory-hook fixed-pitch-serif lsp--parser-leftovers org-agenda-last-marker-time anzu-replace-to haskell-debug-insert-modules org-journal-search-do-search 0 tide-format-before-save ivy-alist-setting hydra-ibuffer-mark/ibuffer-mark-modified-buffers-and-exit org-agenda-restore-windows-after-quit gnus-summary-high-unread semantic-find-tag-by-overlay-in-region Info-default-directory-list cl-remhash semantic-stickyfunc-menu Chinese parsebib--get-target-field company-ignore biblio--url-error --cl-block-lsp--parser-p--cmacro-- semantic-unmatched-syntax-face company-keywords-alist tablist-major-columns 0 counsel-git otf-script-alist lsp--execute-command--inliner mod24 gnus-article-hide-headers avl-tree--node-create frameset bookmark-get-position ivy-prescient--wrap-action wisent-raw-tag reftex-external-file-finders org-clock-notification-was-shown ffap-tex-path Transpose\ Table sr-mode-map ido-max-window-height sp-forward-slurp-sexp ibuffer-visit-tags-table lsp--haskell-hie-command semantic-idle-completions-mode Custom\ time\ format org-journal-carryover-items reftex-enable-partial-scans :separate env-list byte-length ffap-gopher-regexp org-latex-preview-ltxpng-directory biblio--selection-copy-callback lsp--workspace-highlight-overlays--cmacro flymake--diagnostics-buffer-source doc-view-ghostscript-program f-height projectile-other-file-alist pdf-misc-menu-bar-minor-mode-map flymake--backend-state-running--cmacro winner-save-unconditionally markdown-outline-up network-stream-open-tls mm-postponed-undisplay-list Indent\ Subtree bibtex-comma-after-last-field org-list-struct-assoc-end ivy--full-length haskell-string-literal-escapes-regexp inf-clojure-mode-map lsp--render-on-hover-content lsp--client org-clock-out-time company-active-map el-patch-use-package-mode-on-hook counsel-descbinds-action-find nsm-query 0 gnus-agent-fetch-session split-trace irony-additional-clang-options x-max ido-next-work-directory 0 gnus-undo-boundary flycheck-error-format-message-and-id copy-ivy-state color-complement bibtex-completion-open-url-or-doi gui-get-selection company-version mm-image-fit-p helpful-mode company-pre-command nutation sp-insert-pair-delayed haskell-appearance tablist-toggle-context-window :ibuffer-formats symbol-function pine rmail-reply-prefix dbus-call-method DOI haskell-interactive-mode-do-presentation negotiated-extensions pink org-cdlatex-mode-off-hook cl-macro-arg org-find-dblock gnus-yes-or-no-p tablist-clear-filter :html-background new-line lsp--teardown-workspace newfn hydra-ibuffer-filter/ibuffer-filter-disable primary updir url-parse-make-urlobj--cmacro straight-fetch-package mouse-major-mode-menu flist lsp-ui-doc--eldoc newst-ticker radian-fix-whitespace projectile-compilation-dir counsel--async-sentinel counsel-outline-settings sp-state-last-syntax-ppss-result--cmacro semantic-parse-tree-set-up-to-date url-cookie-save-interval :dynamic-collection tags-included-tables sp-wrap-show-possible-pairs Search\ Again wisent-put epg--status-BADSIG teal url-mail-command golden-ratio-mode flymake-proc--find-buffer-for-file amx-update srecode/fields f-descendant-of-p org-html-export-as-html pdf-occur-assert-occur-buffer-p semantic-delete-overlay-maybe 0 wisent-toggle-verbose-flag package-download-transaction delete-p projectile-tags-command final-new-name company-update-candidates org-list-get-item-end-before-blank Info-extract-menu-counting gnus-group-next-group pdf-cache-renderpage-text-regions original-source subr org-crypt-key-for-heading moved-to hex-util ido-load-history scope radian-fix-whitespace-mode-hook atomic-chrome-buffer-frame-height strz OCSP\ Status\ Request arxiv:primary_category nnmail-save-active multipart org-src-fontify-natively reftex-index-follow-mode url-version package-dir-info consistent 0 --cl-block-lsp--client-type-- widget-default-sample-face-get ido-slow-ftp-hosts paredit speedbar-make-tag-line sauron-mode markdown-markup-face LaTeX-current-environment srecode/srt-mode thisweek showkey ivy-state-preselect mc/vertical-align websocket-url gnus-read-ephemeral-bug-group counsel-git-change-worktree-action gnus-sum-thread-tree-single-indent :error-list-face semantic-lex-end-block flycheck-warning-overlay custom-guess-type gnus-score-followup-thread magit-unstage-file company--search lock f-symlink begin-of-context Redisplay\ buffer hydra--cycle-radio new-list gnus-group-menu-hook markdown--edit-indirect-after-commit-function semantic-mode-line-prefix bufname-length 0 semantic-lex-highlight-token tablist-mark-prompt mml-default-directory ad-Advice-delete-file dabbrev-case-distinction hydra-ibuffer-main/ibuffer-do-delete company-search-mode-hook tablist-column-names ido-input-stack appt-message-warning-time org-agenda-column-view Up\ to\ Parent edn-add-writer olist mac-text-scale-magnification flymake-master-make-header-init sufx 0 tex-view lsp--enable-tcp-client semantic-lex-make-type-table f-write flycheck-disabled-checker-p lnum --cl-block-lsp--workspace-p--cmacro-- gnus-data-read-p company-clang-modes lsp-ui-doc--sideline-pos-y dd-name rmail-forget-messages gnus-check-backend-function biblio--map-keymap s-prepend hydra-around-find-function-search-for-symbol-advice reftex-add-section-levels find-variable-other-window magit-mode markdown-match-includes counsel-org-headline-path-separator flycheck-rust-library-path haskell-process 0 epg-context-progress-callback--cmacro mail-source-fetch-file ivy--preferred-re-builders org-todo-statistics-hook pdf-util-read-click-event add-keymap-witness rlist read-passwd-map core-nitems reftex-index-macros-style ivy-read-action atomic-chrome-enable-bidirectional-edit ibuffer-locked-buffer pr-ps-directory-print org-agenda-bulk-unmark company-mode-hook tem2 pdf-util-color-completions dont-remove org-goto-selected-point markdown-url-face biblio-synchronous ibuffer-clear-summary-columns sp-wrap-point help-xref-forward-stack haskell-command-complete projectile-project-buffer-files amx-detect-new-commands json-encoding-lisp-style-closings :sample-face package-read-all-archive-contents semantic-find-tags-by-scope-protection emerge-files-with-ancestor-command gnus-undo-mode epa-key-list-mode-syntax-table fringe-bitmaps-at-pos 0 pdf-view-image-relief browse-url-mozilla-program reftex-label-menu-flags org-element-strike-through-interpreter diff-current-refined-background reftex-window-height counsel-require-program reset-language-environment 0 ps-print-background company--multi-backend-adapter-candidates org-vm window-scroll-bar-width bibtex-entry-right-delimiter gnus-update-active-hashtb-from-killed ibuffer-deletion-marked-buffer-names wid-edit f-relative-p defsubst* wisent--prec byte-compile-check-lambda-list use-package-non-nil-symbolp enh-ruby-mode lsp--read-json--inliner 0 web-mode-engine-file-regexps Next\ at\ Same\ Level select-tags-table-mode-map message-mail-file-mbox-p eshell-add-glob-modifier long-lines custom-rogue mac-ctl-x-5-revolve-frame-tabbing company-clang--strip-formatting epg-sub-key-length--cmacro 0 --cl-block-lsp--client-last-id--cmacro-- company-tooltip-common default-renderer :indentSize global-flycheck-mode-hook byte-compile--log-warning-for-byte-compile eshell-stringify magit-diff-context-highlight wisent-item-to-string loadhist --map-indexed Search\ Entries org-footnote-normalize-label company-dabbrev-code--make-regexp tags-table-list-pointer Info-history-back counsel-ag-map gnus-summary-pipe-to-muttprint compilation-face real-active cljr-add-missing-libspec avy--done :=key= 0 git-commit-summary org-journal-search-results-order-by gnus-group-add-to-virtual gnus-parameter-spam-process-destination tty-mode-set-strings url-using-proxy straight--read-package-autoloads nstates rng-nxml cl-endp haskell-interactive-copy-to-prompt straight-recipes-geiser-version pdf-info-boundingbox f--files markdown-table-face hydra-ibuffer-sort/ibuffer-invert-sorting diff-added epg-gpgsm-program :master-index markdown-live-preview-remove-on-kill flycheck-syntax-check-context 0 debugger-setup-buffer reftex-version openssl electric-pair--syntax-ppss semanticdb-default-system-save-directory swiper-from-isearch flymake-proc--init-create-temp-source-and-master-buffer-copy aw-background-face mc/toggle-cursor-on-click ivy-state-display-transformer-fn s-trim reftex-toc-confirm-promotion recurse bibtex-completion-exit-notes-buffer :default-renderer eieio-object-set-name-string -zip-with package--load-files-for-activation 0 hydra--head-name diary-show-all-entries straight-recipes-tablist-version ibuffer-truncate-lines markdown-exdent-find-next-position cn-big5-dos loop sp-local-tag url-cookie-host-can-set-p reftex-display-copied-context-hook highest-level dynamic-collection ido-make-choice-list gnus-decode-encoded-word-methods projectile-patterns-to-ignore hydra-head-format radian--mode-line-update-delay semantic-analyze-current-tag hydra-window/\(lambda\ nil\ \(interactive\)\ \(split-window-right\)\ \(windmove-right\)\) global-whitespace-mode total-height org-journal-read-entry tq-buffer desktop-save-in-desktop-dir swiper-occur org-clock-out-if-current biblio-selection-mode-map reftex-syntax-table company-bbdb-modes swiper-multi-action-1 swiper-multi-action-2 company-xcode-xcodeindex-executable 0 dired-guess-default package-archive-priorities display-func tmm-table-undef grep-use-null-filename-separator message-insert-importance-high emergency gnus-level-unsubscribed ffap-machine-at-point radian--browse-url-predicate org-agenda-todo-list-sublevels user-original-login-name status-string speedbar-change-initial-expansion-list ffap-foo-at-bar-prefix gnus-summary-make-all-marking-commands reftex-number 0 undo-tree-visualizer-mouse-set org-clock-string-limit node-property file-cache bbdb-vcard-directory radian-indent-defun Info-apropos-find-node noecho ivy-scroll-down-command 0 reftex-label-env-list define-lex-block-analyzer ivy--occur-press-buffer message-make-address haskell-indentation-type-list bibtex-completion-init markdown-match-code no-operator with-lang bibtex-completion-find-pdf-in-field 0 authentication time-of-day FFF haskell-interactive-mode-prompt-next sp-show--pair-delete-enc-overlays byte-optimize-nonassociative-math counsel-set-variable-history flymake-proc--get-full-nonpatched-file-name markdown-table-move-row-down ivy--index message-reply-buffer icomplete cider-connected-hook company-files--trailing-slash-p org-clock-history-length proclaim semantic-symref-tool undo-list-marker-elt-p gnus-group-tool-bar-gnome ibuffer-map-lines counsel-describe-function colir-compose-overlay vertical-bar eieio-unbound haskell-cabal-mark browse-url-man Create\ image company-tooltip-search company-tooltip-mouse imenu-level-separator ibuffer-check-formats flycheck-error-buffer compilation-filter-start package-desc-create starting-position biblio-doi s-suffix-p hydra--make-callable rmail-bury haskell-process-suggest-overloaded-strings counsel-find-file-mkdir-action websocket-inflight-input flymake-category org-tags-overlay Info-isearch-start eshell-processp EXR ibuffer-current-buffer gnus-exit-gnus-hook :custom-header-alist org-tag-persistent-alist biblio--search-results-header flymake-proc--copy-buffer-to-temp-buffer haskell-mode--looking-at-varsym delete-problem wisent-error-term counsel--gg-candidates 0 reftex-label-alist-style ibuffer-marked-face flycheck-markdown-mdl-style semantic-lex-keywords debugger-print-function enable-function xref-hashtb flymake-proc--add-buildfile-to-cache hydra--imf org-todo-regexp counsel-imenu-map markdown-inline-code-at-pos-p markdown-demote pdf-virtual-buffer-create ietf-drums-remove-whitespace _file --tree-mapreduce company-echo-strip-common-frontend radian--advice-kill-emacs-dispatch ivy--prefix-sort info-index-match projectile--find-file-dwim haskell-string-literal-encode-ascii-array copyright-at-end-flag ivy-prescient-excluded-commands wisent-set-firsts flycheck-command-map bibtex-completion-display-formats-internal ffap-fortran-path counsel--async-exit-code-plist ido-file-name-all-completions websocket-open company-clang--prefix hydra-ibuffer-filter/ibuffer-filter-by-derived-mode semantic-lex-spp-table-write-slot-value org--property-global-value ps-print-miscellany Operating\ on\ Multiple\ Buffers semantic-flex-make-keyword-table plevel pdf-cache--data-get series projectile-ignored-project-p nnmairix lsp-ui-flycheck-enable tablist-find-entry semantic-lex-catch-errors haskell-process-import-modules package--quick-help-keys org-clock-resolving-clocks bfile sp--join-sexp compilation-scroll-output markdown-remove-inline-images counsel--async-duration inferior-scheme-mode-map counsel-org-headline-display-tags :inherit-props custom-face-edit-delete lsp-kill-watch projectile-group-file-candidates eshell-banner font-put org-install gnus-summary-prepare pdf-virtual set-reductions-next key-or-entry clojurex-mode org-table-insert-column pdf-cache-put-image bibtex-completion-notes-key-pattern 0 development semantic-find-tags-included org-list-in-valid-context-p ivy-sort-functions-alist dframe-select-attached-frame JDE0 tablist-put-mark text1 counsel--M-x-externs org-clock-get-sum-start ido-expand-directory cl-least-positive-float hungry-delete-backward flycheck-documentation rfc2047-b-encode-string wisent-message command-queue avy-goto-line imenu-example--create-lisp-index reftex-buffers-with-changed-invisibility last-ass window--size-fixed-1 haskell-interactive-mode-beginning info-lookup tablist-filter-unary-operator helm-match overrides sp-escape-char defstruct markdown-hide-markup-in-view-modes haskell-complete-module-regexp hs-isearch-display with-hm eieio--c3-candidate ffip-copy-without-change syntax-checker is-younger err-msg epa-replace-original-text :waiting-for-response haskell-interactive-mode-history region-len flycheck-global-teardown sp--maybe-init label_bibtex pdf-cache-textregions org-src--edit-buffer Remove\ OPT\ or\ ALT\ Prefix make-ivy-state--cmacro haskell-debug/previous package-menu--hide-packages ido-wide-find-file not-plist semantic-symref-results-mode ibuffer-default-shrink-to-minimum-size lsp-completion-at-point biblio-arxiv org-agenda-columns-compute-summary-properties auto-revert-remote-files haskell-navigate-imports-after-imports-p message-kill-address url-queue-cbargs cmake-mode company-clang-insert-arguments file-attribute-access-time get-mode-local-parent after-clear-fn compiler doc-func epg-context-operation pdf-info-encrypted-p use-package-ensure-function showhide-tool-bar-right agenda magit-imenu--repolist-extract-index-name-function gnus-date-iso8601 custom-group-menu tramp-smb flycheck-faces list-timers class-parent ad-is-advised FSI flycheck-option-comma-separated-list gnus-article-sort-functions custom--initialize-widget-variables haskell-interactive-mode-delete-compile-messages diff-context electric-pair-delete-pair pdf-occur-global-minor-mode-off-hook epg--status-USERID_HINT org-track-compile-org hydra-ibuffer-mark/keymap save-buffer-coding-system haskell-interactive-mode-line-is-query epg-key-capability-alist set-tags-name markdown-mdl internal-set-lisp-face-attribute-from-resource url-queue-start-time--cmacro cl-copy-seq reftex-ref-style-alist :json-path el-patch-use-package-mode Deadline :buttons semantic-after-idle-scheduler-reparse-hook company-minimum-prefix-length whitespace-newline body-received gnus-header-newsgroups org-priorities ivy-minibuffer-map projectile-files-to-ensure global-atomic-chrome-edit-mode-cmhh mach :overlay-category ciphers org-script-display package--mapc lower ceiling* lsp--position-p--inliner company-tooltip-margin keyno ivy-completing-read-with-empty-string-def macs target-idx markdown-block-region :custom-groups sp-point-before-word-p not-save compilation--make-file-struct message-fetch-reply-field lsp--on-auto-save gnus-uu-decode-binhex-view \ Reset\ Customizations\ turn-on-magit-gh-pulls x-own-secondary-selection flycheck-groovy-executable mml-secure-bcc-is-safe reftex-display-index nnheader-insert-references org-table-import-export wisent-print-reductions use-package-\(:files\ \(\"lisp/git-commit\.el\"\)\ :package\ \"git-commit\"\ :local-repo\ \"magit\"\ :type\ git\ :repo\ \"magit/magit\"\ :host\ github\)-nil-nil 0 org-agenda-after-show-hook timedata flymake-proc--save-buffer-in-file org-tr-level ibuffer-do-kill-lines bookmark-set-rear-context-string markdown-backward-block negotiated-protocols 0 auto-revert-mode-on-hook calendar-day-header-array gnus-summary-put-mark-as-ticked-next message-tool-bar mc/reverse-regions rmail-keyword-header ido-select-text markdown-table-begin auth-source-format-cache-entry markdown-add-footnotes-to-imenu sp--inhibit-insertion-of-closing-delim package-menu--status-predicate mh-folder-selection haskell-indentation-class-declaration nnmail-group-names-not-encoded-p :localpart eshell-delimiter-argument-list pdf-view-add-hotspot-function org-habit-get-priority simple-results project-root semantic-lex-ignore-newline byte-compile-out-tag haskell-process-path-ghci demibold Info-link-keymap counsel-org-tag-action flycheck-clear f-dir\? orig-str custom-magic-alist s-downcase ibuffer-current-buffers-with-marks gnus-summary-make-tool-bar its-part-2 par-pos markdown-footnote-text-face make-package--ac-desc--cmacro pdf-isearch-occur org-agenda-default-appointment-duration url-cookie-mode-hook flycheck-handlebars-executable stable-sort gnus-summary-expand-window pdf-view-midnight-colors gnus-all-windows-visible-p pcomplete/cvs pdf-view-use-imagemagick sp-get-comment-bounds set-mode-local-parent ibuffer-backwards-next-marked haskell-process-sent-stdin-p haskell-compilation-mode-hook gnus-group-icons message-canlock-password Jump\ between\ implementation\ file\ and\ test\ file :payload pdf-cache-clear-images ivy--split cbargs websocket-on-close main timezone-leap-year-p bibtex-completion-format-citation-pandoc-citeproc elfeed-show-mode counsel-outline-level-emacs-lisp 0 haskell-error-mode-hook wid-browse websocket-genbytes old-name ffap-machine-p-known queue lsp--make-execute-command-params swiper-line-number end-R compilation-revert-buffer gnus-summary-work-articles ido-unc-hosts-net-view eshell-group-timestamp grep-mode-font-lock-keywords 0 ido-separator websocket-negotiated-protocols--cmacro global-auto-revert-mode-on-hook browse-url-text-input-field pcomplete-args rmail-set-attribute-1 :reason reproducible\ research flymake-proc--get-project-include-dirs-from-cache w3m-minor-mode-hook eieio--object-num-slots gnus-summary-tick-above semantic-tag-code-detail markdown-font-lock-ensure compilation-column-face use-hard-newlines-off-hook :negotiated-extensions projectile-sort-files appendix-re haskell-interactive-mode-history-next pdf-view-previous-page markdown-match-angle-uris bib-cite-minor-mode use-package-handler/:blackout haskell-sort-imports-goto-group-start supertab prescient--filter-method-custom-type haskell-mode-goto-span parsebib--match-delim-forward use-package-split-list 0 cl-struct-compilation--message-tags 0 gnus-article-decoded-p haskell-cabal-library-fields custom-pre-filter-face-spec gnus-score-file-name --cl-block-lsp--parser-p-- reftex-index-info-safe Export flymake-proc-init-create-temp-buffer-copy org-emacs-idle-seconds antlr multiline ivy-previous-line eieio-help-class pdf-cache-prefetch-pages-function lsp-ui-imenu--jump vowel-modifying-diacritical-mark notags racer-mode eieio-named gnus-summary-remove-bookmark org-clock-frame-title-format mani electric-pair-skip-if-helps-balance url-fullness procs gnus-summary-limit-to-unseen :timeout org-table-settings pdf-cache-number-of-pages make-queue unlink-hook literate-haskell-mode-map compilation-info mml-secure-smime-encrypt-to-self json-mode-auto-mode-list gnus-home-score-file :fromname icon-list modes advice--called-interactively-skip pdf-sync-backward-search Signature\ Algorithms company-xcode-find-project :scope flycheck-slim-executable pdf-cache-get-image semantic-documentation-for-tag org-bullets-face-name use-package-\(:type\ git\ :host\ github\ :repo\ \"joostkremers/writeroom-mode\"\ :package\ \"writeroom-mode\"\ :local-repo\ \"writeroom-mode\"\)-nil-nil markdown-next-line-indent summary-menu global-company-mode-cmhh package-desc-extras markdown-next-visible-heading sr-tree-mode 0 biblio--selection-insert-callback markdown-mode-syntax-table --cl-block-lsp--parser-leftovers--cmacro-- gnus-newsgroup-dormant pdf-cache--image/data reftex-section-info-function semantic-show-unmatched-syntax-mode-on-hook rfc822-snarf-subdomain reftex-tie-multifile-symbols pdf-annot-modified-functions nnir-memo-server 0 counsel-describe-variable-function match-count timezone-make-time-string pyvenv-deactivate spam-use-blacklist lsp--server-has-sync-options-p ido-init-completion-maps indent-and-new-item magit-gh-pulls-guess-repo custom-link websocket-server-accept :tblfm eieio-pcase-slot-index-table hydra-ibuffer-main/ibuffer-toggle-marks font-match-p ivy-occur-toggle-calling org-clock-history-push semantic-find-file-noselect haskell-debug-get-history gnus-group-edit-group-done magit-gitignore atomic-chrome-default-major-mode helm-grep-running tag-exact-file-name-match-p new-connection Fcc gnus-group-mark-article-read ibuffer-redisplay has-code-and-comment gnus-summary-limit-to-replied lsp-ui-peek-mode-on-hook imenu--split-submenus 0 reftex-typekey-to-format-alist :create-parents semanticdb-current-database biblio-generic-url-callback decode-hz-buffer haskell-string-trim-prefix nnir-notmuch-program hs-hide-all counsel-package-action-describe markdown-get-fenced-block-from-start use-package-\(:type\ git\ :host\ github\ :repo\ \"abo-abo/ace-window\"\ :package\ \"ace-window\"\ :local-repo\ \"ace-window\"\)-nil-nil godoc org-agenda-sunrise-sunset mark-by-locked semantic-file-token-stream org-agenda-clock-in firsts ido-merge-work-directories projectile-svn-command wisent-byte-compile-grammar haskell-hoogle-server-live-p 0 csharp-mode :count delay-time reftex-scanning-info-available-p haskell-string-ellipsize match1 cl-print--currently-printing maximize org-bullets--keywords message-header-setup-hook inline--do-leteval notany hydra-ibuffer-action/ibuffer-do-print-and-exit PostScript-interaction company-async-wait flycheck-compute-working-directory cl--function-convert-cache amsrefs straight-package-neutering-mode-hook cl--bind-block ivy-state-keymap--cmacro pdf-occur-view-occurrence eshell-proc nnimap-login haskell-cabal-goto-library-section magit-sequence-part ns-raise-emacs markdown-regex-math-inline-double interactive-haskell-mode-map ivy-format-function-arrow company--strip-duplicates back mml-secure-message-sign haskell-interactive-mode-space cooked tag-up windows-on-buffer prescient--with-group process-default-directory flycheck-emacs-lisp-checkdoc-executable semantic-tag-buffer flycheck-report-buffer-checker-status markdown-code-block-at-point use-package-normalize/:interpreter biblio-download-directory callf ivy-overlay-at company--transform-candidates redset tar--extract this lsp-diagnostic ido-toggle-vc easy-menu-return-item org-table-dataline-regexp define-lex amx-cache cpp-font-lock-keywords Mark\ as\ default\ task :deps org-clock-menu js2-highlight-unused-variables-mode epg--status-TRUST_FULLY message-use-mail-followup-to markdown-code-block-lang biblio--callback semantic-flex-keyword-put TeX-master-file haskell-indentation-case-alternative cmacexp prolog-indentation Cycle\ Heading\ Visibility\ \(Global\) company--merge-async projectile-dirconfig-file --cl-block-lsp-diagnostic-severity--cmacro-- url-file-handlers org-from-is-user-regexp nrepl-dict biblio--with-text-property f-short tablist-unmark-all-marks rst-toc package--default-summary ps-print-n-up lsp-ui-peek--fill org-adapt-indentation core-number curved cp154 browse-url-encode-url core-link :desc bbdb-record-name custom-visibility haskell-lexeme-modid zerodark-setup-modeline-format Guide gnus-group-parameter-value reftex-index-header-face cookie 0 trusted font-lock--remove-face-from-text-property magit-stash-worktree xref-push-marker-stack cl-typep--inliner ibuffer-bs-show markdown-get-lang-mode --cl-block-lsp-diagnostic-code--cmacro-- scala-mode zerobased-weekday sp--search-forward-regexp org-clock--translate flycheck-syntax-check-buffer Kill\ Headerline\ Tag ibuffer-mark-for-delete-backwards substitute custom-face-edit-attribute-tag websocket-protocols--cmacro ido-rotate-file-list-default hydra-ibuffer-action/ibuffer-do-revert-and-exit :cipher :variable-group undownloaded lsp-ui-doc-buffer -first-item undo-tree-register-data unknown-8bit gnus-parameter-subscribed-alist s-matched-positions-all ob-makefile reftex-default-label-alist-entries company-pseudo-tooltip-show-at-point flycheck-rust-error-filter mail-source-primary-source eieio-defclass-autoload-map flycheck-compile-name epg-data-string--cmacro ediff-even-diff-A ediff-even-diff-B ediff-even-diff-C sp--all-pairs-to-insert org-bibtex-fleshout ivy--switch-buffer-other-window-action counsel-rhythmbox-history pdf-util-do-events auth-source-ensure-strings ido-common-completion-map 0 sp-autodelete-wrap semantic-tag-alias-class semantic-tag-new-include asy-mode inhibit-cookiesp facemenu-remove-all senator-fold-tag-toggle --cl-block-lsp--client-last-id-- occur-edit-mode-abbrev-table reftex-query-label-type -as-> mail-source pdf-misc-minor-mode-hook haskell-string-literal-decode1 company-echo-show-soon reftex-get-file-buffer-force hindent-extra-args iswitchb gnus-group-goto-unread bibtex-completion-cite-prompt-for-optional-arguments reftex-part-resets-chapter epg-delete-output-file bookmark-search-delay c-reg global-flycheck-mode-check-buffers wisent-with-context epa--key-widget-action istyle helm-swoop-line-number-face view-exit-action semantic-tag-faux-p semantic-add-minor-mode haskell-debug-insert-history emacs-mule-dos markdown-collect-always org-toggle-fixed-width ignore-value loadver pdf-isearch-active-mode-on-hook ibuffer-filename/process-header-map solar-sidereal-time markdown-bold-underscore --reject-last flycheck-tokenize-output-with-patterns magit-fetch-all-no-prune lglyph-set-adjustment use-package-\(:type\ git\ :host\ github\ :repo\ \"lukhas/buffer-move\"\ :package\ \"buffer-move\"\ :local-repo\ \"buffer-move\"\)-nil-nil gnus-always-force-window-configuration s-split ivy-alt-done Load\ file projectile-replace semantic-edebug projectile--remove-current-project 0 MODE-enable-in-buffers org-at-drawer-p flycheck-jshintrc x-select-request-type -drop-while biblio-arxiv--build-bibtex-1 Amsrefs :inhibit-cookiesp flycheck-valid-checker-p find-variable-noselect nontermmap h:mm:ss 0 nname gnus-article-copy-part xref-item-location HTM url-domsuf-cookie-allowed-p bookmark-bmenu-hidden-bookmarks calendar-iso-from-absolute hydra-timeout magit-git-executable browse-url-elinks-new-window gnus-newsgroup-charset hydra--pad-heads nnimap-marks-to-flags 0 haskell-cabal-mode-abbrev-table company-occurrence-weight-function background-red grapheme diary-font-lock-keywords-1 flycheck-overlay xref-etags-location-p :search-function flycheck-python-pylint-executable pcomplete-completions package-status-installed circe-server-mode proxy bindat--unpack-item semantic-default-html-setup flycheck-remove-error-ids browse-url-galeon-sentinel ivy-end-of-buffer company-dabbrev--prefix buf-move straight-package-neutering-mode-map flycheck-global-modes peg-autoloads semantic-options-separator ibuffer-make-column-filename --tree-mapreduce-from filename-cons --cl-block-make-lsp--parser--cmacro-- ggtags-mode ido-cur-list semantic-overlay-next-change reftex-nth-arg-wrapper flycheck-error-level-overlay-category company-lighter-base gnupg ffap-list-env biblio-dissemin--insert-button markdown-table-move-column typekeychar gnus-article-stop-animations pdf-view-auto-slice-minor-mode-off-hook create-function message-user-organization-file org-clock-idle-timer ibuffer-customize hydra-ibuffer-action/ibuffer-do-replace-regexp-and-exit org-archived nnimap-log-buffer reftex-section-info pdf-isearch-lazy semanticdb-find-result-nth ibuffer-diff-with-file dabbrev--last-expansion ido-use-merged-list bibtex-autokey-expand-strings applicationDidHide gnus-summary-sort-by-most-recent-date original-article-buffer ext-re flycheck-erlang-rebar3-executable pcmpl-x url-cookie-domain--cmacro arg1 arg2 hs-make-overlay pdf-sync-backward-hook imenu--rescan-item flycheck-last-status-change ob-vbnet Cyrillic-ALT handle-switch-frame haskell-indentation-fundep1 counsel-find-file-occur wisent-inaccessible-symbols org-agenda-clocking company-auto-complete rfc822-addresses-1 org-crypt-key Find\ Duplicate\ Labels tablist-get-mark-state visible-mark-face1 visible-mark-face2 arxiv:doi projectile-find-other-file-other-window markdown-edit-code-block ffap-locate-file haskell-session-set-target url-queue-inhibit-cookiesp ivy--switch-buffer-matcher semantic/bovine/el sp-escape-open-delimiter ido-local-file-exists-p ibuffer-display-maybe-show-predicates org-babel-lob-ingest bindat--length-group websocket-server-close tex-site-unload-hook section-re magit-stash org-apply-on-list company-etags-find-table reftex-cite-view-format undo-tree-grow 0 Info-follow-reference reftex-index-visit-phrases-buffer markdown-do lsp--make-message--inliner reftex-bib-or-thebib haskell-indentation-scoped-type final-state doc-view-get-bounding-box parse-sexp-lookup-properties flycheck-jump-to-error mm-universal-coding-system next-prompt mml2015-signers markdown-syntax-propertize bibtex-completion-apa-format-reference gnus-newsgroup-ephemeral-charset :reading-body swiper--current-line use-package-\(:type\ git\ :files\ \(\"ivy-bibtex\.el\"\ \"bibtex-completion\.el\"\)\ :host\ github\ :repo\ \"tmalsburg/helm-bibtex\"\ :package\ \"ivy-bibtex\"\ :local-repo\ \"helm-bibtex\"\)-nil-nil bookmark-errors help-mode-revert-buffer lsp-if-to-case haskell-collapse-mode-on-hook w3m-haddock edit-indirect-after-commit-functions operations 0 flymake-delete-own-overlays org-drill-visible-cloze-face mm-uu-pgp-encrypted-test epg-import-result-secret-imported reftex-load-hook lsp--parser-body rmail-first-message json-string-format Blockquote\ Region abbrev-mode-map ac-comphist-file custom-browse-insert-prefix semantic/db-mode character-fold-search flycheck-may-use-checker counsel-unicode-char-history brackets show-smartparens-global-mode-off-hook org-track-ordered-property-with-tag find-tag-noselect em-dirs define-package rmail-font-lock-keywords abbrev--symbol remapped --partition-by-header cparams make-core make-lsp--workspace 0 flycheck-byte-compiled-files deactivate-mode-local-bindings compilation-arguments lsp-timed-out-error should-add-entry-p Disable\ syntax\ checker projectile-ignored-projects pdf-util-edges-inside-p IPA Backward\ Block 0 org-export-get-environment pdf-occur-ibuffer-minor-mode-map group-alist markup-title-1-face 0 file-readable zerodark-vc-face table-split-cell-horizontally bindat-ip-to-string haskell-font-lock-keywords company-tooltip-annotation-selection straight-recipes-org-journal-version turn-on-eldoc-mode ivy-recompute-index-swiper ffap-other-window message-cite-original-without-signature package-menu--find-upgrades K25 flycheck-checker-error-threshold s-capitalized-p ffap-alternate-file-other-window temporary gnus-summary-display-article-function hs-block-start-mdata-select irony-iotask tablist-mode-abbrev-table ibuffer-maybe-show-predicates tsia-down concatenate bibtex-completion-pdf-field org-macro-templates imenu-max-item-length no-file in-file bibtex-string-files edn-inst-to-time pdf-occur-update-header-line :structure magit-push-matching flycheck-emacs-lisp-load-path re-preset org-agenda-diary xref-location-child-p ad-map-arglists biblio-completing-read-alist markdown-heading-5-atx haskell-load byte-code-function pdf-cache-clear-images-if projectile-purge-dir-from-cache el-patch-require-function haskell-interactive-mode-visit-error flymake--diag-beg reftex-refontify-context submatch-n atomic-chrome-autoloads chicken biblio-arxiv--build-bibtex counsel-git-log-action cc-mode mouse-1-remapped truncate-string-ellipsis haskell-pragma-face calendar-bahai-to-absolute fancy s-replace rfc2047-quote-decoded-words-containing-tspecials minimum ep-def company-clang ivy-case-fold-search-default company-preview-if-just-one-frontend irony-completion-symbol-bounds 0 smartparens-global-strict-mode-check-buffers hs-isearch-show websocket-callback-debug-on-error byte-compile-find-bound-condition pdf-sync-backward-search-mouse section-number Comment\ blocks evaluating hs-minor-mode-hook haskell-session-get lsp-ui-imenu--view unmark-forward ido-get-work-directory comint-redirect-completed bibtex-completion-fallback-options ivy-bibtex-insert-key gnus-article-highlight-signature semantic-tag-function-destructor-p lsp-ui-sideline-symbol reftex-bib-year-face gnus-group-prev-group magit-wip-after-apply-mode scheme-interaction-mode-map unwind 0 bookmark-history pdf-info-getannots browse-url-conkeror-arguments item1 item2 :comment 0 define-ibuffer-op helm-swoop-target-word-face epg-check-configuration strlen reduce verilog-verilator ecase new-str pdf-occur-ibuffer-do-occur custom-save-variables pdf-cache-boundingbox semantic-assert-valid-token gnus-agent-save-local nnir-request-create-group markdown-table-hline-at-point-p lm-version projectile-vcs-dirty-state reftex-all-assoc-string warning-numeric-level ido-virtual 0 lsp-send-execute-command haskell-debug-mode found-name doc-view-search-no-of-matches gnus-summary-highlight-line-trigger org-agenda-dimmed-todo-face semantic/db-file straight-catching-quit bookmark-bmenu-other-window flycheck-rust-crate-type ebrowse-faces yank-filter-group tmm-get-keybind company-auctex-autoloads cl-struct-sp-state-tags mail-encode-encoded-word-string s-trim-left endp cl--loop-accum-vars ffap-literally Explain\ error\ at\ point pdf-view-set-slice-from-bounding-box :query hl-line-overlay-buffer counsel-grep-action semantic--completion-cache bitmap cl-struct-ivy-state-tags gnus-message-buffer gnus-other-frame-object ido-ignore-directories newsticker-miscellaneous gnus-summary-edit-article-postpone 0 generic-character-list ivy-kill-whole-line global-company-mode-map ivy-state-unwind--cmacro cached-value reftex-uniquify-by-car markdown-rx :max-duration gnus-define-group-parameter ibuffer-redisplay-current sh-imenu-generic-expression 0 Info-virtual-fun pdf-sync-display-pdf-action summing haskell-literate-comment-face erc-lurker sublis diary-marking-entry-flag slot-exists-p hydra-idle-message smartparens-ess markdown-insert-hr 0 haskell-indentation-deriving blink-cursor-mode-on-hook debugger-previous-window-height reftex-check-recursive-edit 0 Entire\ Document 0 straight--alist-set markdown--first-displayable articles format-annotate-function org-eldoc-get-mode-local-documentation-function org-footnote-delete-references twittering-mode haskell-session-assign diary-hook base-doc-string lsp-mode-off-hook gnus-level-default-unsubscribed Get\ Captured\ and\ Flagged kmacro-view-macro-repeat use-package-\(:type\ git\ :host\ github\ :repo\ \"google/styleguide\"\ :package\ \"google-c-style\"\ :local-repo\ \"styleguide\"\)-nil-nil 0 company-round-tab ivy-call-and-recenter Goto\ running\ clock gnus-group-sub-map timezone-absolute-from-gregorian tai-lue semantic-sanity-check visiting-file ido-make-directory counsel-up-directory 0 lsp--registered-capability-id--cmacro el-patch-classify-function --cl-block-lsp--client-ignore-messages-- entry-hash haskell-interactive-mode-collapse :skip-cdr code\ generator projectile-ignored-directory-p haskell-cabal-targets-history flymake-mode-map use-package-\(:type\ git\ :host\ github\ :repo\ \"dryman/toml-mode\.el\"\ :package\ \"toml-mode\"\ :local-repo\ \"toml-mode\.el\"\)-nil-nil counsel-org-agenda-headlines--candidates ibuffer-yank erc-join wisent-region ffip-split-window-vertically seq-autoloads mml-secure-signers pdf-cache-prefetch-minor-mode-off-hook biblio-arxiv--forward-bibtex asin greeting ffap-next-regexp straight--get-call gnus-highlight-selected-tree nnimap-article-ranges paren-close Info-top-node markdown-command-needs-filename bookmark-set-position tabbar-button-highlight ido-make-file-list-1 package-desc-version--cmacro haskell-mode-insert-scc-at-point gfm-mode-syntax-table ido-exit-minibuffer Custom-mode-abbrev-table :prompt-prefix straight-recipes-restart-emacs-version hydra--clearfun semantic-lex-type-set org-agenda-entry-text-maxlines ad-Advice-find-function-search-for-symbol ivy-prompt-match browse-url-epiphany-program -product netrc-find-service-name :colname-names counsel-faces 0 org-docview-export haskell-mode-generate-tags counsel-org-goto--add-face let-alist--list-to-sexp switch-to-saved-filter-groups hs-hide-comments-when-hiding-all markup-verbatim-face pdf-isearch-match atomic-chrome-edit-mode-map reftex-mode-menu pre-triggered package--with-response-buffer ghost-text semantic-ia-fast-mouse-jump var-list eshell-glob-case-insensitive markdown-pre reftex-index-phrases-apply-to-region arrow sp-compare-sexps clojure-docstring-fill-prefix go-test sp--textmode-stringlike-regexp undo-tree-region-data-redo-beginning lsp--send-request ibuffer-current-filter-groups-with-position ghub-clear-caches haskell-process-set-session flycheck-go-megacheck-executable undo-tree-diff flycheck-gcc-warnings counsel-ace-link ibuffer-decompose-filter org-inhibit-logging mail-quote-string mode-local-describe-bindings-1 mode-local-describe-bindings-2 prof-natprof-start 0 swiper-line-face custom-button-pressed ebnf-shape projectile-run-compilation bookmarks-already-loaded haskell-process-wrapper-function hydra-ibuffer-filter/ibuffer-filter-by-filename ob-ref counsel--push-xref-marker smex-update radian-tide-format-mode-on-hook lsp--client-p--cmacro org-babel-load-in-session-maybe port electric-pair-preserve-balance Promote\ Element straight-recipes-magit-gh-pulls-version org-journal-redraw-calendar watch-descriptor browse-url-conkeror-program bibtex-autokey-titleword-change-strings cider-repl-mode-map rmail-speedbar-buttons viper-delete-backward-word frame-params gnus-cache-active-hashtb flycheck-stylelint-quiet override-global-mode-on-hook ivy--regex-fuzzy here-I-am f-expand filter-fn reftex-initialize-temporary-buffers flycheck-typescript-tslint-executable url-cookie-create--cmacro size-lt radian--disable-markdown-metadata-fontification ledger-font-posting-amount-face reftex-last-assoc-before-elt counsel-linux-apps-list ediff-files3 markdown-previous-visible-heading :end-of-capability -none\? cl-set-getf nnheader-insert-buffer-substring --cl-block-make-lsp--client--cmacro-- thing-at-point-markedup-url-regexp gnus-article-hidden-text-p wisent-compile-grammar younger medi pdf-isearch-update markdown-directory-files-recursively haskell-process-echo-load-message ibuffer-recompile-formats warning-series-started org-screenshot-take interactive\ shell helm-buffer-saved-out counsel-yank-pop-preselect-last ibuffer-deletion-char 0 -split-on with-files auth-source-netrc-parse-next-interesting top-right 0 company-search-toggle-filtering lsp-ui--location< browse-url-mosaic-program doc-view--image-type zerodark-ro-face lsp-ui-doc-max-height doc-id semantic-stickyfunc-old-hlf rtn-if-no-other xref-etags-location-list-p sub-key ibuffer-auto-mode projectile-default-run-command :send-async least-positive-float json-encoding-pretty-print ido-cache-unc-host-shares-time turn-on-font-lock-if-desired reftex-enlarge-to-fit reftex-next-multifile-index org-info-other-documents imenu-unavailable debugger-previous-backtrace company-sort-by-occurrence cljr-rename-file eldoc-add-command kp-add bibtex-completion-cite-commands magit-reflog-checkout counsel-describe-variable-transformer face-inverse-video-p linum-highlight-face _full-nov semanticdb-find-tags-for-completion pdf-tools-install-noverify 0 grep-expand-keywords chunk browse-url-man-function org-journal-find-file ivy-minibuffer-faces xterm nnoo-variables semantic-create-imenu-index Number lisp-shadow gnus-large-ephemeral-newsgroup haskell-debug/refresh websocket-on-error--cmacro ivy--add-face reftex-section-heading-face async-byte-compile-log-file nnimap-get-groups newgroup reftex-kill-emacs-hook :no-autoloads :tag-glyph electric-pair-mode-on-hook set-screen-height 0 --cl-block-lsp--workspace-extra-client-capabilities--cmacro-- gfm-table-line-regexp atomic-chrome-edit hydra--call-interactively semantic-lex-buffer 0 haskell-cabal-find-subsection-by Reference\ Style feedmail-spray message-signature-setup-hook company-echo haskell-string-split-to-lines global-cedet-m3-minor-mode erc-query invalid-re :searchfor company-select-previous-or-abort doc-view-initiate-display global-semantic-show-unmatched-syntax-mode pdf-misc-context-menu-minor-mode dired-do-touch mm-file-name-collapse-whitespace lsp-ui-peek--select-prev-file message-subject-re-regexp f-child-of-p deb-eval websocket-p to-state pdf-view-scroll-up-or-next-page Goto\ Label company-clang--meta R-arg gnus-uu-decode-uu-and-save-view semantic-symref-tool-grep em-basic semantic-debug-parser-class use-package-recognize-function f-same\? custom-group-subtitle font-lock-doc-face last-args info-initialize js2-jsdoc-html-tag-delimiter Info-virtual-index-find-node nsm-check-certificate use-package-jump history pdf-info-valid-page-spec-p gnutls-error :destructor-flag projectile-after-switch-project-hook starttls-program custom-group-state-update 0 lisp-indent-state-stack--cmacro f-ancestor-of\? lsp-ui-imenu--kill org-checkbox-statistics-todo company-eclim--call-process url-cache 0 eqnarray-like org-clock-clocktable-default-properties org-indent-block flycheck-eslint-args _loudly nsubst-if-not picture ibuffer-saved-filter-groups :company-require-match f-equal\? el-patch--patches gnus-group-get-new-news f-size markdown-insert-unused-reference-button longitude ivy-last menu-bar-update-buffers-1 mml-secure-message-sign-pgp geiser-chez gnus-mime-display-attachment-buttons-in-header shift-state Partial\ Scans c-start-regexp semantic--buffer-cache bookmark-grok-file-format-version f-append markdown-range-property-any pdf-info-ping org-babel-put-colnames custom-face-tag url-password-for-url company-template-clear-field org-habit-scheduled-repeat bibtex-completion-notes company-space-string gnutls-get-initstage ivy--old-cands :rule ivy-height-alist hs-already-hidden-p ibuffer-formats debugger--locals-visible-p ibm862-dos nitems dabbrev--minibuffer-origin ivy-mouse-done auth-source-macos-keychain-result-append flycheck-cargo-check-args :variable org-log-done swiper--multi-candidates use-package-\(:type\ git\ :host\ github\ :repo\ \"Fuco1/smartparens\"\ :package\ \"smartparens\"\ :local-repo\ \"smartparens\"\)-nil-nil counsel-yank-pop-action lsp-ui-imenu-ov gnus-summary-prev-same-subject org-drill reftex-select-item reftex-context-substring auth-source-read-char-choice gnus-group-mail-1 radian-font s-lowercase\? cabal-ghci mail-header-set-references org-delete-property-globally company--window-height markup-title-4-face dash-at-point-legacy-mode crossref-lookup mode-local--expand-overrides counsel-linux-app-action-open-desktop :source make-undo-tree xref--collect-matches replacer-match-data ibuffer-sorting-reversep package--archive-file-exists-p global-flycheck-mode-enable-in-buffers 0 0 nnoo-server-opened f-readable\? with-category-table gnus-group-mail-1-empty rfc2047-encode-region 0 company-begin-commands use-package-\(:type\ git\ :host\ github\ :repo\ \"swift-emacs/swift-mode\"\ :package\ \"swift-mode\"\ :local-repo\ \"swift-mode\"\)-nil-nil master-dir browse-url-netscape-reload xref-location Insert\ Footnote flycheck-checker-get semantic-token-version org-agenda-time-of-day-to-ampm-maybe gnus-servers-using-backend browse-url-mailto-function biblio-dblp--url json--plist-to-alist Timestamp\ \(inactive\) reftex-master-index-list package-autoload-ensure-default-file widget-documentation-links global-semantic-stickyfunc-mode-map markdown-language-keyword-face tlen org-element-cache-reset bibtex-completion-open-any compilation-parse-errors use-package-\(:type\ git\ :host\ github\ :repo\ \"raxod502/straight\.el\"\ :files\ \(\"straight*\.el\"\)\ :branch\ \"develop\"\ :package\ \"straight\"\ :local-repo\ \"straight\.el\"\)-nil-nil group-highlight markdown-link-title-face sp-get-thing sp--html-modes cider-connect-sibling-cljs nnir-warp-to-article org-appt-warntime flycheck-safe-delete-temporaries Info-virtual-index-nodes reftex-index-phrases-skip-indexed-matches lsp-ui-doc--put-click ffap-string-around biblio--target-window arxivId_s flymake-is-running ruby-electric-delimiters-alist semantic-lex-comments-as-whitespace gnus-summary-limit-include-dormant haskell-process-suggest-hoogle-imports haskell-hide-toggle-all clearlyu lsp-ui-sideline-global pdf-occur-abort-search semantic-tag-end str-len org-shiftselect-error racket-mode-map reftex-toc-keep-other-windows browse-url-chromium-arguments pdf-occur-normalize-documents varsetsize org-todo-get-default-hook background-green server-conn rotate-right ivy-prescient--old-initial-inputs-alist flycheck-sass-lintrc 5x5-crack-mutating-current C-M-kp-right reftex-dcr haskell-process-suggest-pragma company-clang--build-location haskell-indentation-fundep doc-view-enlarge num-matches file-found websocket-frame-text org-load-hook bookmark-bmenu-save flycheck-buffer-automatically magit-diff-unmerged illegal pdf-view-create-page utf-8-emacs-dos semantic-error-if-unparsed color-xyy-to-xyz org-delete-indentation custom-faces s-blank-str\? message-draft-headers avoid counsel--git-grep-cmd-and-proj 0 atomic-chrome-buffer-frame-width biblio-doi--forward-bibtex-crosscite supercite-hooks ad--make-advised-docstring pdf-info-query--parse-response History atts org-flag-heading global-semantic-show-unmatched-syntax-mode-on-hook semantic-tag-file-name company-time-out zerodark-use-paddings-in-mode-line reftex-support-index superclasses LaTeX-section-list lsp-ui-peek xref-match-length wisent-push-token zerodark-face-when-active doc-view-scroll-down-or-previous-page First\ Level\ atx hs-isearch-open custom-variable-prompt semantic--tag-get-property Follow\ Link Maximum\ Record\ Size counsel-colors-web-history 0 term-default-fg-color lastweek wisent-starts-nonterm :client comint-next-matching-input-from-input gnus-summary-save-process-mark bibtex-completion-notes-mode company-cmake--doc-buffer window--sides-shown isearch-mode-end-hook-quit s-match prescient-sort electric-pair-will-use-region git-rebase-mode crystal-mode cl--class-docstring--cmacro foreign-level caucasian-albanian org-bullets--fontify-buffer semantic/imenu @count reftex-global scrollpos flycheck-error-id--cmacro url-vars org-agenda-weekend-days recentf-exclude company-clang--guess-pch-file straight-built-in-pseudo-packages counsel-linux-apps-list-desktop-files pdf-info-pagesize internal-ange-ftp-mode company-eclim--meta gnus-summary-tick-article-backward websocket-ensure-length smartparens-global-strict-mode-enable-in-buffers hashcash-insert-payment-async -zip Create\ BibTeX\ File custom-browse-variable-tag-action markdown-in-comment-p beg-eol compilation--parsed pdf-occur-next-error cps--states lsp-ui-peek--select-prev ibuffer-filter-group-name-face gnus-dribble-buffer s-count-matches-all semantic-clean-token-of-unmatched-syntax dired-diff markdown-propertize-end-match semantic-current-tag-parent flymake-find-file-hook 0 mm-display-dns-inline reftex-parse-colon-path Increase\ Priority sp--get-replace-keyword senator-go-to-up-reference bindat--unpack-u16 subr-x vhdl-speedbar flymake-proc--process-sentinel org-journal-read-period 0 haskell-font-lock-symbols-keywords company--prefix-str prefix-descriptions overload-that-obsolete :advertised-binding --cl-block-make-lsp--parser-- viper-intercept-ESC-key global-hl-line-mode-off-hook bindat--unpack-u24 wisent-BITISSET S-up markdown-reference-face ivy-recompute-index-swiper-async comint-simple-send mode-line-change-eol 0 url-handler-directory-file-name drag-mouse-1 widget-color-sample-face-get websocket-read-frame nnheader-re-read-dir cl-struct-epg-key-signature-tags bindat--unpack-u32 counsel-rhythmbox-enqueue-song forth-mode semantic-foreign-tag-invalid markdown--pandoc-inline-footnote-properties haskell-sessions flycheck-markdown-markdownlint-cli-config global-semantic-highlight-edits-mode-map projectile--find-other-file flycheck-parse-scss-lint dabbrev--progress-reporter pdf-occur-start-search _project dissociate projectile-idle-timer-hook php-eldoc-function lsp-ui-peek-mode-off-hook pdf-cache--image/width flymake-check-start-time anon-type-children use-package-normalize/:preface hydra-ibuffer-sort/hydra-ibuffer-main/body-and-exit ivy--prompt-extra custom-browse-alist gnus-article-delete-part inhibit-quitting custom-face-edit-convert-widget dabbrev-check-all-buffers aw-leading-char-face mail-header-set-number rx-regexp flymake-get-include-dirs lsp-ui-sideline-delay lsp--intero-inherit-local-variables global-auto-revert-ignore-modes semantic-analyze-split-name semanticdb-file-table-object sp--merge-pair-configurations markdown-gfm-uppercase-checkbox flycheck-coffee-executable use-package-handler/:magic-fallback lsp--client-send-sync--cmacro browse-url-elinks-sentinel 0 cl--class-index-table global-prettify-symbols-mode-enable-in-buffers magit-stash-mode irony-mode lsp--point-to-marker mode-local--init-mode jedi:ac-direct-matches bindat-format-vector reftex-bib-author-face itemno eieio-oref ivy-set-sources compilation-set-window-height package--ac-desc-summary semanticdb-find-default-throttle pdf-info--normalize-file-or-buffer ido-max-file-prompt-width counsel-mark-ring chinese-two-byte package-make-button copy-flycheck-verification-result prescient--cache-loaded bindat--unpack-u16r bookmark-edit-annotation mail-content-type-get flycheck-checker-pattern-to-error-regexp use-package-\(:type\ git\ :host\ github\ :repo\ \"emacsattic/crontab-mode\"\ :package\ \"crontab-mode\"\ :local-repo\ \"crontab-mode\"\)-nil-nil :extensions swiper--width f-no-ext projectile-switch-project-action haskell-check-overlay-p disassemble-1 Insert\ Image prec geiser-repl :server-conn reftex-format-label-function haskell-guess-module-name-from-file-name ido-prev-match-dir qresyncp :cls-l f--uniquify eshell-incomplete macos-keychain-internet helm-ff-file gnus-get-unread-articles-in-group use-package-handler/:defines atomic-chrome-show-edit-buffer rewrap-sexp subfigure flymake-proc-master-make-header-init gnus-summary-mime-map mml-secure-sign-pgp sassoc org-babel-exp-code efs-path-regexp sunrise-commander ido-kill-emacs-hook biblio-hal--forward-bibtex ivy-state-unwind counsel-more-chars-alist markdown-find-previous-block url-queue-prune-old-entries dired-shrink-to-fit magit-ediff-show-working-tree minibuffer-frame-list ido-directory-nonreadable thepath websocket-verify-client-headers haskell-session-choose ~/Documents/org/calsync/jeremiahpeschka-cal\.org semantic-faces message-fill-field sc-cite-original counsel-git-grep-projects-alist text-mode-variant reftex-section-levels gnus-agent-unhook-expire-days target-line projectile-browse-dirty-projects group-assoc custom-browse-face-tag haskell-process-trigger-suggestions beta semantic-idle-summary-mode dabbrev-ignored-buffer-names ivy-set-prompt-text-properties-default locals-visible haskell-interactive-mode-insert byte-compile-warning-prefix haskell-session-buffer-default-dir wisent-print-firsts font-lock-function-name-face atomic-chrome-edit-mode-off-hook haskell-yesod-parse-routes-mode prescient-persist-mode-on-hook :blackout :interrupt meta-tag-class pdf-cache-clear-data-of-pages bibtex-Online make-url-queue--cmacro bibtex-completion-clear-cache ibuffer-shrink-to-minimum-size lsp--cur-line s-contains\? Info-node-description erc-notice-face 0 markdown--marginalize-string info-look remaining websocket-frame-p--cmacro gnus-tmp-moderated-string esh-io :btype pdf-occur-global-minor-mode xref-file-location-p grep-files-aliases company-column ibuffer-mode-filter-group-map Info-isearch-initial-history-list decode-char 0 lsp-ui-peek-find-custom lsp--buffer-uri reftex-default-context-position :opcode flycheck-cfengine-executable widget-default-button-face-get flymake--diag-end pdf-occur-global-minor-mode-hook 0 nnmail-ignore-broken-references ido-default-buffer-method make-package--bi-desc semantic-cache-data-overlays xref--regexp-syntax-dependent-p company-candidates-cache mml-buffer-list :custom-state-set-and-redraw pdf-isearch-current-parameter rx-check-any-string tmp2 counsel-git-cmd truncate-partial-width-windows haskell-command-state--cmacro :textDocument sp-backward-parallel-sexp lsp--annotate epg-context-textmode rmail-install-speedbar-variables re-search-backward-lax-whitespace bibtex-autokey-demangle-name epg-import-result-imported lsp-enable-xref marshal-autoloads counsel-git-grep-action f-append-bytes biblio--as-list ox-extra ido-record-work-file org-agenda-show-scroll-down markdown--string-width json-read-array org-mhe-get-message-folder-from-index hs-set-up-overlay counsel-colors-emacs-history company-timer undo-tree-visualize lsp--parser-queued-notifications debugger-mode-hook overload-obsoleted-since semantic-stickyfunc-mode company-dabbrev-ignore-case jka-compr-byte-compiler-base-file-name nnir-run-imap ffap-copy-string-as-kill w32-fixed-font-alist org-crypt-use-before-save-magic 0 flycheck-display-errors signers complete-listing lazy-highlight-max-at-a-time ibuffer-use-header-line ivy-previous-line-and-call compilation--put-prop org-clock-clock-in org-babel-remove-inline-result preserve-pos package-menu--version-predicate ibuffer-elide-long-columns semantic-overlay-previous-change parsebib--bibtex-identifier sp-state bookmark-bmenu-2-window ivy--virtual-buffers reftex-citation-support reftex-select-with-char set-exclusive-or tablist-push-equal-filter org-agenda-set-restriction-lock link-hook ivy-read-action-format-function counsel-git-branch-list prop mm-destroy-postponed-undisplay-list Info-hide-note-references nnmail-get-new-mail ivy--old-text straight--determine-repo lsp--client-send-sync default-rule haskell-sort-imports lsp-ui-peek-list mode-local--override counsel-rhythmbox let-alist--deep-dot-search projectile-track-known-projects-automatically semantic-imenu-expandable-tag-classes Cycle\ Heading\ Visibility old-undo ibuffer-compile-make-format-form message-header-subject-face ido-restrict-to-matches 0 hydra-window/follow-mode request-update-mark use-package-normalize/:if use-package-list-insert company-cmake-executable-arguments define-lex-regex-type-analyzer semantic-highlight-func-popup-menu reftex-index-phrases-sort-prefers-entry org-agenda-remove-timeranges-from-blocks ad-Advice-tabulated-list-print flymake-proc--included-file-name rainbow-delimiters-depth-9-face --cl-block-lsp--client-string-renderers--cmacro-- biblio--backend semantic-symref-tool-cscope-child-p --cl-block-lsp--workspace-highlight-overlays-- tablist-do-kill-lines haskell-cabal-comment-regexp bindat--unpack-u24r ivy--display-function-prop w3m-current-url auth-source-save-behavior ibuffer-auto-update-changed counsel-linux-app-format-function-default define-abbrev counsel-org-agenda-headlines-action-goto term-default-bg-color article-buffer :op-l message-carefully-insert-headers :stepskip0 cl-help-type writeroom-mode lsp--text-edit-sort-predicate semantic-flex-enable-bol org-journal-new-entry biblio-dblp-backend avy-goto-symbol-1-below markdown-narrow-to-subtree pdf-view-printer-minor-mode reftex-format-ref-function tcvn-unix mouse-buffer-menu-map minibuffer-prompt show-smartparens-mode-hook company-echo-last-msg pop3-mailhost halId_s grunt case-fold :CUSTOM_ID wisent-closure eieio-oset markdown-hide-urls lsp--workspace-client markdown-live-preview-mode-map straight-recipes-apache-mode-version flymake-mode-on-hook bibtex-completion-display-formats rbearing reftex-mode-on-hook byte-compile-noop ido-remove-cached-dir tablist-push-filter company-clang-guess-prefix articles-to-expire reftex-remove-if 0 flycheck-error-group--cmacro gnus-article-babel prolog-inferior 0 pdx\.edu haskell-compilation-mode-map semantic-lex-unterminated-syntax-protection lsp-create-watch interactive-haskell-mode-off-hook idlwave-completion markdown-add-xhtml-header-and-footer explicit-shell-file-name gnus-summary-stop-page-breaking company-tooltip-annotation radian--advice-org-clock-load-automatically package-activated-list gnus-summary-sort-by-recipient fill-french-nobreak-p Next\ Matching\ Item biblio--quote debug--variable-list message-send-mail websocket-format-error :prefix-l haskell-literate-default sp--sgml-ignore-tag ivy-completion-beg -insert-at reftex-index-macros-builtin websocket-close ido-dir-file-cache semantic-lex-debug-analyzers :menu-name grep-mode-syntax-table toolbarx-install-toolbar markdown-reference-goto-link helpful sp-get-sgml-tag websocket-frame-opcode ido-process-ignore-lists-inhibit ledger-font-posting-account-pending-face 0 0 gnus-cite semantic-lex-keyword-put helm-find-files copy-mapper pdf-isearch-search-fun pdf-util-convert-page gnus-permanently-visible-groups rx-** websocket-frame-payload--cmacro next-error-locus :ascii s-replace-regexp mail-source-incoming-file-prefix Unmark\ Calendar b-offset sp-select-next-thing markdown-view-mode-abbrev-table haskell-interactive-popup-error gnus-summary-toggle-truncation Yank\ Original save-places-to-alist chinese-cns11643-2 biblio-doi--crosscite-callback x-resolve-font-name package-lint shut-up ffap-alist doc-view-display char-table gnus-summary-limit-to-extra :file-versions set-visited-file-name flymake-proc--collected-diagnostics at-point rst-faces diary-font-lock-sexps pcomplete-parse-buffer-arguments auth-source-backend--eieio-childp recenter-last-op lsp-ui-peek-always-show ada-gnat message-caesar-buffer-body 0 wisent-clear-log pdf-info-editannot info-lookup-mode lsp--workspace-extra-client-capabilities 0 isearch--state-forward--cmacro composite clojure-cycle-privacy :start-col relts appendix bookmark-maybe-sort-alist minibuffer-allow-text-properties reftex-miscellaneous-configurations bookmark-use-annotations mark-old-buffers pdf-info-renderpage-text-regions object-pool esh-mode markdown-back-to-heading-over-code-block pdf-tools-disable-minor-modes superword-mode-on-hook indentation-point isearch-yank-word sp--get-opening-regexp coq-mode lsp--uninitialize-workspace evil--jumps-window-jumps pcomplete/org-mode/block-option/src tag-implicit-name-match-p magit-commit-instant-squash wisent-log-buffer gnus-method-simplify json-read-file trash cp936-unix haskell-process-name tablist-validate-named-filter url-cookie-domain bibtex-completion-update-strings-ht tablist-filter-parse narrowed-s counsel--linux-apps-cached-files bookmark-record s-word-wrap counsel-outline-action bookmark-error-no-filename em-hist reftex-section-regexp reftex-toc-include-labels url-current-mime-headers ibuffer-filter-by-derived-mode nnimap-log-command debugger-value :silentp flycheck-parse-tslint elfeed-search-mode company-yasnippet system vhdl-naming pr-toggle-spool fillarray pdino sort-coding-systems-predicate error-info strategy semantic/lex-spp reftex-index-select-tag mml-smime global-semantic-stickyfunc-mode-hook eshell-copy-environment Info-directory-toc-nodes Apply\ Phrases\ to\ Region smie--hanging-eolp-function gnus-subscribe-randomly markdown-setup-wiki-link-hooks gcov-header was-command-desc f-split flymake-proc-get-include-dirs-dot 0 debugger--show-locals ibuffer-exchange-filters counsel-directory-name atomic-chrome-edit-mode-hook compilation-num-errors-found elisp--fnsym-in-current-sexp cabal-dir bindat--unpack-u32r haskell-font-lock-symbols pdf-view-display-page haskell-collapse-mode-off-hook psetq undo-tree-visualizer-show-diff default-terminal-coding-system fence radian-fix-whitespace-mode-map undo-tree-mode-hook magit-rebase-interactive pdf-info-query--read-record compilation-lgrep org-journal-mode-abbrev-table abbrev--active-tables Change\ Time\ +1\ hour utils company--capf-workaround ibuffer-make-column-mode wisent-semantic-action url-bug-address :documentation-shown org-use-fast-todo-selection hydra-fontify-head-function index-tag-cell just-this semanticdb-default-save-directory ffap-bib prenote yaoddmuse-get-pagename-table counsel-find-file-map p-day reftex-index-phrases-logical-and-regexp calendar-hebrew-year-Thursday-incomplete-Sunday bizarre cases widget-editable-list-match esh-var eieio--class-name url-util wisent-token-to-string unparseable 0 use-package-\(:type\ git\ :host\ github\ :repo\ \"jwiegley/emacs-async\"\ :package\ \"async\"\ :local-repo\ \"emacs-async\"\)-nil-nil ediff-merg org-bbdb-updated cider-tracing ad-interactive-form ibuffer-old-time company-dabbrev--make-regexp gnus-summary-put-mark-as-read-prev-unread reftex-viewing-cross-references pdf-view-last-page semantic-flex-map-keywords nnir-imap-next-term sp-use-textmode-stringlike-parser-p cl-hash-table-count coord2 biblio--insert-header Buffer-menu-isearch-buffers-regexp c++-include-dir haskell-presentation-present-slot d-dmd in-workspace do-save x-win menu-bar-showhide-fringe-ind-left navigate-menu counsel-find-library-other-frame markdown-mode-map straight--mtimes-dir Copy\ Tag\ to\ Register gnus-summary-high-unread-face markdown-check-refs Refresh\ Package\ List ob-calc :error-explainer mail-header-field-value bibtex-completion-cite-default-command bibtex-autokey flycheck-flake8rc -tree-reduce ivy-occur-mode counsel-locate-cmd-default cedet-menu ido-is-tramp-root cl--loop-bindings flycheck-c/c++-clang-executable org-clock-x11idle-program-name haskell-cabal-buildinfo-fields S-drag-mouse-1 swift-mode:builtin-constant-face ivy-display-function-overlay set-frame-selected-window gnus-uu-mark-sparse errs ibuffer-change-marks completion--styles counsel--fzf-dir isearch\ whole\ document char-or-char-int-p map--make-pcase-bindings no-indent 0 gnus-parameter-ignored-charsets specials frame--size-history biblio-crossref--extract-interesting-fields pdf-view-kill-ring-save reftex-use-fonts offline websocket-verify-headers flycheck-go-vet-print-functions reftex-index-macro-regexp biblio-cleanup-doi auto-revert-notify-rm-watch hydra-plist-get-default diff-hl-insert company-oddmuse-get-page-table global-atomic-chrome-edit-mode-map company--flyspell-workaround-p 0 gnus-summary-buffer-name haskell-string-chomp ibuffer-forward-line lsp--capability--inliner isearch-backward 0 reftex-index-special-chars reftex-info semantic-mode-map -interleave helpful-variable markdown-regex-kbd sp--end-delimiter-closure :magic-fallback haskell-check ibuffer-update-title-and-summary flycheck-proselint-parse-errors f-path-separator sp--post-self-insert-hook-handler magit-define-popup-switch markdown-missing-link-face helm-prefarg spam-crm114 markdown-standalone rlogin irfc-directory company-eclim--candidates on-error flycheck-error-list-info tablist-pretty-print-entry org-rmail-store-link semanticdb-project-database-file-p parse-time-zoneinfo Fold\ Tag bibtex-completion-notes-mode-set-explicitly reftex-toc-recenter rmail-kill-label wisent-ISTOKEN notice pdf-util-convert-program -reductions-r-from superword-mode-off-hook org-clock-file-time-cell-format undo-tree-root--cmacro straight-disable-autoloads load-error org-clock-get-clock-string 0 cps--trace cl-find-method grep-template use-package--form flycheck-eslint--find-working-directory ivy-done smartparens-enabled-hook semanticdb-abstract-table-child-p haskell-interactive-mode-splices-buffer almost-quietly undo-tree-visualizer-select-right secure iso-2022-jp-1978-irv-mac atomic-chrome-start-httpd pdf-view-auto-slice-minor-mode-on-hook cl--macroexp-fboundp hide-sublevels bookmark-bmenu-set-header Third\ Level\ atx package-make-builtin--cmacro company-template-field-at xref-item--eieio-childp bibtex-include-OPTcrossref cp864 sub-form puny-adapt flycheck-mode-on-hook gnus-group-no-more-groups-hook company-auto-begin haskell-cabal-find-or-create-source-file package-menu-hide-low-priority senator-transpose-tags-up org-babel-expand-src-block-maybe ace-window-autoloads straight-recipes-elisp-refs-version electric-quote-chars :opp-l xdg-config-home haskell-cabal-line-filename ido-file-lessp eshell-mode ivy-sort-function-buffer ivy-switch-buffer-transformer counsel-org-agenda-headlines-history markup-typewriter-face rx-group-if a-date character\ set flymake-proc-master-file-dirs pdf-view-shrink flymake-proc--output-buffer left-to-receive quick-calc mime ffap-bug 0 mc/mark-all-symbols-like-this-in-defun pdf-misc-size-indication-minor-mode-hook straight-recipes-ivy-version projectile-project-compilation-dir Inline\ PGP 0 erc-capab Session\ Ticket :certificate lsp--parser-body-received pdf-links-action-perform split-name gnus-backlog-request-article alphanumeric toph tablist-flag-forward smartparens-strict-mode-set-explicitly not-word-boundary haskell-cabal-compute-checksum semantic-list esh-module window-bottom-divider-width occur-edit-mode ivy-current-prefix-arg minp reftex-end-of-bib-entry flycheck-tcl-nagelfar-executable url-queue-buffer 0 cmd-opts lsp-print-io flymake-proc-err-line-patterns lynx _char expunge/save company-template-nav-map 0 bookmark-version-control flycheck-cwl-executable rotate-frame-anticlockwise auth-source-secrets-listify-pattern mode-func counsel-yank-pop-height semantic-number-expression enriched org-ctags erc-timestamp-face lsp-diagnostic-message--cmacro appt-disp-window-function lsp-error with-no-warnings compilation-skip-none unmorse-region lookup semantic-tag-include-filename-default gnus-group-news-1-low xref-buffer-location-child-p pdf-misc-print-programm gnus-article-highlight astron gnus-article-mode-line-format semantic-highlight-edits-mode smex-initialize magit-ediff Unmark nset-difference PCL tablist-operation-available-p nnmail-article-group epg-import-status-reason--cmacro rx-not-char gnus-article-date-original xref--alistify use-package-\(:host\ github\ :repo\ \"raxod502/blackout\"\ :package\ \"blackout\"\ :type\ git\ :local-repo\ \"blackout\"\)-nil-nil use-package-error :current rwidth reftex-arg-index-tag PCX Toggle\ Task\ List\ Item sp-undo-pairs-separately org-element-underline-interpreter 0 gnus-group-expire-articles-1 term-color-red company-eclim--project-name stumpwm-mode git-repo lsp--server-capabilities send-sync gnus-group-news-4-low ffip-copy-org-file-link PEF gnus-article-date-local haskell-interactive-mode-expr-result org-journal-calendar-scheduled-face company-mode-on flycheck-verify tmm-km-list undo-tree-move-backward ibuffer-do-replace-regexp org-attach-directory flymake-no-changes-timeout epa-passphrase-callback-function mm-view naked-address xref-backend-functions pdf-view-jump-to-register magit-bisect-skip lsp--workspace-buffers--cmacro url-directory-files 0 org-clock-update-mode-line company-dabbrev-ignore-invisible rescall journalPublisher_s org-mhe-get-message-real-folder grep-find-template org-complex-heading-regexp-format sp-do-move-op semantic-stickyfunc-header-line-format long-form grep-save-buffers reftex-toc-split-windows-fraction gnus-article-sort-by-marks counsel-linux-app-action-file bias spam-autodetect-methods lsp-ui-doc-mode-map websocket-on-message reftex-what-macro-safe package-menu-hide-package ibuffer-skip-properties flycheck-temp-file-inplace new-window 0 wgrep-reject-face orgtbl-exp-regexp display-time-mail-function org-mhe-open snippet-mode scroll-bar-drag-1 bindat--unpack-group haskell-doc-mode gnus-score-kill ivy--sources-list occur-mode-map websocket-incomplete-frame pdf-util-face-colors mail-hist-put-headers-into-history :end_pos markdown-regex-gfm-checkbox lastq solid 0 org-get-agenda-file-buffer semantic-tag-new-code projectile--read-search-string-with-default semantic-read-symbol reftex-move-to-next-arg rmail-automatic-folder-directives TeX-mode-alist ibuffer-insert-filter-group-before org-clocking-buffer PIN org-clock-task-overrun 0 org-src-lang-modes -powerset ffap-c++-path esup company--scrollpos-line fstring org-agenda-get-day-face message-send magit-refs pdf-occur-dired-minor-mode-hook tokensetsize all-the-icons-faicon PC-complete-word gnus-summary-first-unread-subject em-banner flycheck-handle-change tablist-save-marks gnus-summary-default-low-score straight-recipes-flycheck-version ido-edit-input ibuffer-mark-region-or-n-with-char company-complete-common python-shell-interpreter package-make-ac-desc--cmacro 0 undo-tree-node-char-lwidth avy--make-backgrounds hydra-show-hint package--ac-desc-summary--cmacro haskell-completions-sync-repl-completion-at-point markdown-visual-lines-between-points websocket-inflight-input--cmacro search-str vhdl-highlight ctext-post-read-conversion nontermsym pdf-util-scale-pixel-to-relative pdf-cache--data-put pdf-util custom-group-mark-to-reset-standard texnfo-upd dired-isearch-filenames sp--pair-to-insert define-symbol-macro reftex-notice-new company--preprocess-candidates counsel-evil-registers-action straight--autoloads-file projectile-ag org-occur-case-fold-search 0 flymake-proc-stop-all-syntax-checks straight-use-package--straight-handler pdf-isearch-batch-mode-hook ivy-state-text--cmacro ivy-use-ignore-default bookmarks emacs-terminology flycheck-config-file-var eieio-custom 0 flycheck-gfortran-args sp-extract-after-sexp describe-function-orig-buffer ibuffer-mark-by-name-regexp semantic-lex-token-class tablist-column-name-history undo-tree-region-data-undo-beginning dired-sort-other gnus-summary-display-article radian-show-git-mode-map reftex-toc-split-windows-horizontally-fraction vc-before-save ibuffer-filters-to-filter-group 0 spam-group-spam-contents-p Edit\ Source\ Example windmove-find-other-window tibetan-vowel-transcription-alist 0 --cl-block-make-lsp-diagnostic-- --cl-block-lsp--workspace-parser-- straight--build-keywords package-desc-summary--cmacro flycheck-explain-error-at-point mm-save-part-to-file sql-sqlint tags-location-ring epg-encrypt-file browse-url-kde-program counsel-describe-symbol-history straight--process-get-return-code matchdatatype swiper--extract-matches bmk-record :org-clock-force-headline-inclusion gnus-newsgroup-last-directory pdf-isearch-active-mode-map company-clang--build-complete-args newsticker-ticker x-handle-geometry radian--advice-esup-unwrap-init-file ibuffer-filter-group tablist-minor-mode radian--flycheck-typescript-setup semantic-highlight-func-mode-hook recentf-expand-file-name magit-git-success semantic-speedbar-analysis tar-parse-info copiousoutput when-no-clock-is-running current-code-action-params 0 eieio-hook Do\ Children\ sequentially background-purple cl-position-if-not hash-key semantic-lex-symbol-or-keyword ido-cache-unc-valid browse-url-generic-program pdf-tools-debug Encrypt-then-MAC projectile-file-cached-p use-package-handler/:straight haskell-interactive-types-for-show-ambiguous gnus-summary-next-article haskell-process-prompt-restart gnus-summary-backend-map vhdl-testbench Not company-preview-search less-stylelint bibtex-completion-insert-citation haskell-compilation-mode-abbrev-table wisent-noninteractive ref-params company-template--after-clear-c-like-field semantic-showing-unmatched-syntax-p pval ivy-magic-slash-non-match-cd-selected ivy-prescient-mode-off-hook gnus-summary-lower-same-subject wisent-lalr straight-vc-normalize url-insert maxgap sort-coding-systems flycheck-get-output global-subword-mode-off-hook project-combine-directories company--row Global\ Actions org-activate-mark --partition-by find-file-in-current-directory :purecopy gnus-list-range-intersection add-inherited -iterate reg-usage to-split smex-ido-cache backend Buffer-menu-view :cant-slurp straight--process-run-p semantic-tag-copy widget-field-use-before-change lsp--shutdown-cur-workspace kotlin-mode flycheck-command-wrapper-function append-end parse-time-string-chars semantic-tag-clone 0 symlink company-template-field cl-struct-package-desc-tags bookmark-bmenu-surreptitiously-rebuild-list markup-error-face helm-separator gnus-with-article reftex-set-dirty haskell-session-new strikeout use-package-expand-minimally eieio-change-class compilation--message paragraph-indent-text-mode-hook class-parents xref-item 0 org-log-note-purpose widget-radio-value-inline url-request-noninteractive gnus-thread-sort-by-recipient Info-search-next elfeed company--search-update-string flymake-warning-bitmap wisent-new-log-flag macros-with-labels gnus-summary-put-mark-as-expirable-next auto-insert-alist markdown-end-of-text-block semantic-stickyfunc-show-only-functions-p biblio ido-completion-buffer-all-completions file-notify--watch-directory--cmacro reftex-cite-punctuation comparing s-index-of cl--make-slot-descriptor--cmacro enable-name bird markdown-regex-html-attr pdf-util-hexcolor Info-menu-last-node interactive-haskell-mode gnus-sort-threads done\? ripgrep-autoloads n-lines windmove document-changes ag-ignore-list s-trim-right semantic-tag-type-interfaces org-resolve-clocks-if-idle haskell-lexeme-char-literal-inside done-ok menu-bar-showhide-fringe-menu-customize org-table-insert-row background-orange ange-cache custom-variable-button-face ad-lambda-p radian-find-zshrc-other-window utility company-template-forward-field pdf-tools reftex-create-bibtex-header package--autoloads-file-name argument markdown-fontify-gfm-code-blocks feed 0 bibtex-completion-get-entry lsp--make-diag make-frame-on-display org-src-mode gnus-group-quick-select-group message-fetch-field ivy-switch-buffer-faces-alist haskell-decl-scan-mode url-queue-cbargs--cmacro bibtex-completion-remove-duplicated-fields org-remove-subtree-entries-from-agenda flymake-menu tibetan-regexp Export\ &\ View source-original nnimap-connection-alist pheight symlist start-x start-y reftex-index-macro-alist 0 renamed-from Week\ View gnus-newsgroup-replied company-tooltip--lines-update-offset semantic-go-to-tag 0 bookmark-default-handler nreds --cl-block-lsp--registered-capability-id-- nnheader-concat ffap-host-to-filename reftex-cite-cleanup-optional-args reftex-index-face semantic-complete-jump-local-members wisent-RESETBIT :trigger $nterm BibTeX-auto-store hs-inside-comment-p rx-any url-cookie-localpart ibuffer-loaddefs bongo-mode wisent-set-shift-table smartparens-lua 0 flymake--backend-state-disabled--cmacro utmoment gnus-method-history wisent-BITS-PER-WORD biblio-completing-read mac-compose-gstring-for-text-style-variation biblio-hal--extract-interesting-fields org-fontify-done-headline company-prescient-mode-hook bibtex-entry org-w3m-get-anchor-start reftex-last-used-reference ido-file-history url-expand-file-name company-dabbrev-minimum-length display-mm-width day-seconds 0 hydra-ibuffer-sort/hint prettify-symbols-mode-set-explicitly 0 tags-apropos-function flycheck-explain-error-buffer typescript-mode my-func hydra-window/windmove-right bookmark-bmenu-filter-alist-by-regexp pdf-cache-lookup-image global-hl-line-sticky-flag x-symbol-mode reftex-file-extensions ivy-faces traceroute hydra-face-red gnus-summary-universal-argument c-subword-mode haskell-session-name haskell-interactive-mode-compile-message json--with-indentation company-search-map custom-variable-action company--force-sync el-patch-locate-function gnus-ding-file-coding-system pdf-isearch-mode-cleanup message-insert-citation-line 0 whitespace-hspace file1 erc-track gnus-marked parse-iso8601-time-string haskell-type-face python-pkg semantic-lex-debug-break gnus-summary-reparent-children markdown-match-fenced-end-code-block tablist-skip-invisible-entries haskell-cabal-add-build-dependency reftex-select-external-document EasyPG\ manual do-sort-by-major-mode ivy--yank-by mule-unicode-e000-ffff comint-write-input-ring qresync lsp-no-content-length no-connect thismonth internal-default-process-filter websocket-get-bytes ivy-completion-end widget-inactive CMU\ Typewriter\ Text widget-color--choose-action semanticdb-current-table Find\ Unused\ References lsp-mode-map hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 4\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) lsp--path-to-uri calendar-date \\cite browse-url-firefox-new-window-is-tab counsel-yank-pop-truncate-radius f-exists-p haskell-msg-type gfm-view-mode-hook widget-delete-button-action name-method sp-delayed-pair 0 custom-face-edit-value-create lsp-ui-doc--inline-pos rmail-continue tablist-context-window-display-action lv-separator crossref-key help-customize-variable reftex-silence-toc-markers ibuffer-mark-modified-buffers flymake-proc-master-tex-init 0 let-alist-autoloads ibuffer-toggle-sorting-mode -butlast flycheck-error-list-next-error-pos mouse-drag 0 :test-dir org-radio-target-regexp restart-emacs--frame-restore-args markdown-hide-sublevels tablist-edit-end 0 interactive-haskell-mode-on-hook select-tags-table-quit generation Emphasis\.\.\. assoc-if flycheck-perform-deferred-syntax-check url-confirmation-func RCS package-desc-dir--cmacro elfeed-search-feed-face org-clocktable-write-default flycheck--handle-idle-trigger rmail-mime-render-html-function haskell-cabal-goto-executable-section copy-hash-table orig-point ruleset :delimiter-in-string do-query-replace use-package-plist-delete haskell-process-cd eieio--class-slots pdf-occur-search domino-tile field-value tree gnus-add-text-properties-when semantic-before-auto-parse-hooks bookmark-bmenu-execute-deletions flymake-disabled-backends flycheck-error-new projectile-maybe-read-command json-advance--inliner ibuffer-add-to-tmp-show lsp--will-save-text-document-params--inliner reftex-search-unrecursed-path-first counsel-git-occur insert-file-literally 0 keyfreq-file nnir-run-hyrex semantic-highlight-func-mode-map ido-sort-merged-list message-strip-subject-encoded-words ido-enable-virtual-buffers test-suffix flymake-log-level arduino-mode --cl-block-el-patch-deftype-- edit-frame WEBARCHIVE lsp-invalid-header-name help--key-binding-keymap _candidate org-call-with-arg inline--error s-equals\? ivy-state-window--cmacro 0 use-package-statistics-time Info-index-alternatives nitemset 0 Default org-bullets-autoloads debugger-reenable pcase--expand extras ido-make-file-list-hook url-file-attributes inhibit-field-text-motion straight-watcher-process-buffer undo-auto--last-boundary-amalgamating-number eshell-group-name semantic-make-overlay ibuffer-compressed-file-name-regexp derived-mode-syntax-table-name global-atomic-chrome-edit-mode-enable-in-buffers global-font-lock-mode-check-buffers markdown-use-region-p pcomplete-unquote-argument-function minibuf-eldef bindat--pack-u8 org-journal-file-pattern markdown-tilde-fence-end custom-unloaded-symbol-p mm-handle-undisplayer semantic-init-hook haskell-string-literal-encode pdf-info-interrupt rprec bookmark-bmenu-locate hydra--generate-matrix straight-recipes-find-file-in-project-version by\ Year pushnew company-mode-off-hook trim semanticdb-database-typecache-child-p start-var browse-url-galeon-new-window-is-tab flycheck-go-golint-executable mail-source-crash-box haskell-cabal from-utf-16 wrap-tag gui--last-selected-text-primary reftex-index-phrases-wrap-long-lines nrest read-hide-char helpful-key whitespace-trailing gnus-group-sort-selected-groups-by-unread use-package-\(:files\ \(\"gitignore-mode\.el\"\)\ :package\ \"gitignore-mode\"\ :local-repo\ \"git-modes\"\ :type\ git\ :repo\ \"magit/git-modes\"\ :host\ github\)-nil-nil haskell-process-parse-error 0 gnus-diary s-shared-start :matcher linum-mode window-normalize-buffer flycheck-luacheckrc :return 0 org-journal-search timezone set-core-accessing-symbol image-mode-as-hex wisent-set-item-number radian--cider-dump-nrepl-server-log haskell-mode-message-line biblio-join-1 websocket-version RLA gnus-tmp-thread-tree-header-string Distribution haskell-cabal-get-dir ivy-function-called-at-point debugger-frame messages-head package-read-from-string markdown-indent-line challenge browse-url-temp-file-name ido-undo-merge-work-directory mml-insert-multipart gnus-group-edit-global-kill websocket-negotiated-protocols semantic-lex-types semanticdb-find-test-translate-path ediff-init package-menu-execute custom-display prime-bits bibtex-completion-format-citation-org-link-to-PDF cider-mode lsp-ui-peek-mode-map replacements s-equals-p :page use-package-normalize/:init/el-patch custom-mode-map ibuffer-header-line-format biblio--nonempty-string-p gnus-slave-no-server all-header use-package-normalize/:custom-face flymake-proc--find-possible-master-files ffip lsp--sort-completions gnus-summary-mark-unread-as-ticked with-editor--envvar pdf-view-previous-page-command biblio--extract-errors set-selected-text company-last-metadata notdeadline xref--insert-propertized wisent-generate-states package--get-deps biblio-dissemin--lookup-record subst-if notmuch-search-mode utmin haskell-presentation-mode-hook Preview counsel-package rainbow-delimiters--apply-color 0 sh-kw allout-keybindings org-agenda-prefix-format reftex-type-query-prompt sp--inferior-haskell-mode-backward-bound-fn projectile-read-buffer-to-switch cl--pcase-mutually-exclusive-p :custom-style gnus-score-save jikes-line markdown-mode-autoloads tablist-sort ivy-partial-or-done reftex-save-all-document-buffers avy-lead-face-0 avy-lead-face-1 content-to-copy org-export-general 0 char-height biblio-dissemin--suggest-upload 0 ido-file-completion-map bibtex-completion-get-value sp--post-command-hook-handler eieio--class-slot-initarg texinfo-mode flycheck-hooks-alist eshell-current-ange-uids flycheck-has-max-current-errors-p nnmail-cache-buffer current-frame rainbow-delimiters-outermost-only-face-count 0 wisent-total-conflicts straight-recipes-flycheck-irony-version haskell-command-complete--cmacro org-registry-show ibuffer-never-search-content-mode 0 exit-function \.path -map-last buffer-face-mode Info-mouse-scroll-down max-s1 :after-hook term-color-black tablist-do-delete org-mac-chrome-insert-frontmost-url flycheck-indication-mode magit-run-git-gui lsp-ui-sideline--get-renderer radian--clipboard-last-copy counsel-rhythmbox-songs semantic-default-elisp-setup flycheck-checker-executable ffap-shell-prompt-regexp sp-wrap--initialize dabbrev--last-buffer biblio--search-result-marker-regexp go-errcheck semantic-equivalent-tag-p org-edit-fixed-width-region-mode epg-import-result lsp--cur-position org-edit-fixed-width-region semantic--before-fetch-tags-hook hydra-key-doc-function 0 lsp-define-whitelist-remove tablist-filter-op-numeric --cl-block-make-lsp--client-- SCR :asc lv-delete-window rfc2047-allow-incomplete-encoded-text markdown-regex-comment-end list-length parse-end org-shiftmetaright-hook clojure-move-to-let overwrite tablist-name-current-filter org-bibtex-treat-headline-as-title org-beginning-of-item newst-plainview auto-insert-directory calendar-chinese-mark-date-pattern stripped-name org-check-external-command search-expression true counsel-descbinds-history lsp--parser-read 0 ibuffer-kill-filter-group org-journal flycheck-previous-error haskell-font-lock-symbols-alist pdf-view-printer-minor-mode-map security haskell-lexeme-qsym to-marks add-saved-filters :visualizer company-clang--annotation sp--with-case-sensitive sp--get-string-or-comment-bounds bibtex-parse-idle-timer mksym gnus-newsgroup-ignored-charsets ivy--input org-agenda-mode-hook 0 haskell-align-imports-line-match-it haskell-check-command lsp-ui-doc-mode ivy-cleanup-string c-mode-hook org-extract-log-state-settings show-smartparens-mode org-clock--mode-line-heading doc-buffer timezone-parse-date ffap-read-only-other-window semanticdb-database-typecache browse-url-chromium-program haskell-last-overlay-in-if repos-end xref-etags-mode--saved RWL make-instance bibtex-completion-apa-format-editors pdf-view-dark-minor-mode lsp--set-sync-method 0 ibuffer-filter-group-name winner-mode-map :rangeLength company-mode-set-explicitly reftex-ref-style-activate 0 reftex-select-bib-mode ibuffer-insert-filter-group flymake-simple-cleanup sesman-system message-unique-id org-element-plain-list-parser ibuffer-make-column-modified counsel--M-x-prompt dired-async-do-hardlink -tails lsp-inhibit-message lsp-capability-not-supported haskell-cabal-section shift haskell-cabal-mode use-package-verbose burma pdf-isearch-batch-mode epg-user-id-signature-list form-at-point 0 company-preview-overlay pdf-view-mouse-extend-region reftex-nicify-text markdown-header-scaling-values whitespace-space-before-tab Go\ Backward sp--strict-regexp-quote org-bibtex-fields p-month 0 \\index --cl-block-straight-vc-git-check-out-commit-- company-tooltip-idle-delay reftex-select-bib-mode-hook websocket-mask haskell-cabal-add-indentation 0 extract add-to-list--anon-cmacro slime-symbol-end-pos url-automatic-caching 0 ibuffer-included-in-filter-p cl-struct-cl--random-state-tags lsp--client-request-handlers--cmacro comint--match-partial-filename epg-new-signature-digest-algorithm--cmacro tablist-edit swiper--opoint nnmail-split-abbrev-alist tablist-revert f-filename hindent-mode-hook custom-group-link-action semantic-lex-debug pdf-view-mode-map cider-lein-parameters ede-minor-mode markdown-table-delete-column straight-transaction rmail-highlight highlight-indentation-current-column-mode gnus-summary-wash-deuglify-map ivy-state-buffer ---truthy\? menu-bar-make-toggle ivy-yank-symbol Custom lsp--enable-stdio-client ibuffer-add-to-tmp-hide zerodark-modeline-modified gnus-request-group gnus-summary-sort-by-date ibuffer-mouse-filter-by-mode company-dummy-event vr/select-mc-mark nnimap-request-move-article interactive-haskell-mode-hook colir-blend reftex-typekey-to-prefix-alist semanticdb-without-unloaded-file-searches asciidoc irix First\ Level\ Setext :break rainbow-delimiters-unmatched-face mm-copy-to-buffer company-semantic-begin-after-member-access custom-get restart-args biblio-arxiv--entryp flycheck-llvm-llc-executable reftex-index-info 0 company-dabbrev 0 gnus-auto-expirable-newsgroups not-case-fold biblio--selection-first pdf-info-getattachments gnus-draft-buffer moose semantic-change-function company-dabbrev-ignore-buffers lowest reftex-in-comment ffip-split-window-horizontally mode-local-parent sh-canonicalize-shell lsp-ui-peek--goto-xref flycheck-go-gofmt-executable gnus-splash-svg-color-symbols ivy--preselect-index subword-capitalize reftex-string-to-label reftex-location-start oldvaralias dired-kill-subdir 0 semantic-tag-bounds Info--search-loop flycheck-error-column subword-mode-map picolisp package-description strokes-do-stroke flymake-after-save-hook semantic-lex-type-value counsel-describe-function-function lsp-ui-peek--toggle-hidden markdown-view-mode use-package-normalize-recursive-symlist comment-inline-offset company--should-complete reftex-is-multi ibuffer-read-filter-group-name nnimap-newlinep--cmacro custom-group-state-set-and-redraw flycheck-emacs-lisp-check-form reftex-tex-path auto-revert-mode-off-hook custom-tag-mouse-down-action sentence calendar-hebrew-yahrzeit cmd-list \.payload\.title org-heading-keyword-maybe-regexp-format SQL org-clock-marker projectile-sort-by-recentf-first tq-filter org-bullets-level-char customize-package-emacs-version nsm-check-tls-connection s-center debugger-batch-max-lines rg-result lineage dash--match-cons-get-cdr haskell-mode-tag-find run-command flycheck-parse-xml-region company-selection-changed package-desc-p--cmacro ffap-newsgroup-regexp jabber-activity-personal-face company-pseudo-tooltip-guard SRP gnus-simplify-subject-fuzzy org-irc-client counsel-projectile-mode wisent-parse-nonterminals projectile-project-types f-depth find-dired-filter ivy-occur-read-action ivy--recompute-index haskell-completions-can-grab-prefix eshell-host-timestamp use-package--warning103 use-package--warning104 use-package--warning105 ivy-thing-at-point use-package--warning107 org-clocktable-indent-string abbrev-re :on-error compiling magit-stage-modified company-search-lighter s-join level-exp hydra-props-alist use-package--warning111 pdf-view-active-region use-package--warning113 custom-menu hydra--delete-duplicates use-package--warning116 use-package--warning117 global-auto-revert-mode-off-hook use-package--warning119 straight-recipes-f-version capabilities rx-eval elisp-byte-code-mode-hook eieio-defgeneric message-send-via-mail bibtex-completion-buffer-visiting use-package--warning121 ruby-mode-hook ffap-guesser company-semantic--current-tags custom-toggle-hide-variable gnus-topic-topology lsp-ui-imenu--make-line isbn newsrc-file nofail ibuffer-or-filter straight-recipes-company-irony-c-headers-version flycheck-verification-result global-hl-line-overlays grep-files-history byte-compile-or company-cmake--candidates-cache reftex-toc-follow-mode :arguments biblio--selection-copy-quit ad-Advice-tabulated-list-init-header diary-comment-end markdown-ensure-blank-line-before ido-is-ftp-directory 0 :custom-reset-current adopt resume: Ref haskell-indentation-add-where-post-indent is-multi company-eclim--search-point subexp-depth :error-form tablist-edit-column-quit bibtex-start-of-field Copy\ region highlight-changes-mode outlines package-desc-from-define org-journal-search-history widget-parent-action org-in-clocktable-p haskell-session-set-cabal-dir ffap-file-remote-p biblio--selection-forward-bibtex straight-register-package python-completion-complete-at-point Info-index-next mode-local-map-mode-buffers vc-prefix-map marshal reftex-index-phrase-selection-or-word ivy-state-predicate--cmacro delannot lua-mode websocket-frame-opcode--cmacro fancybox Browse\ RefTeX\ Group windmove-wrap-loc-for-movement org-open-file-with-system hydra-ibuffer-action/ibuffer-do-query-replace-regexp-and-exit Info-virtual-nodes schedule-buffer counsel-list-processes-action-switch electric-pair-syntax-info org-drag-line-forward company-begin-with smartparens-org whole-subject radian-reload-init straight-vc-git--popup counsel-org-headline-display-todo straight-recipes-osx-trash-version Forward\ 1\ Year hydra-ibuffer-filter/ibuffer-filter-by-content avy-candidate-beg wisent-compute-FOLLOWS utf-8-emacs-mac filled-square speedbar-faces websocket-create-headers word-end gnus-group-news-2-empty electric-pair-inhibit-predicate atomic-chrome-edit-mode-set-explicitly markdown-get-unused-refs --cl-block-lsp-diagnostic-column--cmacro-- semantic-run-mode-hooks Info-isearch-end inline--dont-quote :last-syntax-ppss-point metamail-interpret-body ref-dep sp--skip-match-p :max-key-len company-template-declare-template nsm-level cl-member-if-not org-irc-get-current-erc-port sparse :filter-multibyte auth-source-netrc-cache swiper-match-face-3 swiper-match-face-4 mh-sequences no-littering-var-directory gnus-buffer-live-p custom-unlispify-tag-names markdown-table-next-row Index-Shortcut lsp--registered-capability counsel-evil-registers-height auto-revert-tail-mode-map ivy--sort bibtex-pop-next-search-point wisent-check-$N notmuch-tree-mode entry-path org-capture-templates-contexts org-agenda-clockreport-mode setup-indian-environment-map use-package-autoloads-mode lsp--client-enable-function--cmacro class-name use-package-handler/:requires rx-constituents 0 straight-recipes-swiper-version org-category syntactic-keywords ido-toggle-trace flycheck-sh-shellcheck-executable markdown-make-regex-link-generic company-search-string flycheck-puppet-lint-disabled-checks company-tooltip-selection flycheck-may-enable-checker markdown-regex-header el-patch-remove debugger-list-functions 0 nushu sp-no-reindent-after-kill-modes emacs-mime lm-authors cl--struct-epg-sub-key-p org-last-state sp--looking-back gnus-variable-list :original pdf-history-end-of-history-p hydra-disable set-core-nitems ibuffer-ext-visible-p magit-diff-file-heading-highlight flycheck-error-pos nnmail-split lsp--send-open-close-p ido-fractionp ido-trace ivy-highlight-grep-commands semantic-flex-keywords-obarray php-phpcs epg-context filter-or-empty radian--mode-line-right custom-group-reset-standard minibuffer-completing-symbol initialize-instance isp1 bibtex-completion-browser-function fullness atomic-chrome-edit-mode-on-hook oref-default biblio-doi-forward-bibtex haskell-interactive-mode-set-prompt uniquify--rename-buffer-advice :col org-journal-time-format-post-midnight set-shifts-shifts save-place-loaded gnus-spam-autodetect-methods 0 haskell-process-set-process imenu--relative-position company-space-strings delayed-hook gnus-newsgroup-variables markdown-bold-face counsel-ibuffer-visit-ibuffer eshell-ls-executable undo-tree-node-char-rwidth s-lex-format minmax ido-read-internal haskell-font-lock-quasi-quote-modes gnus-summary-limit-include-matching-articles projectile-file-exists-cache 0 0 reftex-toc-include-index-entries ido-use-virtual-buffers show-smartparens-mode-on-hook presentation-id Row company-time-limit-while-counter entry-key mail-header cljr-project-clean mod* setf-documentation smartparens-pkg ivy-bibtex-display-transformer :beginning sp-backward-sexp delayed-insertion reftex-highlight typename fetch-overload ace-select-window pcvs-parse haskell-commands hydra-ibuffer-mark/body ob-csharp vhdl-ghdl output-file projectile-configure-project wisent-useful-production hs-minor-mode-menu part-info inflections hl-line-unhighlight sp-restrict-to-pairs-interactive eieio--generic-subclass-generalizer newsticker-plainview-hooks Ethiopic\ Date gnus-check-server perl--Pod::Checker font-lock-fontify-syntactic-anchored-keywords itag pdf-view-registerv-make 0 ido-completion-buffer-full password-store wisent-errok ivy--old-cursor-type mark-by-name-regexp lsp-ui-peek--peek-new sp-gfm-electric-backquote-p lsp--client-default-renderer--cmacro dash--match-ignore-place-p ivy-state-keymap semantic-lex-one-token haskell-presentation-clear counsel-shell-history letf* reftex-use-multiple-selection-buffers mm-inhibit-auto-detect-attachment pdf-isearch-closest-match markdown-unfontify-region-wiki-links avl-tree--create--cmacro company-template--buffer-templates compilation-mode-line-errors ffap-replace-file-component pdf-view-image-size mml-attach-external re-only :def --cl-block-lsp--workspace-root-- company--should-continue flycheck-temp-directory 0 next-file-list yas-verbosity dabbrev-check-other-buffers compilation-set-window deleted semantic-foreign-tag outline-insert-heading-hook company-semantic-modes shifts-shifts lsp-ui-doc-border ido-make-dir-list sp-next-sexp startwin cl-print-readably gnus-summary-quit :jump-func --cl-block-url-type-- semantic-overlay-end straight-recipes-projectile-version Automatic\ Info ob-oz bmrk ido-try-merged-list ffap-rfc-path counsel-bookmark markdown-insert-kbd projectile-idle-timer company-bbdb :counter mm-destroy-parts Spell\ Checking semantic-overlays-at set-core-link :with haskell-auto-insert-module-template php-phpmd swift-mode:basic-offset reftex-kill-buffer flycheck-error-list-make-number-cell straight-recipes-dash-version ivy--highlight-fuzzy UID iter find-function-source-path :comment-widget ebnf-production org-todo-blocked background flycheck-may-use-echo-area-p 0 Tags\ and\ Properties url-cookie-list semantic-idle ignore-words period-end message-prune-recipients org-journal-calendar-entry-face org-agenda-skip-timestamp-if-deadline-is-shown biblio-metadata websocket-intersect gh-search epg--status-DECRYPTION_FAILED straight--expand-files-directive-internal viper-search semantic-lex avy-kill-ring-save-whole-line swiper-autoloads biblio-alist-get org-clock-drawer-name normal-erase-is-backspace-mode-off-hook projectile-project-vcs ivy--regex-ignore-order markdown-table-delete-row haskell-cabal-visit-file tablist-apply-filter straight-recipes-company-tern-version bookmark-prop-set ido-temp-list background-darker mark-read-only-buffers auth-source-user-or-password :constructor-flag ace-link--eww-action Info-speedbar-menu-items reftex-use-external-file-finders gnus-tmp-marked-mark semantic-displayor-tooltip-initial-max-tags biblio-arxiv--extract-interesting-fields straight--insert stop-subjob bibtex-completion-format-entry gnus-summary-execute-command doc-view-set-slice pdf-occur-buffer-mode-syntax-table 0 biblio-autoloads ibuffer-default-sorting-reversep postnote package-status-avail-obso gnus-subscribe-topics 0 markdown-mode-info semanticdb-find-adebug-lost-includes lsp-haskell-process-args-hie mon1 flycheck-display-error-explanation flycheck-overlay-category js2-skip-preprocessor-directives lsp-diagnostic-p--cmacro layout-end cljr-update-project-dependency company-common gnus-outlook-deuglify :valid-from biblio--bibtex-entry-format auto-revert-notify-watch-descriptor url-lazy-message-time haskell-process-hayoo-query-url counsel-url-expand exists exited debugger--insert-locals 0 haskell-process-completions-at-point straight-use-package-mode-on-hook company-semantic-doc-or-summary create-directory pdf-isearch--hl-matches-tick wisent-post-parse-hook flymake--schedule-timer-maybe cl--wrap-in-nil-block dired-maybe-insert-subdir parsebib-autoloads include-re helm-buffer-file s-collapse-whitespace char-table-extra-slot omnisharp-cache-directory counsel-grep-base-command nlines swiper--candidates :interfaces counsel-list-processes anchored-regexp time-eq sp-push-hybrid-sexp tablist-column-property ivy-prescient-mode-hook doc-view-document->bitmap company--create-lines unary-operator gnus-error company-pseudo-tooltip-show :throws counsel-fzf-occur flymake--diag-text some-match pdf-view-scale-reset bibtex-completion-pdf-extension writable-annotations backend-name flymake-proc-check-file-limit pdf-view-mark-whole-page frame-configuration-to-register pdf-view-register-alist fill nnimap-insert-partial-structure 0 counsel-git-grep-function org-self-insert-cluster-for-undo 0 ido-add-virtual-buffers-to-list labelfmt Display\ Metadata cl--struct-epg-import-result-p hydra-window/body newline-too ido-auto-merge-work-directories-length nnir-article-number ido-magic-delete-char org-irc-erc-store-link straight-use-package-no-build cnt-opt :invalidOptionWarnings global-auto-composition-mode \(setf\ seq-elt\) pdf-view-dark-minor-mode-on-hook symbol-start display-time-use-mail-icon xref-make-buffer-location reftex-idle-time nnheader-insert-nov oracle URL url-recreate-url-attributes semantic-install-function-overrides lsp--server-capabilities--inliner straight-check-all org-find-open-clocks request-accept-article pdf-cache--image/page gnus-summary-last-subject inhibit-next flycheck-hlint-ignore-rules haskell-ident-at-point persp-save-dir custom-variable-reset-standard use-package-handler/:config/el-patch lsp-ui-peek-expand-function global-font-lock-mode global-semantic-highlight-edits-mode-on-hook eshell-buffer-name helm-make-source org-scheduled-previously gnus-async-request-fetched-article :service nomatch rmail-set-message-counters browse-url-epiphany pop-filter peach semantic-modes woman-interface Author-Year erc-notify markdown-insert-footnote re-char-trans lsp-imenu-container-name-separator haskell-process-send-startup custom-reset-standard-variables-list company-gtags-modes nnir-run-notmuch org-mac-acrobat-get-page haskell-cabal-goto-benchmark-section :formats projectile-unignored-files-rel haskell-session-set pdf-info-running-p straight-rebuild-package semantic-symref-tool-grep-p -reduce-r cperl-help-system info-unchanged display-buffer-split-below-and-attach semantic-require-version org-table-edit-field evil-ex-search-history Edit\ Code\ Block ivy-set-display-transformer help-byte-code haskell-process-hayoo-ident sh-regexp-for-done nsubstitute-if gnus-group-update-eval-form :toname hydra-keyboard-quit semantic-analyze-completion-at-point-function libgnutls-version reftex-grep-document projectile-file-truename projectile-files-via-ext-command semantic-show-unmatched-lex-tokens-fetch ivy-prescient--old-ivy-sort-function ivy-occur-press-and-switch :span el-patch-require-with-editor swiper-all-query-replace jabber-roster-user-away ivy-completion-in-region-action nsm-warnings-ok-p erc-scripts counsel-describe-function-preselect Info-breadcrumbs-depth sp-wrap-overlays straight-arrow magit-remote-rename tide-mode ivy-occur-timer this-mode cl--generic-struct-specializers 0 arglist-mismatch ivy-on-del-error-function bof1 bof2 bookmark-bmenu-mode-hook counsel-org-goto-separator biblio-insert-result straight--transaction-depth semantic--tag-link-to-buffer error-explainer src-total bury-buffer radian-sunrise-wdx :custom-face package-lint-setup-flymake copied ido-make-prompt ignore-messages bright-background-blue widget-link-suffix package-menu-mark-obsolete-for-deletion markdown-incomplete-atx-p one-or-more package-menu--generate cl-print--number-index gnus-group-mode lsp-ui-doc--remove-invisibles byte-set-marker newst-backend toggle-sorting-mode org-odd-levels-only message-user-fqdn lsp-ui-sideline--delete-ov backup-value implicit-layout-active pdf-view-display-image org-element-example-block-interpreter sh-shell-file 0 elpy-rpc-python-command company-sort-prefer-same-case-prefix mail-source-fetch-pop lsp-ui-peek--insert-xrefs wisent-transpose 0 counsel-linux-apps-directories bnum auth-source-creation-prompts haskell-interactive-session :wstart 0 gnus-convert-article-to-rmail ivy-state-preselect--cmacro ebrowse-tree auto-revert-set-timer tags-table-list-member url-queue-check-progress f-dir-p winner-dont-bind-my-keys org-capture-goto-last-stored copy-haskell-command message-generate-hashcash company--offset-line lsp-ui-doc-custom-markup-modes package-delete-button-action prototype url-cookie-expires--cmacro typecase customize-read-group 0 org-bullets-mode-map hydra--cell ido-slow-ftp-host-regexps bindat--fixed-length-alist nosuffix ido-may-cache-directory image-dired-db-file gnus-status-message haskell-mode-loc-at flycheck-c/c++-gcc-executable message-add-header semantic-minimum-working-buffer-size lsp-ui-doc--display org-occur-link-in-agenda-files projectile-files undo-tree-recircle markdown-html-tag-name-face company-preview-common-frontend Custom-mode-hook opt-list custom-mode-hook sp-navigate-close-if-unbalanced jabber-rare-time-face grep-last-buffer lsp--workspace-file-versions marked-string display-format-alist main-pdf browse-url-temp-dir markup-reference-face pdf-util-translate start-of-value reftex-find-file-on-path reftex-allow-automatic-rescan Varioref port1 websocket-to-bytes flycheck-syntax-check pdf-info-asynchronous viqr-post-read-conversion ivy--regexp-quote package-keyword-button-action org-clock-out-switch-to-state ido-wide-find-file-or-pop-dir semantic-tag-type-members org-babel-noweb-wrap mm-coding-system-priorities reftex-auto-view-crossref magit-emacs-Q-command flycheck-xml-xmlstarlet-xsd-path semantic-overlay-get view-file-other-window org-crypt-text sp-use-subword pagelinks haskell-process-errors-warnings company--unread-this-command-keys custom-group-tag-faces did-query ibuffer-map-on-mark semantic-lex-type-p bibtex-completion-parse-strings _dir sort* s-concat cc-vars mm-archive-dissect-and-inline start-symbol 0 f-uniquify affiliation eshell-glob-entries hydra-ibuffer-main/ibuffer-do-save counsel-git-checkout-action counsel-bookmark-avoid-dired sp--current-indentation flymake-proc--master-file-compare Custom-save no-match dabbrev--last-expansion-location ruleId straight-recipes-avy-version ibuffer-default-sorting-mode org-setup-comments-handling flycheck-error-list-apply-filter force-deferred anzu-replace-highlight reftex-change-label make-lsp--workspace--cmacro every term-color-magenta bolp straight-vc-git-primary-remote message-ignored-bounced-headers gnus-summary-put-mark-as-dormant-prev hydra-deactivate cal-bahai :line2 descriptor error-string lsp-make-request biblio-crossref--parse-search-results org-clock-special-range ido-toggle-ignore lsp--intero-multiswitch speedbar-function reftex-this-word pdf-occur-search-finished flymake-proc--read-file-to-temp-buffer font-latex-math-face org-list-get-first-item message-put-addresses-in-ecomplete reftex-typekey-check company-echo-delay pdf-isearch-batch-mode-map message-unique-id-char pdf-view-midnight-minor-mode-off-hook straight-package-advice-save-selected-packages \.host f--directories ibuffer-push-filter global-company-mode-check-buffers straight-recipes-pip-requirements-version derived-mode-merge-abbrev-tables gnus-read-active-for-groups org-agenda-overriding-columns-format websocket-wss-needs-emacs-24 haskell-align-imports-line-match counsel--async-start vc-rcs-master-templates ad-set-advice-info cl--compiler-macro-list* xref-bogus-location-p gnus-read-group tablist-filter-edit-history Info-mode-font-lock-keywords sp-wrap--clean-overlays ivy-re-to-str Hide\ Level flycheck-scala-executable biblio--search-terms ido-directory-too-big 0 flycheck-config-files haskell-debug-highlight nnheader-narrow-to-headers screens mml-secure-epg-encrypt minibuffer-history-search-history ks_c_5601-1987 websocket-frame-length separator reftex-find-label-regexp-format appt-delete counsel-colors--formatter Display\ the\ Index 0 org-with-clock mail-decode-encoded-word-region hydra-ibuffer-action/ibuffer-do-toggle-read-only-and-exit AUCTeX fileglobattrs :websocket 0 my-parser pug-mode total-messages editable-field widget-specify-active :aliasclass company-pseudo-tooltip-hide widget-narrow-to-field org-texinfo-table-default-markup org-agenda-add-entry-text haskell-indentation-add-where-pre-indent cl-struct-url-cookie-tags ede/project-am newst-reader git-commit-summary-max-length prescient-cache-callback counsel--git-grep-count-func-default straight-recipes-zerodark-theme-version etags--xref-limit tablist-filter-wisent-parser gnus-frame-or-window-display-name pages auto-revert-tail-mode-off-hook bib-file to-address rtree pcomplete-ignore-case from-method git-gutter:unchanged gnus-sieve isearch M-S-kp-0 comint-backward-matching-input sp-kill-whole-line custom-face-standard-value auto-revert-verbose :get-root reftex-truncate M-S-kp-7 tablist-filter-op-< tablist-filter-op-= company-cmake--completion-pattern name->action semantic-init-hooks shift-table iso8859-10 lsp--text-document-did-save Stop\ searching message-strip-subject-re url-cookies-changed-since-last-save ace-link--info-collect word-boundary used-mode debugger--hide-locals ibuffer-do-shell-command-file display-line-numbers markdown-outline-previous-same-level showhide-window-divider directory debugger-mode-syntax-table epg-context-protocol years 0 smiley mc-edit-lines gnus-level-default-subscribed xref--pop-to-location debugger-step-through message-separator company-etags--candidates todo-categories ivy-highlight-face imenu-after-jump-hook compilation-separator2 detect cl-assoc-if reftex-add-index-macros notmuch-tree-match-author-face projectile-enable-idle-timer 0 mail-header-xref counsel-mode-override-describe-bindings idlwave-shell-highlighting-and-faces gh-pkg no-signers org-clock-start-time server-p use-package--hush-function compilation--loc->col semantic-tag-external-member-parent lsp--registered-capability-method--cmacro message-goto-newsgroups gnus-summary-find-prev bibtex-completion-format-citation-functions straight-recipes tablist-edit-column-mark-field hs-allow-nesting refbib org-journal-enable-agenda-integration biblio--cleanup-bibtex-1 flymake-proc--fix-file-name racket ob-eukleides semantic-lex-paren-or-list evil-mode irony-completion-annotation tramp-cache color-d75-xyz org-up-heading-all nnir-request-article jabber-chat-mode semantic-format-tag-name browse-url-epiphany-arguments cdlatex radian-fix-whitespace-global-mode-check-buffers gnus-group-clear-dribble swipe Previous\ Heading\ or\ List\ Item haskell-process-load-complete iso-8859-8-i ibuffer-delete-saved-filters markdown-calc-indents ivy-build-tramp-name startup--setup-quote-display haskell-debug/trace metafont atomic-chrome-get-websocket widget-sexp-prompt-value-history url-http-response-status 0 harvard haskell-mode-map company--disabled-backends complex-only flycheck-gcc-includes use-package-\(:type\ git\ :host\ github\ :repo\ \"magit/magit-popup\"\ :package\ \"magit-popup\"\ :local-repo\ \"magit-popup\"\)-nil-nil gfilenotify highlight-uses-mode-stop-here ibuffer-mark-on-buffer load-time-value fossil inline-const-p company-strip-prefix font-latex-warning-face reftex-toc-header-face helm-ff-dotted-directory counsel-projectile-mode-hook mml-expand-html-into-multipart-related mwheel-event-button haskell-interactive-mode-error-backward markdown-ensure-blank-line-after lsp--cur-line-diagnotics :content Run\ term nnoo-change-server hs-forward-sexp-func company-preview-show-at-point mml-generate-default-type el-patch-pre-validate-hook flymake-proc--get-init-function semantic-clear-parser-warnings Fill\ Entry hydra-ibuffer-main/ibuffer-toggle-filter-group semantic-clear-unmatched-syntax-cache auth-source-hide-passwords org-agenda-effort-filter counsel-at-git-issue-p gnus-summary-first-unread-article last-run biblio-dissemin--translate-classification lsp-ui-imenu--make-ov lsp--execute-command pdf-util-assert-pdf-window flycheck-ruby--find-project-root :match-end ivy--highlight-ignore-order flymake-proc--obsolete package--activate-autoloads-and-load-path ivy-prescient-sort-commands avy-autoloads macro-re :allocation tablist-column-editable company--window-width start-index pdf-isearch-minor-mode gnus-version-number projectile-get-all-sub-projects usg-unix-v Unsubscribed\ list\ post mark-by-file-name-regexp straight--transaction-exec Quote\ MML\ in\ region flycheck-remove-error-file-names org-element-property-drawer-parser dash--match-vector TeX-auto-global conf-windows-mode flycheck-syntax-check-p--cmacro bibtex-completion-string-hash-table mh-ranges cl--generic-name term-color-white wisent-recovering ibuffer-eliding-string charlayout vhdl-beautify cider-connect-clojurescript 0 left-indent 0 reftex-parse-from-file reftex-last-toc-master Hide\ by\ Regexp semanticdb-find-translate-path widget-apply-action haskell-cabal-end-of-subsection sp-in-comment-p bindat--pack-u16 lsp-ui-sideline-toggle-symbols-info org-src--goto-coordinates ivy--highlight-default delete-selection-mode-hook semantic-show-unmatched-syntax-mode-hook byte-list3 nnimap-request-expire-articles gnutls-deinit reftex-match-string flycheck-tidyrc counsel--yank-pop-position gnus-sort-articles clojure-mode bindat--pack-u24 --max-by rainbow-delimiters-pick-face-function S-wheel-left gnus-mouse-face-function comint-input-ring ibuffer-bs-toggle-all doc-view-current-image reftex-unhighlight org-re-timestamp package--ac-desc-reqs--cmacro package--incompatible-p -prodfn ivy-initial-inputs-alist bindat--pack-u32 pdf-cache-prefetch-delay lsp--region-to-range markdown-footnote-counter indicate-buffer-boundaries label-re :open-real -andfn find-file-hook markdown-beginning-of-text-block cl-struct-unknown-slot \.url gnus-put-text-property-excluding-characters-with-faces radian--company-tern-enable cl--generic-search-method message-tool-bar-update untilnow Man-completion-table gotos biblio-detail-header-face zerodark--set-selected-window helm--completing-read-default epa--encode-coding-string org-agenda-entry-get-agenda-timestamp ideographic-description Natbib global-subword-mode-check-buffers final-string f-executable-p gnus-summary-display-buttonized edit-column colors counsel-describe-function-transformer mml-secure-cust-fpr-lookup ido-show-confirm-message reftex-multifile-index exchange-filters org-static-mathjax org-timestamp-down gnus-group-sort-groups-by-method combination-limit company-assert-enabled drop-newline lsp--workspace-highlight-overlays ivy-bibtex-fallback wisent--assoc buffer-or-list supercite-cite haskell-hoogle nnmail-replace-status disass ns-drag-file haskell-interactive-mode-prompt-start hydra-ibuffer-mark/hydra-ibuffer-main/body-and-exit semantic-format-tag-abbreviate ibm852 0 ibuffer-marked-char evil-ex-search-direction with-slots flycheck-enabled global-semantic-show-unmatched-syntax-mode-hook company-bbdb--candidates alive flycheck-running-p url-host-allowed-chars org-journal-open-previous-entry bibtex-completion-notes-mode-hook flet rx-check-category mark-by-mode bibtex-completion-key-at-point flycheck-parse-checkstyle gnus-summary-wash-header-map bbdb-dwim-mail tmm-get-keymap reftex-index-level-re Harvard pos-start markdown-uri-types Check\ Deadlines org-element-headline-parser ace-maximize-window --delete-cancel message-user-mail-address longtable pdf-isearch-active-mode-off-hook avy-action-goto 0 ibm874 seq-take-while cider-find-dwim-at-mouse mouse--strip-first-event counsel--setq-doconst magit-shell-command-topdir set-terminal-coding-system-internal haskell-debug-session 0 flycheck-chef-foodcritic-executable inversion-find-version sp--pair-to-uninsert reftex-arg-index smerge indirect gnus-browse-mode 0 straight--modified-dir last-tag swiper-goto-start-of-match by\ Author :delayed-insertion cl-the package-load-list ffap-lcd flymake--log-1 xr-doc vc-mtn-admin-dir org-element--parse-paired-brackets prescient-frequency-threshold org-agenda-save-markers-for-cut-and-paste eshell-arg magit-commit-fixup 0 semantic-fetch-tags org-clock-resolve org-list-get-item-end ivy-state-frame counsel-ibuffer-visit-buffer mail-source-touch-pop 0 epa-validity-medium -remove semantic-active-p flycheck-flake8-maximum-complexity 0 compilation-info-face bindat-pack gnus-summary-stop-at-end-of-message cljr-add-require-to-ns company-idle-delay counsel-git-close-worktree-files-action wisent-print-core image-minor-mode-hook markdown-mode-abbrev-table company-search-mode-off-hook org-clock-file-total-minutes cl--generic-generalizer-specializers-function--cmacro bookmark-send-edited-annotation pdf-view-inhibit-hotspots org-agenda-buffer-tmp-name flycheck-process-error-functions reftex-overlay-put 0 bibtex-completion-notes-mode-map spam-use-bogofilter counsel-read-setq-expression markdown-collect-undefined ibuffer-mouse-toggle-mark helm-source-sync haskell-mode-syntax-table gnus-async f-relative\? apropos-regexp 0 automaton list-type doc-fun org-log-beginning org-get-time-of-day pdf-view-redisplay ffap-gnus-hook 0 haskell-next-line-indentation s-suffix\? recently-active display-only lsp--text-document-position-params reftex-derive-label-parameters gnus-summary-pipe-output-default-command use-package-regex-p counsel-ibuffer--buffer-name nnmail-remove-list-identifiers messages-buffer-mode org-hierarchical-todo-statistics period-name first org-inlinetask-demote 0 ace-link--eww-collect message-default-send-mail-function 0 0 bookmark-get-bookmark browse-url-mozilla-arguments :dontroute wgrep-done-face ad-Advice-delete-backward-char reftex-create-customize-menu sentence-end-without-space eshell-unix customize-object company-clang--version ivy-bibtex-insert-bibtex pdf-isearch-search-page flycheck-start-current-syntax-check :backward-only h-year sh-make-vars-local 0 ibuffer-hooks color-hsl-to-rgb message-header-format-alist url-queue-pre-triggered--cmacro cand url-cookie-mode-abbrev-table displayed-month counsel-apropos-history reftex-active-toc magit-bookmark Find\ test\ file charquote f--guard-paths :invalid-structure wisent-set-nullable _search-expression byte-leq eshell-number-regexp ibuffer-mark-forward org-footnote-sort ivy-backward-delete-char cperl-speed reftex-ref-style-default-list M-kp-8 M-kp-9 Move\ to\ Next\ Button semantic-symref-tool-idutils flycheck-completing-read company--replacement-string org-clock-persist-file flycheck-register-option-var org-clocking-p :body-pre erc-button markdown-end-of-block cursive\ writing suffixfile 0 org-clock-mode-line-entry tabulated-list--col-local-max-widths customize-rogue bibtex-parse-field-name dired-load-hook endelt hydra-default-hint min-pixel-width split-rest tmp-start bibtex-entry-delimiters 0 straight-use-package--last-ensure-function caps reopen-application haskell-session-target gnus-summary-create-article --cl-rest-- semantic-highlight-func-menu brai comint-substitute-in-file-name highlight-uses-mode-highlight org-preview-latex-process-alist hydra-ibuffer-mark/ibuffer-mark-unsaved-buffers-and-exit starttls-extra-args company-echo-show c-electric-colon bookmark-quit-flag atomic-chrome-normalize-header straight-recipes-el-patch-version ivy-insert-current pdf-isearch-find-next-matching-page ido-text json-pre-element-read-function data-debug org-do-latex-and-related jan-first rmail-previous-message bind-key-segregation-regexp pcomplete/org-mode/prop u16r :base-map TeX-strip-extension reftex-citep :verbosity save-filters mm-handle-filename reftex-citet font-lock-mode-internal pdf-info--queue dired-up-directory line-length processing-mode gnus-current-article company-clang--annotation-1 lexer lsp-ui-doc-frame reftex-do-parse children msft message-simplify-subject Toggle\ Inline\ Images retrieve-articles mbox-url :clock-in make-lsp--registered-capability--cmacro haskell-mode-handle-generic-loc company--incremental-p byte-defop lsp-ui-doc-enable set-coding-priority xref-match-item--anon-cmacro docTeX-mode eshell-hosts-file semantic--tag-overlay-cdr updatep solar-time-string company-template-clean-up counsel--org-get-heading-args markdown-other-window arxiv:affiliation org-journal-open-next-entry company-clang--parse-output wisent-parse markdown-promote-list-item erc-ezbounce websocket-received-error-http-response define-lex-simple-regex-analyzer company-xcode-project widget-field-value-delete lazy-highlight-cleanup pdf-tools-customize 0 counsel-find-library-other-window 0 r-lintr company-tooltip-offset newsticker-retrieval jka-compr-get-compression-info end-of-thing :invalid-context-prev 0 js2-function-param global-hl-line-overlay appt-display-duration company-clang-executable doc-view--buffer-file-name markdown-find-next-prop reftex-section-numbers straight--recipe-cache pdf-tools-customize-faces Compile bookmark-bmenu-any-marks projectile-project-ignored-directories Sort\ Table\ Lines gnus-article-mark-lists projectile-mode-line 0 0 org-indent-mode-hook kkc-init-file-name display-warning-minimum-level :types original-date compilation-line-face gnus-article-de-quoted-unreadable ede/locate Info-find-node-in-buffer lsp-notifications magit-commit-reshelve &cl-defs org-open-at-mouse haskell-move-nested parsebib-read-preamble company-show-doc-buffer magit-diff-lines-heading minibuffer-history-isearch-message-overlay gnus-disable-undo haskell-indentation-case-layout 0 bookmark-get-filename counsel-command-history-action-eval haskell-lexeme-qid-or-qsym ngotos use-package-normalize/:blackout markdown-live-preview-re-export eieio--class-name--cmacro reftex-replace-label-list-segment byte-interactive-p ffap-read-file-or-url pdf-util-scale close-group tablist-pop-filter evil-ex-search-activate-highlight korean-iso-8bit-mac biblio--event-error-code help-macro swift-mode 0 temp-buffer-window-setup debugger-will-be-back use-package-diminish haskell-process-insert-type tags-with-face 0 markdown-get-other-window eshell-basic f-unibyte-string-p reftex-ref-style-list projectile-switch-to-buffer-other-window not-stop org-encrypt-entries 0 company-dabbrev--search-buffer mm-command-output 0 flycheck-error-list-make-last-column gnus-summary-highlight-line-cached file-of-tag flycheck-after-syntax-check-hook speed-type-gb-dir tablist-edit-column-minor-mode-map file-directory sp-comment pdf-occur-document-face biblio-url-retrieve erc-server counsel-org-goto-custom-faces pre-command ffap-info speedbar-vc byte-eobp pdf-view-current-overlay gnus-summary-expunge-below lsp--make-notification Kill\ Element f-file-p x-bitmap-file-path smartparens doc-view-pdf->png-converter-function 0 auto-revert-notify-handler ido-buffer-window-other-frame s-chop-prefixes use-package-merge-keys bibtex-completion-find-local-bibliography tags-recognize-empty-tags-table org-agenda-toggle-deadlines artist-text projectile-sort-order parse-buffer package-archive-base 0 wisent-context-bindings lsp--make-document-formatting-options ivy-occur-click pdf-outline-imenu-enable flycheck-processing-executable reftex-pop-to-bibtex-entry full-name custom-theme-set-faces org-export-man pcomplete-unquote-argument org-bullets-mode zerodark--git-face-intern jka-compr-error semantic-lex-reset-functions _date widget-default-menu-tag-get s-uppercase-p rx-check epg-sign-string checkdoc-ispell-message-interactive clojure-thread-last-all project-external-roots bibtex-completion-resolve-crossrefs south diary-outlook-format-1 Save\ to\ File company-template-templates-at display-buffer-use-some-window biblio-insert-results dabbrev-eliminate-newlines 0 semantic--tag-expanded-p numspace windows-1252-mac lsp--as-regex package-desc-archive pdf-info-outline org-schedule ido-magic-forward-char diagnosis org-footnote gnus-make-predicate-1 flycheck-error-message-buffer racer-find-definition nnheader-insert bdata 0 mml-compute-boundary tags-table-computed-list ivy-state-p--cmacro helm-buffer-directory u24r dired-subdir-index semantic-lex-push-token swipe-right custom-buffer-order-groups 0 nnir-run-gmane epa-dired-do-verify flymake-proc--temp-source-file-name reftex-TeX-master-file projectile-ignored-files-rel option-list json-keywords --cl-block-lsp--workspace-file-versions--cmacro-- ido-saved-vc-hb items-by-file ffap-string-at-point-mode-alist message-send-form-letter parsebib-read-comment tablist-display-filter hydra-ibuffer-action/nil system-configuration-features 0 :magic mm-text-html-renderer smie-indent-functions ido-enter-matching-directory font-lock-set-defaults-1 lsp-ui-sideline-mode-hook haskell-completions-ghc-option-prefix 0 pdf-cache--prefetch-stop straight--put org-agenda-execute reftex-customize avl-tree--node-left TeX-mode-hook complete-with-action eshell-cmd windows-1250 windows-1251 prescient-filter haskell-interactive-mode-kill-whole-line :requires projectile-git-command url-queue-progress-timer oddmuse-wiki debugger-previous-window ido-ignore-buffers biblio--browse-url company-tng-configure-default dabbrev--ignore-buffer-p lsp-ui-doc--get-parent ac-robe-candidates highlight-uses-mode-hook haskell-interactive-mode-insert-presentation Info-dir-contents-directory Insert\ Chinese flycheck-rx-id custom-documentation gnus-summary-read-group-1 tablist-context-window haskell-syntax-propertize Forward\ Block flycheck-buffer-deferred mh-nmail entry-found 0 verilog-mode-indent company-files--complete lsp-ui-peek-highlight scan-buf-previous-region markdown-regex-link-inline bibtex-completion-cached-notes-keys reftex-fancyref-fref flycheck-clang-ms-extensions ido-get-buffers-in-frames iso-8859-8-i-dos flycheck-cppcheck-suppressions etags--xref-find-definitions haskell-string-trim-suffix grep-mode-map :step elisp-refs-function hydra--body-exit todo-edit _match wisent-digraph tablist-read-numeric-filter todo-state org-agenda-skip-entry-if string-width event-modifiers gnus-thread-sort-by-score --cl-block-lsp--workspace-client--cmacro-- ritem org-bibtex-read-file :debug --if-let ido-rewrite-file-prompt-functions sp--delete-selection-supersede-p 0 custom-magic-show-button ido-enter-insert-file auto-revert-mode-map semantic-lex-punctuation lsp--execute-lsp-server-command ssh-authorized-keys-mode :superclasses wisent-map-goto evil-this-register ivy--display-transformers-list 0 url-handler-mode-hook counsel-git-checkout lsp-ui-mode-map company-fetch-metadata straight-use-package--recipe-handler preserve-undo mml-secure-normalize-cust-name bookmark-buffer-name haskell-compile-cabal-build-alt-command company--company-command-p hindent-reformat-region-as-is org-latex-overlay crosspost display-time-world-mode-hook flycheck-defined-checkers ivy-bibtex-open-url-or-doi ivy-next-line toc-level f-base ido-file-extension-order org-journal-get-entry-path org-duration--modifier gnus-cached-article-p parsebib-read-string haskell-indentation-module-export magit-cherry-pick company-template-add-field ivy-mouse-dispatching-done markdown-demote-list-item ido-rotate Automatic\ Heading\ \(Setext\) wisent-set-maxrhs ledger-font-posting-date-face diags ivy-occur-delete-candidate --cl-block-lsp-diagnostic-column-- pdf-occur-dired-do-search json-snatcher run-swift mml-smime-encrypt-query company-auctex-init :emphasize org-defkey pdf-sync-forward-display-pdf-key org-get-buffer-tags biblio--selection-insert-quit undo-tree-visualizer-mode-hook operator reftex-last-follow-point package--check-signature projectile-known-projects markdown-kill-ring-save org-edit-src-continue flycheck--process-send-buffer-contents-chunked custom-filter-face-spec flycheck-overlay-errors-at change-marks counsel-grep-function zerodark--git-face-cached not-at-end-of-line biblio-dissemin--pretty-print undo-tree-node-p dash--match-symbol lsp--path-to-uri--inliner facemenu-face-menu viper-util high-seconds end-block gettext ido-set-current-directory pdf-misc-context-menu-minor-mode-off-hook next-error-function ibuffer-filter-by-starred-name markdown-outline-fix-visibility eieio-default-superclass-list-p flycheck-compile semantic-toplevel-bovine-table custom-group-tag-1 use-package-\(:type\ git\ :host\ github\ :repo\ \"racer-rust/emacs-racer\"\ :package\ \"racer\"\ :local-repo\ \"emacs-racer\"\)-nil-nil epg-import-result-secret-unchanged wisent-char-p org-plus-contrib-autoloads nnmail-incoming-coding-system haskell-interactive-mode-eval-as-mode xref-etags-mode-off-hook markdown-exdent-or-delete reftex-goto-label straight-recipes-atomic-chrome-version eieio--class-precedence-bfs shallow magit-merge-into rainbow-delimiters--char-ineligible-p subword-left radian--python-use-correct-flycheck-executable select-method ep-token flycheck-teardown straight-recipes-seq-version s-prefix\? projectile-project-configure-cmd color-cie-ε keyval Copy\ Headerline\ Tag magit-obsolete straight-use-package-mode-hook color-cie-κ append-output-to-file company-tooltip-minimum-width cl-struct-package--bi-desc-tags haskell-session-from-buffer 0 u32r sanity-spec sp-point-in-string-or-comment rmail-mime-charset-pattern message-insert-header setq-mode-local 0 semantic-describe-tag true-master password-cache-key-id comint-replace-by-expanded-history :caller docstruct ivy-use-selectable-prompt flycheck-error-highlight-overlay Change\ Date\ +1\ day C-S-kp-1 ggtags-update-tags records xref-make-bogus-location biblio--flatten-map copy-websocket haskell-quasi-quote-face reftex-table-of-contents-browser dst-in-effect git-rebase Refile f-touch swiper-multi 0 0 help-back radian-fix-whitespace-mode-major-mode semantic-foreign-tag-p dependant erc-ignore ido-downcase-unc-hosts rmail-collect-deleted biblio-doi--restore-mime-accept 0 int-to-char vc-needs-update-state sp-splice-sexp-killing-backward semantic-brute-find-tag-by-function ibuffer-count-marked-lines auth-source-macos-keychain-create gnus-article-add-buttons gnus-summary-pop-limit help-with-tutorial-spec-language 0 ibuffer-maybe-save-stuff reftex-toc-include-context color-cie-de2000 0 markdown-promote sr-autoload-extensions reftex-find-file-externally markdown-footnote-counter-inc mail-extr-all-top-level-domains org-refile-get-targets semantic-tag-components haskell-completions-module-name-prefix minimal-match eshell-group-id lt-line keep-current biblio-decode-url-buffer wisent-defcontext websocket-debug pdf-isearch-focus-match-isearch 0 mail-to ido-pre-merge-state counsel-set-async-exit-code company-semantic-documentation-for-tag helm-moccur-buffer reftex-auto-update-selection-buffers ivy-previous-line-or-history system-flag :techreport 0 company-prescient-mode-off-hook org-clock-rounding-minutes wisent-save-reductions sp-state-last-syntax-ppss-result haskell-utils-parse-import-statement-at-point cljr-hotload-dependency message-goto-distribution grep-num-matches-found hydra-curr-body-fn diff-added-refined-background semantic-lex-newline mail-source-delete-crash-box pdf-tools-assert-pdf-buffer markdown-cycle-atx straight-recipe-overrides org-element--get-node-properties reftex-sel hydra--head-has-property pdf-occur-search-pages-left bookmark-end-of-version-stamp-marker lsp--registered-capability-by-id--inliner Info-quoted hydra-amaranth-warn-message nndiary-generate-nov-databases message-in-body-p company-auctex-bibs lsp--parser-headers ido-max-dir-file-cache company-search-mode-map cljr-raise-sexp company-display flycheck-protobuf-protoc-executable bibentry Custom-help haskell-hoogle-server-buffer-name semantic-show-parser-state-string cl--expr-contains rg-ibuffer bengali-akruti ffap-machine-p rmail-auto-file lsp--sync-methods custom-variable-reset-saved mouse-set-secondary turn-on-undo-tree-mode sp--self-insert-command-p auth-source--aget wisent-flush-shift lsp--make-text-document-item gfm-mode-abbrev-table company-init projectile-get-repo-files websocket-process-headers flycheck-parse-cargo-rustc nroff epg-user-id-string--cmacro 0 list-keybindings gnus-summary-limit-map python-shell-get-process allxr org-element-section-interpreter org-columns-skip-archived-trees projectile-detect-project-type succ-month shift-select-mode company-doc-buffer browse-url-text-emacs-args semantic-add-system-include timezone-time-from-absolute viper-highlighting widget-magic-mouse-down-action hl-line-overlay defun-other-window-name org-element-special-block-interpreter secondary-selection-exist-p --cl-block-lsp--parser-queued-requests-- projectile-find-implementation-or-test websocket-on-error pdf-info-creatable-annotation-types lsp--make-text-document-item--inliner counsel-grep-last-line atomic-chrome-server-ghost-text-port semantic-map-buffers ibuffer-diff-buffer-with-file-1 browse-url-firefox-startup-arguments rmail-simplified-subject-regexp emacs-lisp-file-regexp lsp-client-register-uri-handler sp-override-key-bindings gnus-group-send-queue words-include-escapes kmacro-pop-ring inhibit-trace tabbar-default chunkmode vhdl-sequential-process projectile-open-projects hydra-face-amaranth gnus-group-news-6-empty ibuffer-name-column counsel-wmctrl helm-ff-invalid-symlink grep-error hydra-ibuffer-action/ibuffer-do-occur-and-exit paired-bracket swiper-stay-on-quit hydra-ibuffer-filter/hint projectile-create-test-file-for ido-push-dir nnimap-wait-for-connection tablist-current-column flymake-proc--compilation-is-running epg-key-signature-class haskell-debug-preview-span :before-exit pdf-view-dark-minor-mode-hook tablist-display-buffer-split-below-and-attach doc-view-dvipdf-program straight-recipes-org-plus-contrib-version sp--cleanup-after-kill url-gateway-method gnus-last-article markdown-regex-pandoc-metadata projectile-ripgrep widget-key-sequence-map gnus-summary-set-bookmark Custom-no-edit ep-var hs-looking-at-block-start-p haskell-process-compute-process-log-and-command keyed-md5 semantic-highlight-func-mode-on-hook browse-url-process-environment lookaheadnum lsp-symbol-highlight hydra-ibuffer-main/ibuffer-unmark-forward haskell-process-queue-command biblio-insert-with-prefix markdown-complete-atx pdf-view-active-region-text reffmt natbib smartparens-text glasses haskell-navigate-imports-line xbody Float Biblatex counsel-semantic-format-tag tablist-minor-mode-off-hook 0 projectile-git-ignored-command pdf-util-edges-empty-p imenu--generic-function pdf-util-image-map-mouse-event-proxy :prompt shell-command-with-editor-mode info-standalone ffap-string-at-point swift-mode:debugger-prompt-regexp undo-tree-reverting-redo-in-region-p renamed-to find-directory-functions markdown-get-fenced-block-middle-properties Turn\ off\ Flymake text-scale-adjust newflag 0 wisent-automaton-p semantic-flex-enable-whitespace magit-branch-remote biblio--completing-read-function reftex-select-label-mode-hook use-package-\(:files\ \(\"bind-key\.el\"\)\ :package\ \"bind-key\"\ :local-repo\ \"use-package\"\ :type\ git\ :repo\ \"jwiegley/use-package\"\ :host\ github\)-nil-nil org-get-packages-alist real-master all-top-level-domains run-octave display-popup-menus-p minted org-bullets-mode-hook haskell-command-exec-live flymake-proc-diagnostic-type-pred winner-set-conf :idle \ Apply\ and\ Save\ cl-remf semantic-highlight-func-current-tag-face tablist-mode-map elbank-progressbar-overflow-face font-lock-syntax-paren-check zerodark-selected-window package-desc-reqs--cmacro markdown-next-line-blank org-export-ascii pr-toggle-file-landscape sp-do-put-cl :server-p org-return-indent org-list-get-list-begin \.text sp-wrap--finalize org-show-notification-handler :hidden-states counsel--unicode-table no-highlight use-region-p :html 0 markdown-before-export-hook org-mac-iCal projectile-process-current-project-buffers hydra-window/hydra-move-splitter-right org-element-example-block-parser 0 pdf-view--next-page-timer browse-url-galeon-startup-arguments org-export-odt cursor-spec gnus-group-list-flush-map tablist-current-filter sub-key-list :system-flag iso-8859-1-unix company-tooltip-visible-p global-auto-revert-mode-map haskell-debug-session-debugging-p recentf-filters flycheck-puppet-lint-executable lsp--workspace irange Configure\ project gnus-make-predicate radian--flycheck-disable-checkers pdf-view-bookmark-jump image-scroll-down ido-matches pdf-view-goto-page mac-dnd-insert-pasteboard-string atomic-chrome-edit-done-hook org-src--construct-edit-buffer-name buf1 buf2 ido-fallback-command srecode/insert xref--find-ignores-arguments server-done-hook my-notifier-path lprops parsebib-collect-entries hydra--make-defun bibtex-completion-notes-symbol counsel-imenu org-journal-highlight ivy-occur-revert-buffer url-queue-remove-jobs-from-host newc rrc-total vhdl-template :test-not renderers org-move-item-up save-place-forget-unreadable-files custom-buffer-done-kill mh-thread cl--transform-lambda use-package-\(:type\ git\ :host\ github\ :repo\ \"benma/visual-regexp\.el\"\ :package\ \"visual-regexp\"\ :local-repo\ \"visual-regexp\.el\"\)-nil-nil ivy--reset-state ivy-state-current mml1991-signers ffap-highlight-overlay haskell-indentation-toplevel-list ido-make-file-list :case-fold maxrhs gnus-summary-first-unseen-subject ivy--create-and-cd message-user-organization orgtbl-ascii-plot package-delete info-lookup->completions debugger-record-expression tablist-filter-names org-clock-goto-before-context Server\ Name\ Indication bookmark-menu-popup-paned-menu derives cljr-update-project-dependencies magit-ediff-show-commit bibtex-completion-notes-global-mode-buffers pdf-occur-revert-buffer-with-args magit-add-change-log-entry &allow-other-keys company-files--regexps buff 0 pdf-virtual-buffer-backward-file global-company-mode erc-nick-default-face cl-if-not message-send-mail-partially gnus-info-group company-gtags--tags-available-p bibtex-file auto-composition-mode-off-hook pdf-tools-msys2-directory cps--handle-loop-for must-match outline-next-visible-heading cl-map-keymap-recursively company-select-next-or-abort markdown-gfm-parse-buffer-for-languages reftex-move-to-previous-arg recentf-list package--has-keyword-p ffip-git-diff-current-file 0 Show\ Col/Row\ Numbers colir-blend-face-background listel Ispell\ Entry browse-url-firefox-arguments projectile-with-default-dir counsel-ag-function ibuffer-mark-for-delete flymake-perl-init mail-source-imap-file-coding-system ido-enter-switch-buffer :formatting lsp-imenu-show-container-name cl-print-compiled-button View\ Crossref pdf-view-auto-slice-minor-mode markdown-mode imenu-update-menubar 0 ox-beamer 0 browse-url-text-input-delay gnus-group-edit-group reftex-find-citation-regexp-format auth-source-netrc-parse-entries wordlist semanticdb-strip-find-results gnus-article-outlook-rearrange-citation --cl-block-lsp--parser-workspace--cmacro-- ivy-dispatching-done circe-channel-mode ignored-files ibuffer-display-summary org-caldav-save-directory bibtex-completion-normalize-bibliography shr-color-visible-luminance-min 0 ivy-overlay haskell-compilation-error-regexp-alist starttls-open-stream-gnutls gnus-home-directory s-capitalized\? ido-show-dot-for-dired semantic-fetch-available-tags reftex-index-include-context company-emulation-alist haskell-completions-pragma-name-prefix flycheck-error-id eshell-ls-symlink semantic-lex-end-point lsp-ui-doc-header git-commit-setup oname mc/skip-to-previous-like-this ruscii-mac --cl-block-lsp-diagnostic-message-- nomove tq-queue-add byte-compile-warning-series semantic-edits-are-safe ad-update-regexp lsp--symbol-information-to-xref lsp-ui-peek--size-list pdf-occur-buffer-mode-map straight-recipes-marshal-version flycheck-stylelint-args byte-compile-goto-if unloaded haskell-cabal-subsection-end :codeAction package-desc--keywords file-name-shadow-mode-on-hook sx-autoloads counsel-info-lookup-symbol Info-find-index-name hydra-ibuffer-action/ibuffer-do-rename-uniquely-and-exit biblio--selection-browse-direct 0 --cl-block-lsp--workspace-cmd-proc--cmacro-- radian--advice-inhibit-tex-style-loading-message bibtex-completion-notes-global-mode-map prefer-utf-8-dos bookmark-name rx-categories shm-display-quarantine package--compatibility-table reftex-tmp sp--self-insert-uses-region-strict-p semantic-symref-find-tags-by-completion isearch-printing-char ibuffer-format-qualifier semantic-lex-type-invalid byte-compile-print-syms company-calculate-candidates org-clock-heading-function kmacro-call-ring-2nd gnus-summary-put-mark-as-unread-prev-unread org-shiftleft-final-hook default-dir it-index semantic-symref-perform-search fields-width compilation-beginning-of-line use-package-\(:type\ git\ :host\ github\ :repo\ \"Sarcasm/company-irony\"\ :package\ \"company-irony\"\ :local-repo\ \"company-irony\"\)-nil-nil auto-save-default domain-bits 0 Create\ TAGS\ File flymake--diag-type--cmacro projectile--globally-ignored-file-suffixes-glob radian--mode-line-left org-export-org sp-splice-sexp 0 org-journal-enable-encryption tablist-edit-column hardware biblio--help-with-major-mode-1 flycheck-ghc-args eshell-ext Kill\ Message korean-hangul-two-byte gnus-dependencies-add-header diary-hebrew-insert-entry 0 win-width efs-replace-path-component gnus-killed-articles url-queue-url--cmacro tablist-window-attach display-time-world-mode-syntax-table cl--nsublis-rec make-nnimap--cmacro gnus-page-broken completion--cycling-threshold-type adjoin semantic-tag counsel--browse-history racket-insert-closing-brace vowel-sign mac-odb-received-apple-events pdf-cache-pagesize org-export-pdf mode-local-initialized-p completion-in-region gnus-request-thread bookmark-bmenu-mode-syntax-table \.\.\.in\ Echo\ Area go-gofmt haskell-debug-insert-bindings semanticdb-find-results-p ido-ignore-extensions pdf-util-clear-faces-cache eieio--validate-class-slot-value smartparens-ml epa-key-list-mode electric-pair--unbalanced-strings-p sp--update-override-key-bindings org-mac-idle-seconds haskell-debug-parse-break-point tablist-mark-backward ending wisent-initialize-closure org-journal-mark-entries wisent-accept-tag smartparens-haskell wisent-reduce-grammar-tables s-split-up-to byte-char-syntax ivy-prescient-mode-on-hook 0 org-columns-current-fmt-compiled gnus-summary-save-article-mail table-delete-row bibtex-init-sort-entry-class-alist pdf-util-read-image-position 0 counsel-org-goto-history browse-url-xterm-args :closing filename/process org-check-before-invisible-edit haskell-command-live--cmacro :shown dired--align-all-files epg--gv-nreverse projectile-ibuffer-by-project projectile-globally-ignored-directories latex-fragment lsp--parser-p--cmacro time-date debugger-eval-expression haskell-navigate-imports-find-forward-line auto-detect untrusted javascript-eslint reftex-query-index-macro-prompt browse-url-CCI-host payload message-interactive go-build electric-pair-conservative-inhibit markdown-heading ivy--minibuffer-setup message-newgroups-header-regexp semantic-tag-deep-copy-one-tag helm-selection url-inhibit-uncompression company-search-delete-char :variable-document powerline-reset custom-browse-variable-tag reftex-cursor-selected-face radian-lib-file ido-get-bufname undo-tree-mapc counsel-flatten-forest ffap-all-subdirs-loop markdown-exdent-region bbdb-create semantic-flex-tokens Info-find-node-in-buffer-1 mc-cycle-cursors browse-url-text-browser hydra-curr-on-exit tablist-edit-filter image--set-speed org-agenda-reset-markers invalid-slot-type eshell-for vc-possible-master separator-ediff-directories ivy--sorted-files reftex-ref-style-toggle straight--repo-cache ad-vAlUeS lsp--point-is-within-bounds-p--inliner markdown-conditional-search-function org-list-to-latex pretty-filename expand-history global-semantic-highlight-func-mode-on-hook lsp-ui-flycheck-list--post-command company-template-move-to-first :always-active workspace lsp--xref-make-item projectile-get-project-directories markdown-heading-3-atx 0 lsp-ui-peek--kind tags-next-table biblio-response-as-utf-8 hydra-add-font-lock tis620-mac f-read-bytes tide-mode-hook defun-point flymake-proc-master-make-init org-mac-firefox-insert-frontmost-url :negotiated-protocols gnus-summary-post-menu lsp-ui-peek--deactivate-keymap-fn mail-resolve-all-aliases lsp-ui-sideline-mode-map gnus-group-news 0 sp-ignore-modes-list 0 dir-exclusions flymake-show-diagnostic find-tag-search-function :recipe message-goto-eoh company-pseudo-tooltip-edit counsel-git-grep-proj-function flycheck-gnat-language-standard epg-import-result-secret-read 0 projectile-project-run-cmd eieio-slot-descriptor-name reductions-number deactivate markdown-heading-6-atx msname org-open-non-existing-files ido-pp gnus-summary-catchup-and-exit org-log-note-state :mouse-face-get Info-read-node-name shortcut iso-cvt-read-only browse-url-netscape-new-window-is-tab visit-file idlwave-code-formatting ucs-normalize-combining-chars diary-fancy-display-mode-abbrev-table use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/gnu-elpa-mirror\"\ :no-build\ t\ :package\ \"gnu-elpa-mirror\"\ :local-repo\ \"gnu-elpa-mirror\"\)--1137813685888334671-nil bibtex-completion-apa-format-authors maybeparams 0 byte-compile-save-restriction ibuffer-summary global-subword-mode-hook haskell-cabal-min-indentation sh-basic-indent-line url-request-extra-headers advice--normalize-place flymake-proc-get-ant-cmdline TeX-save-query cl-struct-flymake--diag-tags micro package-status-disabled counsel-describe-variable cl-print--number-table org-clock-clocktable-language-setup dired-rename-file ido-require-match paired-delimiter 2-arg :render/background cabal-checksum extended-spec projectile-keymap-prefix semantic-c-add-preprocessor-symbol scala-scalastyle radian-highlight-long-lines-mode-map bind-key xref-after-jump-hook compress-program :state message-goto-fcc imap-password org-add-log-note tls-program org-babel-check-confirm-evaluate :mac ffap-machine-p-local ibuffer-auto-mode-hook package-menu--mark-upgrades-1 biblio-make-url-button markdown-code-at-point-p string-to-multibyte straight-vc-git--pull-from-remote-raw biblio--brief-docs bright-background-green url-domsuf flycheck-syntax-check-p gnus-summary-set-process-mark company-plainify hydra-ibuffer-action/ibuffer-do-eval-and-exit ido-enable-flex-matching :initarg minusp ivy-display-function auto-revert-buffers-counter-lockedout ivy-occur-mode-syntax-table :max sicstus semantic-tag-folded-p semanticdb-minor-mode-p counsel-colors-action-insert-hex gnus-request-set-mark now-map websocket-illegal-frame nnimap-request-articles derived-mode-map-name :configure flymake-find-make-buildfile conflicts package-menu-view-commentary straight-popup-raw gnus-summary-unmark-all-processable pdf-isearch-batch biblio-doi--generic-url-callback-1 menu-bar-options-save demanded url-queue-p--cmacro flycheck-save-buffer-to-temp org-html-htmlize-generate-css flycheck-command font-family-list 0 flycheck-sass-scss-cache-location f-write-text org-clock-sound lsp-ui-doc-url term-raw-map projectile-globally-ignored-buffers wisent-TC ido-file-internal markdown-trim-whitespace suppress-list cl--declare-stack describe-mode-local-bindings-in-mode cuneiform ad-Advice-cua-delete-region gnus-summary-article-map haskell-completions-identifier-prefix org-journal-search-future-scheduled key-codes NO-CONTEXT company-explicit-action-p prescient-filter-method lsp--workspace-status--cmacro 0 partspecial org-agenda-finalize-entries global-undo-tree-mode-enable-in-buffers counsel-irony-annotate :foreign-flag visual-fill-column-split-window-sensibly bibtex-completion-notes-global-mode-cmhh lsp--range--inliner :match-alternatives markup-title-2-face graphic-only arabic rmail-input reftex-mode-off-hook org-export-icalendar js2-imenu-extras-mode projectile--find-dir gnus-atomic-progn-assign tooltip-event-buffer magit-reflog-rebase errbuf sp-indent-defun cedet-menu-map override-file eieio--class-precedence-list company--should-begin emacs-cask unless-error flymake-proc-compilation-prevents-syntax-check counsel-imenu-categorize-functions company-safe-backends-p projectile-filtering-patterns gate semantic-tag-put-attribute-no-side-effect bookmark-edit-annotation-mode-syntax-table swift-mode-lexer cider-repl semanticdb-find-tags-by-class ecomplete unexists semanticdb-find-result-length mh-letter markdown-check-change-for-wiki-link-after-change map-values-apply biblio-hal-lookup :candidates gnus-put-overlay-excluding-newlines magit-insert-modules-overview wisent-pad-string evil--jump-backward magit-commit-mode ad-arg-binding-field comint-add-to-input-history cider-sync-request:complete ido-cur-item highlight-uses-mode-point submitType_s :send-sync lsp--workspace-client--cmacro markdown-sub-superscript-display counsel-org-goto--get-headlines ffap-lax-url Schedule\ Item org-next-block Phases\ of\ the\ Moon monthnum org-clock-display-default-range org-entity-get gnus-group-browse-foreign-server haskell-indentation-push-indentation inf-ruby-auto-exit url-queue-pre-triggered keep-fp use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/logito\"\ :package\ \"logito\"\ :local-repo\ \"logito\"\)-nil-nil haskell-check-filter-overlays Emacs\ MIME\ manual xref-etags-mode-map reftex-label-info-update :match-start package--add-to-compatibility-table 0 0 global-atomic-chrome-edit-mode-hook elpy-modules ido-enter-magit-status straight-package-neutering-mode-on-hook edit-abbrevs-map fixed-case lsp-on-save ibuffer-map-marked-lines radian--mode-line-align 0 markdown-cycle 0 tablist-filter-parser-init ffap-fortran-mode dir-to-create ivy-sort-file-function-using-ido Man-goto-section Info-read-node-completion-table save-place-local-mode-off-hook rx-not counsel-projectile-org-capture lsp-ui--toggle overload reftex-splice-symbols-into-list haskell-indentation-mode-on-hook radio-button-choice lsp--workspace-p markup-gen-face 0 :skip-match haskell-process-suggest-haskell-docs-imports ibuffer-default-display-maybe-show-predicates blink-matching-paren-on-screen lsp-ui-sideline--calculate-tag font-xlfd-name bookmark-insert-location project-find-file-in projectile-project-unignored-directories hydra-ibuffer-main/keymap radian-join-keys undo-tree-p erc-stamp render-fn flycheck-xml-xmllint-executable wisent-print-state gnus-group-real-prefix markdown-show-children emulations tablist-do-flagged-delete org-caldav-backup-file undo-tree-make-region-data--cmacro tag-find-file-of-tag hs-block-start-regexp sp-last-wrapped-region ediff-mult inf-lisp org-eldoc-get-breadcrumb diff-removed-background counsel-async-ignore-re deactivation 0 two-column circe-query-mode 0 jsons-print-path lsp--parser-waiting-for-response nodigits fun-list ido-enable-tramp-completion isearch--state-case-fold-search--cmacro projectile-unignored-directories-rel refile url-bad-port-list ffap-rfc flycheck-eruby-erubis-executable use-package-autoloads/:bind* :diagnostic flycheck-emacs-lisp-check-declare refill markdown-get-used-uris package-desc-extras--cmacro semantic-imenu undo-tree-visualizer-parent-mtime ivy-state-matcher org-fill-template :conditions errs-errs debugger-args custom-variable-backup-value lsp--select-action retval use-package-handler/:init mml-secure-check-sub-key auto-revert-check-vc-info bibtex-completion-add-PDF-attachment lsp-ui-sideline--run gnus-summary-mark-forward websocket-conn--cmacro radian-fix-whitespace-global-mode-cmhh end-of-args eshell-util 0 magit-am-popup cl-builtin-gethash package-lint-flymake dabbrev--last-abbreviation epg-sub-key-secret-p--cmacro org-at-table-hline-p return indirect-variable build-directory markdown-syntax-propertize-fenced-block-constructs ivy-format-function-default bibtex-completion-insert-bibtex translation-table-vector w3-view-this-url pdf-view-close-document pdf-view-midnight-minor-mode-hook toc-nodes timezone-months-assoc company-search-words-regexp hydra-window/save-buffer sp-wrap-curly lsp-ui-peek--make-ref-line holiday-bahai gmm-message markdown-gfm-used-languages xref-backend-identifier-at-point company-cmake--candidates f-swap-ext websocket-ready-state :visibility-widget auto-revert-tail-mode-on-hook hydra-ibuffer-action/ibuffer-do-view-and-exit byte-rem :shebang package--emacs-version-list ibuffer-mouse-popup-menu cl-remprop ibuffer--maybe-erase-shell-cmd-output :msg company-template-after-clear undo-tree-mode-major-mode reftex-compile-variables reftex-type-query-help flycheck-overlays-in comint-redirect-results-list-from-process indent-next-tab-stop grep-mode-abbrev-table bookmark-buffer-file-name file-with-archives gnus-sort-gathered-threads org-clock-play-sound sparc-pascal-example tide-hl-identifier-mode company-search-mode-on-hook syntax-propertize--done package-menu--find-and-notify-upgrades eshell-special-chars-outside-quoting package-make-builtin counsel-preselect-current-file ivy--old-re forth-block-mode -cons* wisent-loop prescient--load feature-file sentence-end-without-period radian--clj-refactor-enable bookmark-bmenu-load semantic-ia-show-summary reftex-show-label-location gnus-expand-group-parameters swift-mode:builtin-method-face reftex-get-buffer-visiting bibtex-MVReference haskell-lexeme-looking-at-quasi-quote-literal tags-expand-table-name preserve-timestamps lsp--client-new-connection--cmacro cl-macro-list ido-eoinput webpaste-autoloads bare-filename ffap-url-p flycheck-register-config-file-var url-file-executable-p res-words toggle-save-place counsel--switch-to-shell url-user--cmacro gnus-summary-toggle-header windmove-constrain-loc-for-movement --cl-block-lsp--client-action-handlers-- org-duration-to-minutes mac-string-to-pasteboard-string auto-revert-find-file-function remove lsp-ui-sideline--occupied-lines ido-next-match-dir ftnchek flycheck-error-list-previous-error no-seckey gnus-override-subscribe-method dabbrev-result emms-stream-mode fancy-splash-screen hydra-ibuffer-sort/ibuffer-do-sort-by-recency global-company-mode-hook f-same-p url-queue-inhibit-cookiesp--cmacro org-note-abort reftex-multifile-symbols allowedp sp-in-code-p ivy--flx-featurep present-symbol describe-mode-local-overload right-count popup-is-open start-table biblio-dissemin--make-buffer org-journal-search-print-results ange-ftp-file-modtime pidfile etags-table python-tracebacks-and-caml toc-entry -partition-before-pred tablist-yes-or-no-p ruby-electric-autoloads bookmark-kill-line company-etags-ignore-case cl-struct-flycheck-error-tags diff3 halted projectile-all-project-files lsp-apply-commands x-uuencode ivy-pop-view ivy-calling use-package--warning10 haskell-interactive-mode-input :on-open use-package--warning13 ffap-require-prefix vc-dispatcher use-package--warning16 use-package--warning17 css-stylelint use-package--warning19 lein-midje --cl-block-lsp--workspace-server-capabilities-- imenu--truncate-items bibtex-entry-head semantic-symref-find-file-references-by-name markdown-incomplete-setext-p pdf-info-regexp-flags use-package--warning21 use-package--warning22 --count use-package--warning24 pdf-isearch-filter-matches-function pagelabels current-time-origin hs-hide-level-recursive haskell-process-extract-modules starttls-success ad-make-advice ibuffer-switch-format global-git-commit-mode-map history-length file+headline wisent-set-fderives use-package--warning31 eieio-class-un-autoload company-filter-printing-char semantic-analyze-possible-completions semantic-push-parser-warning use-package--warning36 lsp-ui-sideline--tag flycheck-pending-output auth-source-protocols backward-filter-group sp--get-handler-context flycheck-interrupt-command-checker Previous\ Round markup-complex-replacement-face dired-goto-next-file use-package--warning40 company-input-noop use-package--warning42 tag-word-match-p use-package--warning44 company-grab-line use-package--warning46 haskell-interactive-mode-goto-end-point eshell-cmpl use-package--warning49 radian--advice-org-agenda-default-directory gnus-summary-wide-reply-with-original use-package-\(:type\ git\ :host\ github\ :repo\ \"magit/ghub\"\ :package\ \"ghub\"\ :local-repo\ \"ghub\"\)-nil-nil semantic-throw-on-input wisent-RTC ad-make-hook-form use-package--warning50 use-package--warning51 use-package--warning52 haskell-cabal-section-data-start-column use-package--warning54 company--electric-commands ido-toggle-virtual-buffers use-package--warning57 Replace\ in\ Document wisent-count-sr-conflicts org-mhe-get-message-folder 0 senator-copy-tag-to-register company-files 0 timeclock-status-string use-package--warning60 use-package--warning61 json-post-element-read-function use-package--warning63 url-cookie-setup-save-timer bookmark-bmenu-inline-header-height ivy--format-function-generic ido-everywhere use-package--warning68 use-package--warning69 ibuffer-never-show-predicates wisent-parse-grammar haskell-indentation-parse-to-indentations tq-queue-head-regexp Info-extract-pointer pdf-util-scale-relative-to-points use-package--warning70 -iteratefn use-package--warning72 use-package--warning73 pdf-occur-dired-minor-mode-off-hook cl-struct-package--ac-desc-tags use-package--warning76 flymake--backend-state-reported-p lsp-rename lsp-format-region buffer-strings eshell-file-attributes rotate-frame gnus-group-group-unread parsebib-expand-xrefs isearch-describe-key ffap-read-url-internal use-package--warning81 gfm-view-mode-syntax-table tramp-get-completion-function use-package--warning84 lookaheadset use-package--warning86 tablist-map-with-filter haskell-interactive-mode-hook slime-symbol-start-pos counsel-el magit-ediff-show-unstaged calendar-bahai-epoch lsp-ui-peek-find-workspace-symbol helm-match-item ibuffer-filter-format-alist sp--gfm-point-after-word-p use-package--warning91 delete-on-destroy use-package--warning93 ivy-occur-mode-map use-package--warning95 counsel--cmd-to-dired-by-type hydra-key-regex use-package--warning98 tags-included-tables-function org-mac-grab-link reftex-parse-all flycheck-error-line--cmacro el-patch-require-ivy swiper-query-replace hydra--callablep markdown-nested-imenu-heading-index radian-show-git-mode-major-mode package-archive-contents find-tag-next-line-after-failure-p ob-groovy semantic-show-label 0 flymake-warnline hs-isearch-show-temporary hydra-ibuffer-main/heads projectile-create-missing-test-files ffap-newfile-prompt byte-set treemacs-persist-file cconv-liftwhen haskell-debug-get-span-string pdf-tools-locate-build-directory counsel-find-file-at-point company-dabbrev-code-other-buffers opt-args thing-at-point-file-name-chars set-shifts-nshifts ivy--resize-minibuffer-to-fit dired-copy-filename-as-kill to-groups mark-by-mode-regexp :accessor defun-other-window-form org-journal-update-org-agenda-files --each mml--possibly-alter-image debug--implement-debug-watch makefile-automake-mode eshell-substring radian-clojure-strings-as-docstrings-mode-hook org-preserve-lc format-function rainbow-delimiters-mode-map markdown-mark-subtree wisent-set-assoc purple json-pop ansi-color-context parsebib--match-quote-forward org-emphasize biblio-kill-buffers core-items reftex-delete-overlay title_s use-package-\(:type\ git\ :host\ github\ :repo\ \"pitkali/pos-tip\"\ :package\ \"pos-tip\"\ :local-repo\ \"pos-tip\"\)-nil-nil haskell-process-suggest-remove-import-lines 0 delete-saved-filter-groups describe-current-display-table company--search-update-predicate org-read-date-prefer-future ob-mscgen company--search-assert-enabled counsel-org-goto-face-style haskell-interactive-face-compile-warning use-package-handler/:bind flycheck-verilator-include-path haskell-reload-p alphabetic rmail-search-backwards markdown-include-title-properties severity ask-user package-help-section-name revision\ control mode-local-active-mode partial-rear deb-jump cl-least-positive-normalized-float company--inside-tooltip-p lsp--client-type ffap-c-path reftex-call-back-to-this-buffer markdown-follow-wiki-link-at-point lsp-diagnostic-p gnus-tmp-marked 0 window-group-start-function human-readable nintersection haskell-process-live-build object-slots read-buffer-function regs elisp-refs-autoloads straight-popup term-setup-hook gnus-kill-buffer pdf-isearch-wrap-function haskell-interactive-process idlw-shell sp--self-insert-commands semantic-debug-parser-source cl-deftype-handler diary-from-outlook-internal projectile-default-project-name company-candidates-predicate markup-title-5-face split parsebib--get-xref-fields reftex-cache-cite-echo flycheck-clear-errors coerce lsp-ui-peek-jump-backward projectile-file-exists-p semantic/util websocket-server-filter f-ancestor-of-p use-package-normalize/:bind-keymap* -uniq message-check-news-body-syntax superword reduction-table pdf-annot-list-annotations rmail-summary-mode ivy-state-frame--cmacro gnus-parent-headers electric-pair-skip-self swift-mode:repl-executable compilation-skip-visited custom-sort-items deb-cont ivy-remote haskell-interactive-face-result compilation-previous-error 0 f-canonical oldfnalias sb-image cua--fallback counsel-github-url-p zerodark-theme bookmark-bmenu-file-column occur nindex ps-print-page no-tc ivy-dynamic-exhibit-delay-ms org-table-create-or-convert-from-region gcov-called-line mode-local-equivalent-mode-p flycheck-go-megacheck-disabled-checkers prescient--frequency copy-package-desc imenu-space-replacement override-flag org-journal-time-entry-level ido-set-matches cl--struct-epg-new-signature-p--cmacro electric-pair--insert ebcdic-uk-dos :default-get el-patch-concat mac-pointer-resize-left-right orange flycheck-error-list-after-refresh-hook ivy--sort-files-by-date counsel-pt format-str TeX-insert-quote byte-compile-recurse-toplevel unresolved package-desc-full-name byte-pushconditioncase pdf-util-scale-points-to-pixel gnus-print-buffer ido-virtual-buffers parentheses ivy--flx-propertize ido-last-directory-list use-echo-area reftex-recursive-edit-marker lsp-ui-sideline--toggle-current cl-struct-undo-tree-register-data-tags cl--const-expr-val package--display-verify-error counsel-locate-action-dired radian--kill-buffer-delete-directory-if-appropriate siddham multind bugfix lsp-ui-peek--get-xrefs-list advice2 Lookup\ a\ String\.\.\. biblio-doi--dx-mime-accept reftex-cite-format-builtin ido-unc-hosts-cache semantic-overlay-put bookmark-old-default-file gnus-inhibit-demon showhide-fringe projectile-globally-unignored-files url-cookie nnmail-get-active kmacro-edit-macro-repeat lsp--capabilities prescient-initials-regexp straight-recipes-markdown-mode-version endnotes isearch-toggle-char-fold ffap-tex highlight-lines-matching-regexp erc-input-face org-goto-local-search-headings lsp--apply-text-edits \.port org-agenda-new-marker atomic-chrome-extension-type-list semantic-reset-system-include flycheck-eslint-config-exists-p encryption flymake-err-line-patterns ibuffer-cached-filter-formats nedges semantic-mode-hook compiler-macroexpand gnus-seconds-month helm-swoop-target-line-face company-prescient-mode-map purge-from-projectile-cache ibuffer-mark-help-buffers 0 org-journal-carryover repo markdown-cur-list-item-end erc-spelling mode-line-next-buffer parsebib--biblatex-inheritances tablist-read-equal-filter flycheck-haskell-ghc-executable winner-make-point-alist parenthesis counsel-command-history-action-edit-and-eval lpr-buffer tablist-filter-edit-display-help ido-record-ftp-work-directories org-get-local-tags-at flycheck-go-errcheck-executable ivy-recursive-restore counsel-git-log-cmd counsel--async-filter gnus-header-content --cl-block-lsp--workspace-registered-server-capabilities--cmacro-- \.payload\.text 0 org-bullets-bullet-list gnus-read-active-file-2 compilation-grep-find pdf-view-auto-slice-minor-mode-hook auto-revert-notify-watch-descriptor-hash-list make-obsolete-overload hydra-ibuffer-filter/hydra-ibuffer-main/body-and-exit 0 ido-find-literal markdown-insert-code widget-default-delete 0 center-paragraph auth-source-specmatchp smart lsp-ui-peek--find-xrefs author-year straight-recipes-clj-refactor-version semantic-complete-inline-project ibuffer-save-filter-groups haskell-process-do-cabal org-export-latex color-clamp org-clocktable window-min-height bookmark-bmenu-use-header-line ido-complete do-query-replace-regexp ad-position-p --cl-block-lsp--parser-response-result--cmacro-- avy-goto-symbol-1 nsm-save-host-names use-package-handler/:demand 0 image-previous-line browse-url-url-encode-chars reftex-try-all-extensions mac-separator-tab irony-version 0 hydra--format org-bibtex-write haskell-process-show-overlays projectile-root-top-down-recurring company-height bookmark-completing-read mml-secure-encrypt gnus-info-read bibtex-completion-clear-string-cache company-require-match-p crm114 haskell-align-imports-collect counsel--git-grep-count auth-source-netrc-search variable-pitch elbank-progressbar-fill-face x-mac-cyrillic lsp--parser smartparens-global-mode-off-hook rmail-get-attr-names cp932-2-byte timezone-make-sortable-date babel\ language gnus-read-active-file-p nnimap-find-connection show-paren-match haskell-font-lock-compose-symbol next-position electric-quote-comment counsel-git-grep-history frame-pixel-width pdf-info-getattachment-from-annot comment-empty-lines pdf-tools-set-modes-enabled :init-value window-group-start org-link-edit ido-is-unc-root 0 0 ibuffer-repair-saved-filters diary-insert-anniversary-entry org-beamer-export-as-latex haskell-process-set-response special-mode-hook :formatter f-relative chinese-gb18030-unix semantic-unmatched-syntax-cache-check TeX-macro-global save-filter-groups bookmark-show-annotation reftex-highlight-shall-die infix gnus-summary-mail-other-window multiple-value-setq ivy-history straight-recipes-memoize-version org-journal-search-follow-link-action pdf-occur-ibuffer-minor-mode-on-hook company-echo-strip-common-format gnus-summary-high-undownloaded-face f-equal-p el-patch-validate pdf-isearch-minor-mode-on-hook project-am straight-recipes-logito-version projectile-project-p auth-source--decode-octal-string compilation-mode-separator2 url-queue-buffer--cmacro haskell-indentation-expression-list flycheck-rpm-rpmlint-executable action-internal 0 semantic-highlight-edits-new-change-hook-fcn flycheck-javascript-eslint-executable saved-yank-menu true-filename custom-browse-group-tag-action gnus-long-file-names c-add-style semantic-lex-depth global-undo-tree-mode-hook erc-page projectile-remove-ignored nnmail-message-id-cache-length Multind 0 cmd-proc sx-open-link agenda-files-without-org-journal floatfig widget-documentation-string-action rmail-forwarded-attr-index gnus-continuum-version pdf-cache--prefetch-timer Info-final-node no-pubkey gnus-article-mark semantic-navigation-separator create-if-interactive-and-no-custom-id org-clock-continuously Custom-mode-menu compilation-page-delimiter bbdb-record-xfield markdown-forward-block semantic-new-buffer-fcn-was-run sh-variables ps-print-zebra php-eldoc lsp--make-document-range-formatting-params flycheck-jsonnet-executable straight-recipes-rust-mode-version use-package-\(:type\ git\ :host\ github\ :repo\ \"syohex/emacs-hcl-mode\"\ :package\ \"hcl-mode\"\ :local-repo\ \"emacs-hcl-mode\"\)-nil-nil tags-table-format-functions doc-view-desktop-save-buffer flycheck-parse-rustc use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/magit-gh-pulls\"\ :package\ \"magit-gh-pulls\"\ :local-repo\ \"magit-gh-pulls\"\)-nil-nil tablist-read-filter-name websocket-on-close--cmacro darcs el-patch-require-ruby-electric ibuffer-locked-buffer-p cider-inspect-defun-at-point company-eclim-executable-find Mark\ Block helm-ff-prefix use-package-\(:type\ git\ :files\ \(\"visual-regexp-steroids\.el\"\ \"regexp\.py\"\)\ :host\ github\ :repo\ \"benma/visual-regexp-steroids\.el\"\ :package\ \"visual-regexp-steroids\"\ :local-repo\ \"visual-regexp-steroids\.el\"\)-nil-nil noentries messagep f--traverse-upwards erc-paranoia url-queue-silentp clojure-indent-style nnir-swish-e-index-file flycheck-display-errors-delay yaml-ruby :domain Commentary 0 biblio-strip gnus-group-list-inactive-groups melpa global-atomic-chrome-edit-mode tags-apropos-verbose grep-tag-default imenu--create-keymap returnonerror ffap-dired company-prefix use-package-normalize/:config/el-patch nsublis package--build-compatibility-table css-mode-map hydra-window/lambda-z projectile-verify-file-wildcard org-list-search-generic Info-undefined ivy-set-prompt company-files-exclusions custom-face-get-current-spec global-flycheck-mode-buffers nnimap-split-fancy pdf-view--write-contents-function reftex-everything-regexp-no-index flycheck-verification-result-message url-file-name-completion semantic-symref-tool-grep-list-p use-package-handler/:disabled org-indent-agent-resume-delay counsel-ag-base-command gnus-adjust-marked-articles wisent-allocate-itemsets haskell-cabal-save-indentation server-with-environment atomic-chrome-edit-mode-major-mode projectile-test-prefix markdown-insert-header-dwim debugger-old-buffer subst-if-not :pos package--list-loaded-files lsp--markup-content-p 0 company-search-keypad custom-reset DocView use-package-\(:type\ git\ :files\ \(\"elisp/*\.el\"\)\ :host\ github\ :repo\ \"chrisdone/hindent\"\ :package\ \"hindent\"\ :local-repo\ \"hindent\"\)-nil-nil semantic-tag-with-position-p markdown-footnote-find-text flymake-diagnostics-buffer-mode-syntax-table semantic-init-mode-hook difference xref--next-error-function Info-build-node-completions-1 semantic-describe-buffer-var-helper recursive-path message-signature biblio-results-header-face lsp-ui-doc-background func ido-use-url-at-point tablist-filter-map reftex-vars magit-log-head gnus-group-sort-alist-function etags-tags-included-tables bibtex-autokey-name-case-convert browse-url-chrome company-echo-metadata-frontend flycheck-buffer-empty-p projectile-reset-cached-project-root org-self-insert-command reftex-add-to-label-alist :pre bad-signature org-agenda-set-mode-name reftex-what-special-env rmail-fontified org-get-org-file semantic-bovinate-nonterminal-check-obarray zerodark-modeline-buffer-identification lsp-completion-item lsp-ui-flycheck-add-mode gnus-mark-article-as-read nnir-search-history mouse-drag-throw iso-2022-8bit-ss2-mac lsp-diagnostic-range infty emerge haskell-interactive-prompt-read-only message-header-xheader projectile-bzr-command flycheck--verify-princ-checker :settings undo-tree-visualizer-mode Kill\ ring\ save org-redisplay-inline-images get* ido-wash-history after-setting-font-hook 0 flycheck-gfortran-warnings 0 moved-from seventh markdown-inline-code-at-point-p gnus-widget-reversible-to-external json-mode-standard-file-ext org-wikinodes semantic-ia-complete-symbol-menu avl-tree-size mml-secure-cache-expiry-interval org-capture-refile indent-region-line-by-line org-add-props :message widget-default-notify comint-last-output-start flycheck-racket-executable projectile-ignored-buffer-p browse-url-can-use-xdg-open Add\ THIS\ to\ Index\ Phrases namazu ido-enter-dired browse-url-netscape-send bibtex-completion-notes-mode-major-mode package-pinned-packages 0 epg-key-signature-validity--cmacro org-bullets-bullet-map magit-bookmark--status-make-record mm-inline-external-body mml-secure-encrypt-pgpmime Indent\ Region bovinate help-info ange-ftp-default-user :config hydra-ibuffer-main/ibuffer-forward-filter-group auth-source--aput-1 org-table-sum company-eclim--prefix bookmark-bmenu-mark open-access-status pdf-info-pdf-date-regexp haskell-interactive-mode-history-toggle tablist-named-filter ido-auto-merge-timer gnus-summary-save-in-vm radian-fix-whitespace-global-mode-enable-in-buffers bibtex-completion-notes-mode-on-hook 0 ffap-prompter 0 sp-get-quoted-string-bounds browse-url-kde-args frame-char-width projectile-commander-methods gnus-group-make-web-group try-r mouse-select-region-move-to-beginning accept-func gnus-list-memq-of-list Go\ to\ the\ inbox\ of\ a\ feed\.\.\. markdown-inside-link-p edits swiper--line c-eldoc-print-current-symbol-info do-applescript lexical-let f-this-file gnus-group-sort-flat org-export-texinfo rec-type markdown-gfm-code 0 blink-cursor-timer 0 on-message straight-recipes-js2-mode-version lsp-send-request ido-keep-item-list semantic-lex-block-streams newst-treeview straight--process-run biblio-arxiv--extract-id ivy-state-collection wisent-input 0 websocket-error flycheck-python-mypy-executable gnus-agent-read-servers-validate-native s-reverse hi-lock-faces 0 org-current-tag-alist widget-key-sequence-read-event tablist-selection-changed-handler reftex-label-mac-list semantic--tag-deep-copy-tag-list ido-initiate-auto-merge reftex-index-tag-face response-result semantic-popup-menu gnus-summary-wash-display-map gnus-newsgroup-ephemeral-ignored-charsets 0 org-crypt-tag-matcher semantic-highlight-func-mode custom-variable-documentation company--scrollbar sp-state-last-syntax-ppss-point--cmacro biblio-dblp--parse-search-results markdown-export-kill-buffer company-candidates-length magit-tag rec-values pdf-annot-add-highlight-markup-annotation biblio-selection-mode-hook object-of-class-p 0 semantic-insert-foreign-tag-change-log-mode f--path-separator epg-context-armor--cmacro restart-emacs compilation-mode-font-lock-keywords --cl-block-outer-- internal--build-binding-value-form package-desc-priority-version hydra-ibuffer-action/ibuffer-do-view-other-frame-and-exit url-handler-file-remote-p tls-checktrust smartparens-strict-mode-off-hook company-irony-c-headers company-auctex-symbols projectile-keep-project-p emacs-init-time deb-s0 deb-s1 deb-s2 straight-process-buffer tag-lines-already-matched markdown-mode-style-map bibtex-completion-parse-bibliography info-header-node counsel-git-log-split-string-re custom-add-parent-links js2-old-indent browse-url-epiphany-new-window-is-tab ido-delete-backward-word-updir debian markdown-text-property-at-point reftex-syntax-table-for-bib browse-url-netscape-sentinel dabbrev--last-table w3m-haddock-heading-face notmuch-message-summary-face Lookup\ a\ string\ and\ display\ index\ of\ results\.\.\. allprefix eieio--class-index-table--cmacro f-writable-p radian-find-init-el 0 bookmark-default-annotation-text company-abort-manual-when-too-short projectile-cabal-project-p swiper-window-width org--line-empty-p flycheck-start varid command-line-1 tag-symbol-match-p jabber-history-dir bs-appearance notmuch-search-unread-face pdf-view-enlarge scheduled-time ibuffer-filtering-qualifiers company-search-filtering markdown-edit-code-block-default-mode elisp-lint no-markup-p INDEX copy-file-notify--watch magit-blame-mode Info-isearch-pop-state markdown-compress-whitespace-string Info-next-menu-item 0 lunar front-context-string 0 reftex-index-support label-start semantic-stickyfunc-mode-off-hook :rc4 message-fill-field-address company-in-string-or-comment 0 magit-rebase ediff-window ibuffer-make-column-filename-and-process reftex-key-to-index-macro-alist getannot ffap-list-directory swiper--face-matcher reftex-save-parse-info Integer swift-mode:auto-close-multiline-comment sp-change-inner minibuffer-inactive-mode-map Buffer-menu-sort show-smartparens-global-mode-on-hook custom-themed package-desc-summary straight-recipes-go-mode-version tmm-shortcut project-bundle dont-check-for-anything-just-trust-me ivy-partial open-result browse-url-netscape-program f-guard-error :custom-reset-standard semantic-read-type nsm-temporary-host-settings gh-cache gnus-group-quit-config :delayed-hook projectile :match-edges str-to-insert recentf-cleanup prop-alist sh-indentation gnus-newsgroup-savable-name gnus-override-method global-semantic-highlight-func-mode-off-hook ivy-forward-char format-kbd-macro PDF\ Tools pdf-util-expand-file-name markdown-cycle-setext --every-p ebrowse-member f90-mode undo-tree-node-clear-visualizer-data replaced projectile-file-exists-cache-cleanup package--download-and-read-archives haskell-cabal-indent-line Search ruscii-unix :display-sort-function org-clock-has-been-used haskell-auto-insert-module-format-string 0 Add/Move\ Current\ File\ to\ Front\ of\ List acc used parse replacer gnus-update-missing-marks 0 f-append-text haskell-process-suggest-language-pragmas counsel-semantic-tags acl org-irc-ellipsify-description ffap-url-at-point haskell-font-lock-fontify-block tablist-edit-column-bounds ada coding\ system org-bibtex-export-to-kill-ring sp-pair-overlay-list notmuch-crypto-decryption semantic-before-toplevel-cache-flush-hook 0 counsel-linux-app-action-default reftex-arg-cite adj :value-inline bof-list :rem tablist-filter-binary-operator sym-temp-let magit-run-gitk-all newsticker-reader compilation-next-error counsel-grep-post-action-hook 0 eshell-search-path avy--style-fn ivy-kill-line org-clock-notify-once-if-expired message-remove-header sp--get-allowed-regexp pdf-view-use-scaling org-agenda-buffer semantic-parse-tree-set-needs-rebuild semantic-flex-keywords mode-local-use-bindings-p org-list-set-checkbox elapsed markdown-hr-display-char turn-on-haskell-decl-scan cdlatex-environment ido-enable-dot-prefix 0 ivy--flx-sort xref-match-item--eieio-childp bibtex-field-kill-ring-yank-pointer ido-directory-too-big-p &environment :collection lsp-ui-doc--set-eldoc epg-bug-report-address --cl-block-lsp-diagnostic-source-- haskell-interactive-next-error-function cedet-version company-occurrence-prefer-closest-above projectile-completing-read compilation--make-message eieio--defalias hexlify-buffer gnus-summary-prev-unread-same-subject default-port custom-comment-show epa-key-list-import-keys Markdown lsp--text-document-code-action-params display-table-slot message-auto-save-directory ido-bufs-in-frame define-key-after speedbar-file-face occur-mode-goto-occurrence-other-window smartparens-python org-koma-letter-export-to-latex org-element--cache-root reftex-renumber-simple-labels magit-submodule-popup after-input radian--mode-line-project-and-branch ibuffer-filter-by-filename isearch-start-hscroll org-sexp-date org-mhe-get-header s-count-matches compilation-get-file-structure copy-flycheck-error Save\ Document ido-default-file-method :switches org-export-default-language mailclient date2 minor-mode-list dense eshell-glob ibuffer-visit-buffer-other-window-noselect ibuffer-kill-line counsel--yank-pop-truncate ffap-menu-alist reftex-nth-arg request-thread hydra-ibuffer-mark/ibuffer-mark-read-only-buffers-and-exit lsp-eldoc-render-all dockerfile-mode-autoloads gnus-undo-last open-paren biblio--selection-next sr-term-cd-newterm sp-wrap-square aix compilation-in-progress xref--xref-buffer-mode-syntax-table markdown-get-fenced-block-begin-properties allow-newlines websocket-get-debug-buffer-create ivy--cd-maybe Find\ directory viper-backward-char gnus-score-headers gnus-summary-raise-score gnus-data-remove inversion-test diff-refine-removed cl--struct-class-parents windmove-window-distance-delta ivy--case-fold-p custom-browse org-create-customize-menu w32notify-rm-watch company--pseudo-tooltip-height lsp--error-string flycheck-error-list-explain-error radian--advice-help-disable-revert-prompt cps--make-unwind-wrapper thing-at-point-newsgroup-regexp la-elt gnus-summary-line-format haskell-indentation-phrase-rest no-longprefix mule-keymap projectile-determine-find-tag-fn string-delimiter crontab-mode global-semantic-idle-summary-mode gnus-request-create-group mml-boundary gnus-group-news-2-low hydra--strip-align-markers markdown-inline-image-overlays shr-color filter-by-filename apple swift-mode:build-config-keyword-face epa-field-name projectile-verify-file global-outline-minor-mode-cmhh dates sesman-autoloads websocket-server-p spook bibtex-completion-format-citation-cite ibuffer-column-summarizer rcirc-mode company-finish adjust ibuffer-do-view-1 org-get-indentation haskell-indentation-where-post-offset nnir-mode Day\ View dired-auto-revert-buffer gnus-summary-next-thread auto-revert-tail-pos amx not-this-window bookmark-bmenu-this-window :registered-server-capabilities cider-browse-spec 0 ivy--wnd-cands-to-str lsp-parse-error gnus-group-news-5-low gnus-splash browse-url-mozilla-sentinel absolute-start oetu-active-p flymake-after-change-function projectile-cache-current-file company-clang--completion-pattern haskell-process-do-try-info auto-revert-active-p counsel-pt-base-command global-undo-tree-mode-buffers org-journal-time-format temp-file-name ivy-mouse-offset lsp--make-hover-callback markdown-get-start-fence-regexp prescient-save-file t0-name org-indent-agentized-buffers counsel--generic websocket-send-text dabbrev--make-friend-buffer-list org-clock-idle-time quarters Custom-mode-map debugger-return-value sym-temp-map User-Agent jka-compr-info-file-magic-bytes lsp--imenu-create-index ibuffer-old-saved-filters-warning hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 1\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) use-package--warning3 use-package--warning4 multibyte\ character use-package--warning6 ivy-prev-action use-package--warning8 use-package--warning9 ido-minibuffer-setup session-dir -is-prefix\? kmacro-view-item-no compilation--flush-file-structure eshell-mode-map cl--generic-generalizer-name ps-print-buffer-faces Forward\ in\ history lsp--current-region-or-pos doc-view-current-slice ffap-file-exists-string execute haskell-session-lookup markdown-table-at-point-p-function org-journal-link company--search-assert-input gnus-map-articles org-follow-timestamp-link markdown-match-gfm-close-code-blocks haskell-debug-parse-stopped-at force-charset org-add-note projectile-get-other-files org-dblock-write:columnview ido-cache-ftp-work-directory-time update-directory-autoloads flycheck-error-list-entry-< personal ivy-magic-tilde 0 epg-sub-key-fingerprint--cmacro f-read-text markdown-command reductions-next ido-visit-buffer Build\ Full\ Customize\ Menu asm bibtex-completion-cite-command-history ido-final-slash Enable\ on-the-fly\ syntax\ checking font-latex-italic-face compose-region-internal pdf-util-edges-transform package-show-package-list paste company--fetch-candidates straight--determine-find-flavor gnus-summary-best-unread-subject asy reftex-create-tags-file php+-mode local-copy encrypt :run semantic-tag-function-arguments windmove-coord-add path1 seq-mapn ede-speedbar ns-do-applescript nospecial ido-makealist magit-process-ok flymake-compile bibtex-completion-pdf-symbol 0 message-sent-message-via :org-clock-minutes-custom cmax avy-styles-alist gnus-version markdown-match-propertized-text markdown-export use-package-normalize/:delight flycheck-ghc-stack-project-file ace-link--info-action pdf-util-required-hscroll sp-show-pair-from-inside straight-recipes-irony-version rfc2047-encode-function-alist gnus-tmp-false-parent ivy-state-directory hydra-ibuffer-main/body projectile-project-buffer-names opacity company--idle-delay org-decrypt-entries save-place-version-control beginning-of-visual-line package--bi-desc c-mode ivy-state-sort markdown-gfm-language-history gnus-member-of-valid haskell-presentation-buffer-name projectile-get-immediate-sub-projects --cl-block-lsp--client-response-handlers--cmacro-- sp-cancel-autoskip-on-backward-movement defun-buffer util semantic-parse-changes-default bgn nonterm websocket-p--cmacro undo-tree-node-next 0 flycheck-hlint-language-extensions gnus-treat-hide-boring-headers big5-hkscs-dos reftex-select-font-lock-fontify-region haskell-process-cabal :public-key-id 0 venue clevel hcl-mode haskell-cabal-section-add-build-dependency ams-tex-mode reftex-remove-symbols-from-list s-append highlight-uses-mode-replace cmem reftex-uniquify org-clock-cancel-hook erc-prompt-face word-start big hydra--head-set-property min-n gnus-summary-repeat-search-article-forward elisp-byte-code-mode-abbrev-table gh-orgs urlobj rmail-last-regexp company-prescient-transformer ibuffer-title-face mime-security gnus-article-loose-mime ido-max-work-directory-list package--prettify-quick-help-key lsp--gethash markdown--cur-list-item-bounds hydra-message-timer semantic-lex-keyword-invalid org-default-properties semact thcount sp-in-string-quotes-p cider-profile custom-magic eshell-user-id compressed-file pdf-util-scale-pixel-to-points 0 org-clock-user-idle-seconds eclipse-root Info-try-follow-nearest-node newsticker-faces xref-etags-mode-hook haskell-mode--skip-qualification-backward haskell-move-nested-left grouped-by-subs mark-forward s-lowercase-p eshell-uniqify-list hl-line-mode-hook hydra-ibuffer-action/ibuffer-do-shell-command-pipe-replace-and-exit projectile-globally-ignored-modes canadian-aboriginal haskell-debug-insert-current-context ivy-truncate-lines ob-R org-journal-format-date max-y pdf-tools-identify-build-directory published :async Beginning\ of\ Entry toc-levels ido-work-directory-match-only company-grab-word object-add-to-list :render/usecolors biblio-arxiv--parse-search-results biblio-doi--crosscite-url straight-use-package--straight-normalizer 0 bookmark-write-file cfengine-mode publisher magit-collab ivy-prescient--old-ivy-sort-file-function pdf-view-change-page-hook flymake-proc-get-make-cmdline bmk ruby-electric-closing-char haskell-check-paint-overlay parsebib-collect-comments semantic-next-unmatched-syntax haskell-sandbox-exists-p f11 completep haskell-compile-command org-agenda-get-restriction-and-command semantic-decoration-include-visit gradle message-sending wisent-parse-action reftex-bib-extra-face custom-comment-hide straight-recipes-ruby-electric-version hol-year-4 straight-recipe-repositories ivy-rotate-preferred-builders semantic-dependency-tag-file for-build boa reftex-label-info reftex-section-post-regexp :severity thisyear bof calendar-string-spread company-occurrence-prefer-any-closest hydra-ibuffer-action/heads 0 compilation-button-map org-clock-get-clocked-time bom spam-spamoracle reftex-auto-view-crossref-timer make-package--ac-desc score-mode epg--status-IMPORT_PROBLEM flycheck-verilog-verilator-executable bot iso-latin-4-unix abs-day bow bookmark-name-prop use-package-\(:type\ git\ :host\ github\ :repo\ \"jschaf/esup\"\ :package\ \"esup\"\ :local-repo\ \"esup\"\)-nil-nil lsp--client-last-id--cmacro byte-bobp message-header-other-face flycheck-locate-config-file-home org-face-from-face-or-color pdf-occur-revert-buffer cl--loop-handle-accum Count\ Entries :company-prefix-length prefer-utf-8-mac message-ignored-supersedes-headers mh-scan websocket-frame-completep web-mode markdown-fontify-list-items websocket-frame current-buffer-name json-data flycheck--clear-idle-trigger-timer gnus-newsgroup-expirable magit-reflog-cherry-pick atomic-chrome-httpd-send-response bibtex-completion-prepare-entry tq-queue-empty bibtex-completion-notes-global-mode-on-hook yaoddmuse-mode vect bibtex-autokey-titleword-case-convert flycheck-fringe-face lt-column 0 mail-abbrevs-disable company-capf org-agenda-mode TeX-active-styles flycheck-option-gfortran-layout org-list-get-item-begin -find-indices counsel--linux-apps-cache-timestamp proxy-function eieio-set-defaults org-overlay-before-string :org-clock-minutes-default biblio--selection-previous display-term biblio--selection-extended-action 0 flymake--overlays etags-xref-find-definitions-tag-order haskell-session-all-modules option-missing tablist-filter-unparse bookmark-search-size compilation--compat-parse-errors org-choose do-shell-command-file websocket-sentinel copy-lsp--registered-capability ivy-switch-buffer-kill global-atomic-chrome-edit-mode-off-hook preview-TeX-style-dir :mtime cl-most-negative-float LaTeX\ Math\ Support reftex-find-reference-format erc-services cdl tq-process-buffer lsp--send-notification--inliner gnus-group-customize pr-toggle-faces ch1 lsp-common lsp--get-end-position core-next biblio-dissemin--parse-buffer gnus-pp-to-string elisp-archive-directory org-check-for-org-mode semantic-flex-depth sp-get-hybrid-sexp cl-struct-file-notify--watch-tags erc-display request-close pcomplete-use-paring gnus-summary-write-to-file f90 reftex-typekey-list flycheck-scala-scalastyle-executable org-clock-mode-line-map other-window-for-scrolling flycheck-verification-result-label url-setup-done ido-prev-work-file copy-lsp--parser :custom-form electric-pair--balance-info compilation--compat-error-properties LaTeX-insert-left-brace radian ebrowse --cl-finish-- xlfd-regexp-adstyle-subnum change-timer-disabled erc-list mail-dedicated-frame geiser-implementation company-clang-required-version ghub org-element-superscript-parser prefered-coding-system delsel-unload-function char-fold g++ org-clock-remove-empty-clock-drawer :allow-nil-initform wisent-new-state lsp--before-save dont-check gnus-summary-use-undownloaded-faces twig-mode Index\ Style notmuch-search-subject org-clock-default-task helm-swoop-target-line-block-face :key-exchange xref--collect-matches-1 Open\ project\ in\ dired atomic-chrome-buffer-open-style use-package-as-symbol bibtex-parse-association epg-user-id-string flycheck-checker-supports-major-mode-p counsel-load-theme-action gh-profile semantic-highlight-func-highlight-current-tag dabbrev--goto-start-of-abbrev cp437-dos markdown-move-subtree-up eshell-io Renumber\ Simple\ Labels default-prec inferior-python-mode ffip-find-files company--continue haskell-complete-module-component ivy-format-function-line advice semantic-varalias-obsolete no-wait flymake-proc--temp-master-file-name semantic-decoration-unparsed-include-do-reset auth-source--aput score-file etags-select-find-tag geiser-chibi sparc-pascal-line bookmark-current-buffer ffap-file-finder custom-toggle-parent lsp-ui-doc-mode-off-hook flymake-proc-simple-make-init-impl gnus-browse-foreign-server ibuffer-make-column-read-only seconds-to-string xref--convert-hits s-replace-all initial-frame-alist bzr flycheck-def-args-var cached-for idlwave-routine-info TeX-plain-tex-mode completion-pcm-word-delimiters show-smartparens-mode-map epg-key-owner-trust inf-ruby-minor-mode reftex-locate-file 0 sorted markdown-mark-page Info-file-supports-index-cookies-list package--find-non-dependencies HOST_NAME magit-rebase-skip reftex-expand-path number-of-article flycheck-cppcheck-suppressions-file org-thing-at-point :locate cl-struct-eieio--class-tags eshell-ls ido-current-directory haskell-utils-compose-type-at-command quarter Previous noselect org-clock-into-drawer enable-multibyte-characters initarg-tuples reftex-abbreviate-title json-read-number commit slot-missing markdown-wiki-link-alias projectile-find-implementation-or-test-other-window message-send-news-hook hack-charsets starttls-process-connection-type cl-coerce Reset\ RefTeX\ Mode ace-link--org-action index-key-end-re haskell-mode-stylish-haskell-path url-cookie-p--cmacro semantic-dump-parse undo-tree-pull-undo-in-region-branch epa-error-buffer reftex-max-section-depth response-handlers semantic-debug bookmark-get-annotation company-xcode-reset tablist-filter-pop shiftp dired-dnd-popup-notice :previous-string shifts nonl pdf-view-after-change-page-hook sp-point-in-blank-line wisent-set-goto-map message-header-cc local-start projectile-check-vcs-status no-export undo-tree-visualize-switch-branch-left mm-uu-pgp-encrypted-extract-1 calendar-daylight-time-offset semantic-make-local-hook haskell-interactive-mode-old-prompt-start shr-color-visible f-readable-p magit-stash-branch markdown-match-gfm-open-code-blocks wisent-action-row wisent-skip-token wisent-traverse override-global-mode-hook lsp-ui-mode-off-hook elpy-refactor compilation-warning-face :local-pairs display-time-mode-map spray cl-cdadar projectile-idle-timer-seconds reftex-index-math-format :init biblio--throw-on-unexpected-errors ibuffer-mark-read-only-buffers \(Un\)Comment\ region cpp org-show-notification data-debug-insert-stuff-list coffee-mode counsel-org-goto-action _new-value cut-width haskell-blank-line-p hmac-def flymake-proc-real-file-name-considering-includes markdown-syntax-propertize-pre-blocks gnus-article-remove-images outside-comment lsp-ui-peek-jump-forward spam-use-bsfilter gnus-set-mode-line custom-invalid starter-indent recent solar-data-list geiser-faces ibuffer-do-view dav ivy-add-newline-after-prompt lsp-ui-doc--render-buffer day undo-tree-region-data-redo-end Occur\ document helm-header-line-left-margin counsel-customize-face nnir-imap-search-arguments url-queue-url company-xcode-fetch undo-tree-visualizer-select-left sprec hl-line-face python-mypy url-file-symlink-p ivy--highlight-function magit-log-trace-definition projectile-associated-file-name-extensions org-agenda-insert-diary-make-new-entry org-use-tag-inheritance diagnostic url-cookie-delete-cookies hydra--head-property projectile-select-files reftex-memory lsp-ui-peek--peek-hide Describe\ Package org-babel-default-inline-header-args mm-find-mime-charset-region semanticdb-database-typecache-p cte ibuffer-clear-filter-groups haskell-doc-show-type do-not-find-pdf counsel--descbinds-cands art-group pdf-occur-global-minor url-cookie-value org-clocktable-defaults Hebrew\ Date markdown-regex-declarative-metadata sx-ask evil-search-module sp-backward-up-sexp 0 copy-rectangle-to-register debugger-insert-backtrace gnus-article-ignored-charsets custom-face-edit-all ruby-electric-space/return url-queue-callback--cmacro haskell-process-clear mm-automatic-external-display-p literal+initialism use-package-\(:type\ git\ :host\ github\ :repo\ \"ellerh/peg\.el\"\ :package\ \"peg\"\ :local-repo\ \"peg\.el\"\)-nil-nil semantic--tag-deep-copy-value s-capitalized-words w32-pipe-buffer-size ox-taskjuggler der des pdf-info-search-regexp rx-atomic-p esup-depth flycheck-count-errors pdf-cache--image-cache flycheck-d-base-directory org-level-2 org-clock-interrupted-task pdf-occur-buffer-mode-abbrev-table flycheck-flake8-maximum-line-length markdown-check-change-for-wiki-link org-level-7 magit-rebase-abort sp-text-mode-emoticon-p pdf-tools-toggle-debug cvs flycheck-typescript-tslint-rulesdir all-strings package--read-pkg-desc flycheck-error-buffer--cmacro haskell-hoogle-kill-server gnus-get-newsgroup-headers-xover tablist-filter-edit-filter ido-ignored-list copy-url-queue lsp--symbol-to-imenu-elem marked-line :sources compilation-menu-map wisent-prec :dense GFM\ Code\ Block smartparens-global-mode 0 nnimap-find-uid-response reftex-search-document gnus-put-text-property-excluding-newlines company--multi-candidates-mapper zerodark-warning-face :custom-mark-to-reset-standard ido-wide-find-dir ad-Advice-cua-replace-region isearch-unread reftex-latex-syntax-table old-unexists keyfreq-file-lock update-header stateno reftex-referencing-labels die coding-category-utf-8 company-modify-line first-reduction counsel--unicode-names bootstrap-version LAno custom-face-edit Lines tags-apropos-additional-actions f-ext\? browse-url-maybe-new-window ibuffer--near-buffers dir pdf-info-getoptions isearch-regexp lv-use-separator color-saturate-name bindat-length 0 debugger--backtrace-base zerodark-git-face undo-tree-visualizer-selection-toggle-diff ffap-read-file-or-url-internal reftex-where-am-I --- sp-show-pair-match-content-face 0 --all\? gnus-tmp-news-method-string markdown-table-at-point-p flycheck-error gnus-face-3 browse-url-default-macosx-browser radian-after-init-hook no-littering-expand-var-file-name atomic-chrome-on-message do* nnmail-prepare-save-mail-hook smartparens-mode-on-hook company-etags-modes reftex-auto-mode-alist reftex-view-crossref 0 :after-exit find-additional old-max semantic-tag-expand-function f-directories C-down-mouse-2 biblio-dissemin--insert-record hydra-ibuffer-mark/ibuffer-mark-compressed-file-buffers-and-exit nunion flymake-simple-make-java-init company-grab-symbol markdown-backward-paragraph ibuffer-compile-make-substring-form org-clock-insert-selection-line haskell-ident-pos-at-point :apply dp1 group-n company-fill-propertize message-checksum org-agenda-mark-header-line counsel-minibuffer-history docstruct-symbol wildcard-to-regexp org-element-src-block-interpreter reftex-label-support ibuffer-sorting-mode --cl-block-lsp-diagnostic-p--cmacro-- gnus-summary-write-article-body-file group-sym org-cmp-tag eshell-host-names semantic-stickyfunc-indent-string vr/query-replace custom-buffer-create-internal tq-queue-head-closure haskell-indentation-bird-outside-code-p ffap-latex-guess-rules gnus-group-kill-level pdf-util-munch-file straight-recipes-undo-tree-version 0 company-reformat pdf-annot-mouse-add-text-annotation 0 message-delete-not-region projectile-save-project-buffers lsp-ui-flycheck-list-mode-abbrev-table cl--generic-struct-generalizer notmuch-crypto-signature-good dns f-root-p url-handler-unhandled-file-name-directory org-clock-resolve-clock ov-end markdown-maybe-funcall-regexp doi ido-delete-file-at-head ivy-completing-read-ignore-handlers-depth reftex-finding-files pp-last-sexp :properties :match ivy-bibtex-insert-citation window--resize-child-windows-skip-p --cl-block-lsp--workspace-status-- dos dot notmuch-search-date hl-line-mode-map cljr-add-use-to-ns org-bbdb-anniversary-format-alist 0 counsel-locate-function url-host :val :include flymake-fringe-indicator-position 0 shared ruby-rubylint biblio-lookup cl-&optional-arg org-clock-in-switch-to-state comp tags-table-check-computed-list ivy-set-action which :uri dired-mark-prompt frame-title projectile-configure-cmd-map 0 tablist-display-filter-mode-line-tag sh-remember-variable atomic-chrome-get-frame sp--calculate-indentation-offset reftex-toggle-auto-toc-recenter include-file gnus-group-get-parameter-function :use ffap-kpathsea-depth counsel-root-command undo-tree-redo-1 compilation-goto-locus browse-url-gnudoit-program archive-lzh :initial-offset flycheck-sql-sqlint-executable use-package-hush haskell-stack-ghc cljr-change-function-signature org-clock-goto-may-find-recent-task non-unique flymake-proc--get-include-dirs-dot magit-branch-local --cl-block-lsp--client-action-handlers--cmacro-- flycheck-find-checker-regexp gnus-keep-same-level straight-recipes-ace-window-version --split-when $snd ind-sexp flymake-php-init pdf-util-highlight-regexp-in-string perl-mode ido-before-fallback-functions projectile-invalidate-cache url-http-end-of-headers xref--show-pos-in-buf use-package-\(:local-repo\ \"org\"\ :files\ \(:defaults\ \"contrib/lisp/*\.el\"\)\ :package\ \"org-plus-contrib\"\ :type\ git\ :repo\ \"https://code\.orgmode\.org/bzg/org-mode\.git\"\)-nil-nil dst s-starts-with\? gnus-cache-enter-remove-article mail-header-set-message-id keep-mode-if-same copt erc-goodies smartparens-strict-mode-hook org-agenda-current-span yaoddmuse-wikiname undo-end websocket-on-message--cmacro reftex-label-ignored-macros-and-environments Markup\ Completion\ and\ Cycling org-clock-clock-out org-eldoc-breadcrumb-separator package--initialized markdown-electric-backquote -map-first pr-customize biblio--help-with-major-mode mh-tool-bar core gnus-article-decode-charset rassoc-if markdown-gfm-get-corpus :no-require display-line-numbers-type mail-source-strip-keyword tty-color-mode-alist elpy-django 0 prolog url-queue-start-retrieve company--capf-cache json-mode-beautify flymake-diagnostic-beg company-callback keep-file semantic-mode-on-hook em-alias all-the-icons--icon-info-for-buffer external-symbols company-echo-show-when-idle counsel-git-log-function company-mode-major-mode flycheck-display-errors-function wisent-state-table-size message-goto-cc gnus-same-method-different-name gnus-group-sort-groups-by-alphabet flycheck-python-mypy-ini keve mail-source-callback debugger-bury-or-kill lv-message face-italic-p spam-bogofilter flymake-proc--replace-region projectile-test-project global-outline-minor-mode-enable-in-buffers bookmark-edit-annotation-mode undo-tree-make-redo-region-data Switch\ to\ open\ project rlhs nnir-hyrex-additional-switches reftex-reset-mode -dotimes wisent-cook-tag eshell-script installation scripts methname ogonek :company-match org-agenda-filter-expand-tags ivy--prompt-selected-p journal-entry splash_url reftex-index-section-face pdf-occur-history doc-view-scale-bounding-box f-uniquify-alist company-scrollbar-bg hydra-ibuffer-filter/ibuffer-filter-by-name gnus-mh 0 f-dirname 0 synctex-backward-search aggressive-indent-mode caller ido-make-buffer-list-1 gnus-article-highlight-headers rmail-delete-headers hour-fix Bibentry sx-switchto-map reftex-view-crossref-extra layout-indent markdown-wiki-link-alias-first gnus-group-spam-exit-processor-blacklist -tree-mapreduce lsp-on-open epg-import-keys-from-string pdf-info-quit org-list-get-prev-item caption pdf-view-text-regions-hotspots-function \.\.\.in\ Other\ Window global-hl-line-unhighlight flycheck-puppet-parser-executable auth-source-delete woman-faces background-blue url-rlogin browse-url-url-at-point org-transpose-element ruby-electric-mode-map company-preview-common--show-p pdf-view-create-image TeX-auto-apply biblio-arxiv--pdf-url semantic-tag-overlay reftex-what-macro field-width semantic-cache-data-to-buffer f-move --cl-block-lsp-diagnostic-line-- radian-fix-whitespace-global-mode-buffers gnus-no-server Certificate\ Type bookmark-bmenu-ensure-position company--scrollbar-bounds info-lookup-change-mode lsp-highlight-symbol-at-point reparsed-files hydra-ibuffer-sort/ibuffer-do-sort-by-size lsp--set-code-action-params ->> lsp-ui-imenu--win-separator clojure-convert-collection-to-quoted-list window-conf custom-buffer-style menu-bar-make-mm-toggle default-info hypertext company-scrollbar-fg separator-ediff-windows markdown-export-and-preview flycheck-parse-xml-string tool-bar-setup watchpoint company-idle-begin Continuous lsp-demote elems third math-mode rfc2047-encode-max-chars org-agenda-entry-text-show scheme Insert\ Task\ List\ Item ffap-rfc-directories org-small-year-to-year bibtex-completion-insert-reference pdf-occur-global-minor-mode-on-hook eieio-object-name hydra--input-method-function lsp-ui-doc--hide-frame random-state-p gnus-summary-dummy-line-format-spec nocheck markdown-outdent-region gud-tooltip-mode flycheck-clang-include-path auth-source-do-cache company-lighter :typemodifiers flymake-diagnostic counsel-git-grep-switch-cmd company-xcode-types dired-do-search ivy--insert-minibuffer biblio-dissemin--url outlineify-sticky thisq counsel-linux-app-format-function-name-first semantic-parse-tree-unparseable websocket-frame-too-large epg-signature-digest-algorithm custom-group-reset-saved diff-hunk-header custom-magic-value-create not-newline markdown-content-type calc-dispatch s-format checkbox reftex-check-parse-consistency symbol2 flycheck-python-pycompile-executable markdown--table-at-point-p straight-vc-git--decode-url prefix-command--last-echo haskell-presentation-slot-button ld-script reftex-macros-with-index flycheck-php-phpcs-executable bindat--unpack-u8 gnus-convert-image-to-gray-x-face parsebib-read-entry helm-candidate-number semantic-ignore-comments template-haskell-quote cl-declarations-or-string flycheck-syntax-check-new org-disputed-keys :start-line wisent-production-bounds mm-uu lsp--send-notification far vc-sccs ivy-kill-ring-save flymake-proc--unprocessed-mark gnus-uu tophl counsel-rhythmbox-play-song chinse-two-byte undo-tree-node-redo--cmacro atomic-chrome-server-atomic-chrome vhdl haskell-debug-parse-history-entry custom-face-edit-activate terraform-mode-autoloads show-smartparens-global-mode-map ido-wide-find-dirs-or-files radian--projectile-indexing-method-p semantic-flex dart-mode counsel-git-grep-query-replace org-clock-task-overrun-text epg--status-GET_LINE reftex-get-cite-format lisp-complete-symbol global-atomic-chrome-edit-mode-check-buffers org-bullets-mode-off-hook gnus-group-news-low-empty-face ivy--subexps markdown-extend-changed-region pdf-view-next-page custom-face-action gnus-goto-char interactive-buffer org-x11-idle-seconds lsp-ui-sideline-show-code-actions ido-cache-ftp-valid fcv adaptive-fill-regexp flycheck-json-jsonlint-executable tablist-mode-filter-map message-completion-function finder-unknown-keywords utf7-decode debugger-mode-abbrev-table vc-file-setprop smex-rank company-cmake--parse custom-state pdf-isearch-current-colors org-babel-execute:sclang feedmail-queue window-id gnus-asynchronous run-haskell haskell-process-set-suggested-imports start1 start2 haskell-navigate-imports-start-point pdf-info-getselection abszone projectile-project-unignored-files ad-get-cache-definition ido-make-merged-file-list biblio--read-query _val ivy-kill-word TeX-modes org-babel-temp-file ivy-exit org-outline-level reftex-no-info-message doc-view-last-page counsel-linux-apps-faulty --remove-last line-end hfy-optimizations nnimap-convert-partial-article haskell-process-filter matches message-send-mail-with-mh custom-group-save ert-kill-all-test-buffers mml-smime-verify-test haskell-process-haskell-docs-ident shr-image-map org-context swiper-invocation-face org-habit-p method-or-server match-data-list find-tag-regexp-next-line-after-failure-p ivy-help-file parsebib-find-bibtex-dialect lsp-ui-peek-find-implementation cperl-affected-by-hairy verify-tags-table-function fortran-gfortran zerodark-error-face 0 semantic-customize-system-include-path haskell-cabal-goto-section-type err-table gnus-group-timestamp pdf-misc-size-indication-minor-mode-off-hook image-mode-winprops-original-function wisent-push-var Mark\ Section racket-repl-mode criteria meghanada-server-install-dir flycheck-first-error org-clock-get-table-data debugger-step-after-exit image-type-from-buffer haskell-debug-with-modules :depth filter-by-size-gt company-show-location electric-help bookmark-name-from-full-record compilation-fake-loc company-ensure-emulation-alist ivy-state-def gnus-group-mail-1-low gnus-server-add-address message-forward-make-body-digest-plain org-edit-src-abort tags-table-set-list url-file-writable-p 0 company--capf-data-real avl-tree-stack-first lsp--window-show-message gnus-summary-raise-same-subject-and-select undo-tree-visualizer-selection-mode ediff-odd-diff-A ediff-odd-diff-B ediff-odd-diff-C zerodark-buffer-coding company-eclim-auto-save flymake-proc--find-buildfile haskell-cabal-section-name tablist-do-operation hydra-window/heads fn2 mm-default-directory cl-struct-url-queue-tags grep--save-buffers nnmail-cache-fetch-group 0 s-prefix-p haskell-process-restarting websocket-frame-payload gnus-execute ivy-occur-grep-mode-syntax-table haskell-process-file-loadish org-clock-sum-custom semantic-alias-obsolete is_primary semantic--tag-copy-properties grep-find-ignored-files smartparens-strict-mode-map company-dabbrev--time-limit-while ivy-pop-view-action haskell-process-send-string image-mode-as-text nnimap-update-infos ad-Advice-tq-process-buffer meson pdf-view-max-image-width mail-rfc822-time-zone org-clock-mode-line-total gnus-group-unread browse-url-conkeror-new-window-is-buffer counsel-git-stash-kill-action semantic-set-unmatched-syntax-cache xselect-convert-to-string set-errs-nerrs flt nnir-swish++-additional-switches markup-meta-hide-face avy-tree flx ibuffer-update-saved-filters-format haskell-mode-before-save-handler org-journal-search-by-string semantic-symref-find-text completion-in-region--data haskell-debug-get-breakpoints -reject-first counsel-ibuffer--get-buffers sp--keep-indentation reftex-section-or-include-regexp binary-overwrite-mode jikes-file biblio--selection-mode-name-base unnumbered org-capture-goto-target websocket-get-opcode ido-everywhere-hook global-auto-revert-ignore-buffer s-pad-right reftex-cache-variables url-encoding-table markdown-range-properties-exist big5*-* async-autoloads company-eclim-executable gitconfig-mode compilation-minor-mode-off-hook god-mode-self-insert rmail-get-remote-password comint-buffer-maximum-size semantic-tag-incompatible-version file-link whitespace-indentation Final\ Node gnus-setup-news Goto\ Today markdown-insert-link-button flymake-running-backends custom-raised-buttons gnus-group-spam-exit-processor-ifile custom-guess-doc-alist vc-bzr json-encode-alist after-p rmail-mime-message-p help-go-forward biblio-format-bibtex :sibling-args org-journal-hide-entries-p org-link-follow f-copy-contents sp-pair-list Mark\ All\ Obsolete\ for\ Deletion ediff-vers pdf-cache--data ace-link--woman-action compilation-next-error-function fpr haskell-process-prompt-restart-on-cabal-change subword-find-word-boundary pdf-misc-popup-context-menu 0 reftex-find-label-regexp-format2 org-find-entry-with-id geiser s-chomp isearch-yank-char symname radian-highlight-long-lines-mode-on-hook saved-match-data nomessag projectile-cached-buffer-file-name semantic-something-to-tag-table lsp-generalise-applicative --split-with semantic-current-tag magit-section magit-diff-hunk-heading-highlight epg--status-POLICY_URL flycheck-ghc-package-databases typescript-mode-autoloads package--ac-desc-extras kill-compilation One\ File haskell-mode-buffer-apply-command sortkey package--append-to-alist 0 counsel-describe-face rfc2047-syntax-table flop-frame Options khar Mark\ Paragraph filename-and-process counsel-org-headline-display-style pcomplete-continue gnus-check-reasonable-setup org-clock-total-time-cell-format mc/mark-pop org-bibtex-prefix flycheck-haskell--find-default-directory gnus-summary-push-marks-to-backend xref-after-return-hook gnus-group-sieve-map key-name epa-key :table-special takeprompt ivy-completing-read-dynamic-collection supercite-frames reftex-prefix uri_s 0 gnus-request-pseudo-article org-element-strike-through-parser json-number-format counsel-linux-app-format-function-command-only url-os-type org-agenda-entry-types file-list :function-document mm-get-content-id biblio-doi--dx-callback org-agenda-entry-text-hide swift-mode:run-repl flymake--diag-type obuf swiper-all-function org-agenda-remove-filter recentf swiper-font-lock-ensure haskell-indentation-type org-clock-in-prepare-hook json--decode-utf-16-surrogates --cl-block-straight-vc-git-merge-from-remote-- downfrom make-lsp--client calendar-backward-year org-goto magit-section-highlight atomic-chrome-server-ghost-text flymake-proc--interrupted el-patch-locate-variable state1 state2 wisent--item-no reftex-with-special-syntax grep-filter custom-magic-faces wisent-item-number lexical-let* biblio-selection-mode straight--ensure-profile-cache-valid erc-control-characters counsel-linux-app-format-function-name-only sp-last-kill-whitespace mail-source-imap-authenticators distance reftex-access-search-path help-string tablist-move-to-major-column flymake-proc-simple-cleanup ibuffer-copy-buffername-as-kill ivy-virtual-abbreviate info-insert-file-contents-1 org-yank-folded-subtrees reftex-using-biblatex-p cua-base seq-map flycheck-finish-checker-process term-color-yellow :accept-string ido-exhibit vhdl-style make-backup-file-name ht-autoloads pdf-occur-ibuffer-minor-mode-hook byte-char-before view-mode-p widget-member el-patch-defcustom counsel-ag-command gnus-matches-options-n company-cmake--unexpand-candidate full-other-window-keybinding mc/add-cursor-on-click ido-common-match-string sp-swap-enclosing-sexp markdown-regex-code window-fringes url-insert-file-contents elisp-get-fnsym-args-string use-package-\(:type\ git\ :files\ \(\"loop\.el\"\)\ :host\ github\ :repo\ \"Wilfred/loop\.el\"\ :package\ \"loop\"\ :local-repo\ \"loop\.el\"\)-nil-nil asynchronous-p auth-source-backend--anon-cmacro dontexpunge anniversary lsp--versioned-text-document-identifier PostScript color-xyz-to-xyy kmacro-step-edit-help :formula org-clock-out-remove-zero-time-clocks xref-buffer-location semantic-bovinate-toplevel websocket-parse-repeated-field reftex-revisit-to-echo up-mouse-3 flymake--with-backend-state states flycheck-checker-default-executable markdown-gfm-block-end article-ids ido-make-dir-list-1 ido-active mark-special-buffers lsp--client-language-id--cmacro semantic-tag-of-class-p -juxt company-dabbrev-code-ignore-case mercury-mode tablist-edit-column-minor-mode-hook counsel-package-action sp-in-docstring-p Restore\ from\ File org-entry-restore-space eieio--initarg-to-attribute -any-p f-root\? ibuffer-tmp-show-regexps haskell-interactive-mode-include-file-name projectile-get-ext-command 0 vc-cvs semantic-edits-new-change-functions ibuffer-default-directory haskell-process-prompt-regex translation-hash-table 0 org-agenda-type url-queue-parallel-processes biblio--cleanup-bibtex url-scheme-get-property normalization so-far lsp-status org-eldoc-test-buffer-name tdpos word-search-regexp ibuffer-do-isearch-regexp file-notify--watch ivy-action-wrap bibtex-completion-add-pdf-to-library flycheck-locate-config-file-functions preceding-char projectile-hash-keys mouse-select-font static bib-files ivy-mode-hook cua-replace-region true-color message-next-header mm-preferred-coding-system ivy--find-file-action run-mit s-chop-suffix delete-file Caesar\ \(rot13\)\ Region browse-url-delete-temp-file w32-vars cider-find-dwim flycheck-coffeelintrc global-semantic-show-parser-state-mode-on-hook org-clock-save browse-url-gnome-moz-program 0 Jurabib groups custom-redraw thing-at-point-url-at-point websocket-process-frame fortran-indent lsp--client-p rmail-use-spam-filter flycheck-error-group 0 debugger-continue wisent-struct lsp-ui-sideline--code-actions magit-cherry-harvest s-left extra-capabilities-cons ffap-bib-path xref-match-item-child-p ps-print-preprint viqr package-menu-mark-unmark pdf-view-mouse-set-region-rectangle lsp--inc-cur-file-version--inliner read-file-name-function wisent-quote-p el-patch-require-tex vc-before-checkin-hook global-semantic-highlight-func-mode-map reftex-move-over-touching-args gnus-uu-digest-mail-forward ido-enable-last-directory-history diff-added-background 0 Midnight\ Mode archive-7z package--ac-desc-version url-p--cmacro no-littering-autoloads lsp-face-highlight-read Automatic\ Recenter 0 0 message-cleanup-headers org-priority-up nxml-faces --cl-block-straight-watcher-start-- highlight-indentation :prescript-delay el-patch-defvar pdf-info-pagelinks ibuffer-mode-hook ps-mule ivy--split-spaces notations sequence1 Next\ Link straight--recipe-repository-stack lsp--before-change-vals projectile-known-projects-file tool-bar-images-pixel-height image-toggle-display-image hydra-ibuffer-filter/heads lsp-ui-doc--visit-file backquote gnus-article-hiding ibuffer-filter-by-content find-file-in-project-by-selected table-justify-row company-init-backend semantic-show-parser-state-mode-off-hook ess-julia-mode authors ido-use-faces reftex-varioref-vref message-mode-map gnus-article-washing lsp-make-notification keep-prefix message-read-from-minibuffer package--update-selected-packages sp-forward-barf-sexp company-clang--lang-option markdown-beginning-of-defun pdf-occur-abbrev-document flymake-proc--get-full-patched-file-name c-electric-lt-gt tablist-filter-set-entry-hidden 4bsd pdf-info-renderpage-highlight 0 flycheck-php-phpmd-executable semantic-tag-make-assoc-list markdown-metadata-markup ido-enter-find-file flymake-proc--master-file-name :cipher-id python-pycompile ede/base org-clock-jump-to-current-clock oddp ibuffer-view-ibuffer finder-mode netrc-parse markdown-cycle-hr cedet-packages ede-project-options url-cookie-delete haskell-process-cabal-live jde-mode straight-recipes-spinner-version alt-file :protocol let-alist--remove-dot markdown-toggle-math conditional initial-value haskell-yesod-parse-routes-mode-syntax-table minibuffer-completion-predicate package--user-selected-p gnus-invisible-cut-children sequences semantic--tag-properties-cdr get-setf-method tide-project-errors org-agenda-get-day-entries senator-step-at-tag-classes make-shifts bookmark-maybe-upgrade-file-format haskell-c2hs-mode straight-check-for-modifications swiper--current-window-start sp-get-string 0 company--occurrence-predicate Undo\ Remote\ Editing xref--outdated-p ibuffer-do-view-horizontally tablist-context-window-update--timer gnus-select-group-with-message-id prettify-symbols-default-compose-p hydra-ibuffer-filter/ibuffer-filter-by-used-mode set-shifts-next markdown-table-align company-keywords url-cookie-mode xr-alist debugger-mode mc/mark-next-symbol-like-this el-patch-require-counsel nnoo-push-server 0 map-keys nonassoc resolution flycheck-options cl--compiler-macro-adjoin sp--special-self-insert-command-p ibuffer-do-sort-by-mode-name bookmark-unload-function lsp--workspace-buffers cl--random-time fsharp-mode iso-ascii lsp-ui-doc-use-childframe ido-kill-buffer-at-head map-remove appt-display-format undo-tree-move-to-parent compilation-skip-to-next-location ledger-font-payee-uncleared-face nneething-read-only tooltip-show-help category-keep coding-system-2 biblio-get-url company-semantic--prefix global-undo-tree-mode-map set-face-attribute-from-resource bibtex-completion-edit-notes gnus-emacs-completing-read his hit :documentation-property org-eldoc-documentation-function semantic-equivalent-major-modes nullable Switch\ to\ buffer org-clock-find-position status markdown-move-list-item-down company-search-repeat-forward use-package-normalize-recursive-symbols org-table-create-with-table\.el gnus-article-view-part ido-default-item flycheck-php-executable company-css org-is-active-clock defhydradio clear-filter-groups downto ivy-state-caller pdf-view-goto-label ivy-bibtex-open-any appt-audible bibliography-hash gnus-summary-subject-string ido-name walk-windows advice--where-alist json-encoding-object-sort-predicate reftex-ensure-index-support skip-base haskell-completions-grab-pragma-prefix counsel-list-processes-action-delete org-contextualize-validate-key --cl-block-lsp--client-default-renderer-- :pressed-face custom-reset-standard-faces-list gnus-article-toggle-truncate-lines undo-tree-mode semantic-lex-comment-regex epa-info-mode markdown-syntax-propertize-comments Rotate\ Image\.\.\. lsp--range omit-nulls semantic-find-first-tag-by-name :configuration-error ivy-state-text w3-fetch biblio-doi--dx-url Custom-newline org-list-struct-fix-bul lsp--locations-to-xref-items gnus-get-top-new-news-hook avy-read-de-bruijn table-cell pdf-annot-add-strikeout-markup-annotation by\ Year\,\ reversed comint-adjust-point gfm--table-at-point-p 0 sh-zsh sendsys haskell-collapse semantic-stickyfunc-popup-menu logito-autoloads wheel-left websocket-server-p--cmacro ivy--regex e-offset debugger-record-buffer hydra-multipop dired-hide-details-mode-on-hook isearch-search-fun ready-state hydra--normalize-heads compilation-error-list magit-diff-removed-highlight pdf-view-text-region flymake-proc-legacy-flymake flymake-diagnostic-end hydra-face-pink ffap-mouse-event Go\ to\ previous\ problem 0 ffap-ro-mode-hook ivy--occur-insert-lines websocket-server hide-region-body flycheck-d-dmd-executable auth-source-remembered-p s-less-p magit-dired-jump pdf-view-fit-width-to-window gnus-score-find-trace projectile-buffers-with-file sx-time company-oddmuse-link-regexp how projectile-current-project-dirs erc-ibuffer builtin semantic/senator ebnf-merge-style browse-url-new-window-flag last-undo-buffer -on ivy--maybe-scroll-history siblings virtual\ cursor max-length org-element-property-drawer-interpreter lsp--parser-waiting-for-response--cmacro ido-buffer-completion-map 0 ido-auto-merge-inhibit-characters-regexp debug--function-list swiper--reveal-mode semantic-tag-components-with-overlays coding-system-doc-string semantic-expand-nonterminal haskell-error-mode balance-windows-1 org-eldoc-local-functions-cache url-cookie-file lein-test ibuffer-visible-p bookmark-bmenu-relocate end-spc-re inferior-scheme-mode custom-button-unraised start-window old-list biblio-join gnus-cloud-ensure-cloud-group error-token-number flycheck-markdown-markdownlint-cli-executable sp-split-sexp bibtex-completion-notes-global-mode-check-buffers counsel--occur-cmd-find file-directory-p bibtex-completion-show-entry -replace-where semantic-bovinate-from-nonterminal checkers haskell-lexeme-id ido-setup-hook ibuffer-use-other-window saved-syntax -clone nnir-request-group s-lex-value-as-lisp :tag-info haskell-process-suggest-remove-import eshell-convert markdown-table-sort-lines straight-recipes-visual-fill-column-version imenu--cleanup-seen gnus-article-special-mark-lists calendar-hebrew-date-is-visible-p --some\? hsv reftex-index-phrase-file-extension magit-cherry-spinout pdf-occur-page-face list-load-path-shadows url-cookie-secure xref-lsp all-headlines pdf-info-process-assert-running new-op strokes-describe-stroke xref--read-identifier-history ido-enter-insert-buffer pdf-util-fast-image-format ivy-state-display-transformer-fn--cmacro org-log-note-previous-state reftex-include-file-commands reftex-file-boundary-face electric-pair-default-inhibit amsmath received-body-length markdown-table-goto-dline gnus-group-listed-groups custom-menu-order-groups gnus-srvr file-notify--event-cookie pcase-FUN company-post-command undo-tree-move-down url-domsuf-parse-file widget-regexp-match etags--xref-backend org-indent-mode-off-hook org-scheduled-today bookmark-set-internal appt-display-diary marked hz+ same-as-time-stamp flymake-proc-xml-init strip org-remove-latex-fragment-image-overlays include-declaration rowp sent-stdin org-table-auto-blank-field htmlize new-string --cl-block-lsp--client-get-root--cmacro-- url-cookie-write-file calendar-dst-ends uncompface :urgency ido-wide-find-dir-or-delete-dir flycheck-error-parser lsp-faces facemenu-set-intangible 0 semantic/db-ebrowse 0 reftex-index-default-tag hydra-ibuffer-sort/ibuffer-do-sort-by-major-mode reftex-query-index-macro-help nwords :outline-regexp org-modifier-cursor-error default-props pr-toggle-landscape ido-read-file-name-non-ido pairlis parsebib-find-next-item gnus-summary-display-make-predicate counsel-grep straight-vc-git-clone org-tag-groups-alist-for-agenda mode-line-y org-fontify-like-in-org-mode rcirc-track-minor-mode mm-mule-charset-to-mime-charset image-dired-dir :nowait nnir-imap-expr-to-imap --cl-block-straight-vc-git--ensure-remotes-- swiper-all-map websocket-ensure-handshake hl-line-unload-function url-or-function label-end menu-bar-showhide-tool-bar-menu-customize-enable-top view-emacs-news Change\ Label\ and\ Refs bibtex-contline-indentation org-preview-latex-image-directory haskell-debug-insert-context body-sep-pos markdown-definition-display-char pdf-util-pdf-buffer-p compilation--note-type bookmark-jump-noselect company-dabbrev-code-everywhere :max-doc-len custom-prefix-add rcode --cl-block-lsp--workspace-p-- counsel-tmm-prompt projectile-dir-files flycheck-ruby-reek-executable set-errs-errs MODE-cmhh ediff-current-diff-A ediff-current-diff-B ediff-current-diff-C gnus-total-fetched-for timezone-make-date-sortable calendar-iso-date-string sh-indent-supported kmacro-default-counter-format parent-buffer url-cookie-mode-map reftex-translate-to-ascii-function sp-pair line-move-partial image-bol nsubstitute use-package-\(:type\ git\ :files\ \(\"*\.el\"\ \"server\"\)\ :host\ github\ :repo\ \"Sarcasm/irony-mode\"\ :package\ \"irony\"\ :local-repo\ \"irony-mode\"\)-nil-nil -non-nil local-bib semantic-insert-foreign-tag-log-edit-mode index-tags pdf-cache--clear-images-of-annotations bookmark-get-bookmark-record Parse\ Document atomic-chrome-start-websocket-server haskell-goto-first-error initial-buffer package--bi-desc-reqs gnus-not-ignore mac-font-panel-mode-on-hook wisent-log-buffer-name :ready-state ido-next-match auth-source--symbol-keyword new-coding Custom-goto-parent sidecap straight--versions-file count-if-not bookmark-default-file flycheck-syntax-check-new--cmacro url-cookie-p semantic-complete-self-insert lsp--capability follow-link bookmark-exit-hook pdf-tools-find-bourne-shell flymake--handle-report reftex-optimizations-for-large-documents signencrypt hydra-ibuffer-main/ibuffer-backward-filter-group rmail-enable-mime-composing package-menu--post-refresh savehist-save-hook haskell-interactive-set-+c url-cookie-confirmation wisent-lookahead eshell-dirs use-package-normalize/:after ac-robe-doc gnus-summary--inv positions kp-multiply bibtex-completion-make-entry-hash ido-change-word-sub 0 radian-eval-buffer-or-region notfirst :request-handlers websocket-extensions--cmacro comment-quote-nested-function semantic-parse-tree-unparseable-p zerodark-modeline-ro Info-file-list-for-emacs org-disable-agenda-to-diary xref--find-definitions expiration pr-ps-file-ps-print Search\ Whole\ Document full-keybinding rmail-output-body-to-file cider-repl-history undo-tree-node-cwidth file-exclusions semantic--umatched-syntax-needs-refresh-p 0 semantic-complete-analyze-inline poly-markdown-mode mail-header-narrow-to-field tablist--save-face-property org-quote-vert markdown-fontify-reference-links powerline-active1 reftex-bibpath-environment-variables lsp-ui-peek-line-number erc-truncate formats haskell-cabal-join-paths json-end-of-file reftex-prefix-to-typekey-alist straight-recipes-sesman-version ido-merged-indicator reftex-access-parse-file lsp--parser-response-result flycheck-erlang-library-path hydra--make-funcall haskell-interactive-mode-history-previous cl-nunion blist new-conn ivy-virtual org-drag-line-backward semantic-symref-tool-cscope-p tablist-major-column-name cider-stacktrace rfc2047-allow-irregular-q-encoded-words use-temp-buffer cl--loop-steps epg-new-signature-pubkey-algorithm Info-exit vcursor noreturn semantic-tag-properties set-char-table-default zerodark-modeline-vc gnus-group-make-group url-history :multifile epg-digest-algorithm-alist markdown-markup-properties gnus-topic-read-group amx-rank biblio-dissemin--format-author counsel-unquote-regex-parens persistent-scratch-save-file winner-mode-off-hook wisent-parser-automaton straight-recipes-company-prescient-version enh-ruby-mode-hook do-rename-uniquely vlen iso isp loads ffap-next-guess widget-field-last addresses sp-autoinsert-quote-if-followed-by-closing-pair hydra-window/ace-maximize-window org-clock-in wisent-add-lookback-edge server-menu custom-face-edit-lisp ivy-add-prompt-count org-habit-overdue-future-face pdf-info-addannot mc/create-fake-cursor-at-point gnus-gravatar what-page org-current-time s-mixedcase-p ivy-state-predicate org-create-formula-image cl-print-compiled ibuffer-compile-format upper-domain url-cookie-create subsection biblio-backends epa-progress-callback-function nocache tablist-filter-negate hydra-ibuffer-mark/ibuffer-mark-special-buffers-and-exit gnus-cloud-synced-files fill-minibuffer-function company-auctex-macros lsp-haskell-enable 0 lsp--inc-cur-file-version parse-time-months lastyear message-goto-followup-to hydra-ibuffer-sort/ibuffer-do-sort-by-filename/process lsp-define-stdio-client haskell-mode-uses-at decf company-template-objc-templatify ibuffer-buffer-names-with-mark flycheck-command-argument-p column-strings eieio--class-method-invocation-order network-stream-certificate tablist-filter-op->= flycheck-checkers tablist-edit-column-minor-mode-off-hook seq-difference eshell-stringify-list org-bookmark-names-plist ephemeral ivy swiper-font-lock-exclude company-tooltip-offset-display insert-flag cl-struct-websocket-tags utc-time flycheck-option-vars org-inbox-file pdf-view-fit-page-to-window hydra-ibuffer-main/quit-window-and-exit 0 lsp--json-pretty-print company--clean-string org-journal-dir-check-or-create global-undo-tree-mode-on-hook set-reductions-nreds ffap-kpathsea-expand-path server-window wisent-escape-sequence-strings calendar-mayan-goto-long-count-date Lists mode-line-mule-info-help-echo semantic-stickyfunc-mode-hook echistory deb-hfol browse-url-epiphany-startup-arguments widget-checklist-validate semantic-show-unmatched-syntax-mode-off-hook reftex-process-string post-completion cl-struct-slot-value--inliner flycheck-rust-cargo-workspace-root websocket-ready-state--cmacro semantic-highlight-edits-mode-off-hook package--make-autoloads-and-stuff calendar-persian-date-string inf-ruby-switch-setup katakana-jisx0201 ivy-call dabbrev-friend-buffer-function org-clock-clocked-in-display xref--show-location flymake--make-backend-state--cmacro gnus-novice-user biblio-dblp--hitp biblio-hal--parse-search-results tq-queue-pop company-search-candidates org-clock-select-task cl-pushnew ivy-toggle-ignore perl--Test2 bound modseq package-menu--archive-predicate biblio-dblp--extract-interesting-fields :opened window--min-size-ignore-p this-state ivy-recursive-last reftex-keep-temporary-buffers wisent-get-state tabbar-highlight article-menu message-goto-mail-followup-to mouse-wheel-inhibit-click-time prog-mode-hook projectile-root-local ido-file-extensions-order hydra-ibuffer-filter/ibuffer-filter-by-size-gt Preview\ &\ Export :follow-link straight-recipes-parsebib-version modify-syntax-entry company-tooltip first-shift projectile-save-known-projects haskell-cabal-header-p tags-revert-without-query global-hl-line-unhighlight-all reftex-buffers-to-kill haskell-interactive-at-prompt spam-spamassassin completion--merge-suffix inhibit-line-move-field-capture rmail-next-error-move atomic-chrome-turn-on-edit-mode haskell-align-imports-fill company-select-next-if-tooltip-visible-or-complete-selection highlight-indentation-set-offset touch wisent-nonterminals-reduce elinks-ping-process logging wisent-lexer-function hashcash org-agenda-get-some-entry-text font-latex-setup reftex-index-phrases-sort-in-blocks file-attribute-link-number projectile-project-buffer-p reftex-label-regexps gnus-summary-update-secondary-mark line-start target-char string-reverse :body make-errs flycheck-locate-config-file-by-path flymake-proc--safe-delete-file erc-autoaway 0 no-littering-expand-etc-file-name dos-fns org-babel-noweb-error-langs puppet-lint flycheck-error-list-mode-hook horizontal-scroll-bars-available-p ebnf-non-terminal magit-diff-removed eieio--class-initarg-tuples sp-max-prefix-length -reject-last semanticdb-get-tags gnus-summary-catchup-and-goto-next-group semantic-lex-tokens org-element-section-parser haskell-cabal--compose-hasktags-command inf-ruby-setup-keybindings eieio-defclass-internal json-pretty-print-buffer-ordered reported-p ps-print-color org-element--pair-curly-table fromabs auto-save-files iso-8859-8-e-unix straight-recipes-json-mode-version package-menu-backup-unmark words0 --cl-block-lsp--workspace-highlight-overlays--cmacro-- projectile-add-known-project reftex-sublist-nth haskell-literate company-files--grab-existing-name renderpage --splice-list flymake--disable-backend tex-file hydra-ibuffer-filter/ibuffer-filter-by-size-lt url-cookie-name flycheck-disable-checker internal--listify custom-group-reset-current error-patterns ibuffer-add-saved-filters company--event-col-row ibuffer-negate-filter cider-connect-cljs bibtex-completion-notes-extension tablist-with-filter-displayed :button-face flycheck-phpcs-standard ivy--sort-function ibuffer-compile-make-eliding-form biblio--named-backends ogam obcode 0 bindat-idx save-place-mode-hook Doc\ mode ffip-copy-reactjs-import ticked haskell-process-collect image-mode-new-window-functions rmail-after-get-new-mail-hook lm-maintainer rst-adjust global-company-mode-off-hook markdown-toggle-markup-hiding wisent-expected-conflicts ffap-el-mode lsp--parser-queued-requests haskell-process-do-type color-hue-to-rgb journalTitle_s sass haskell-indentation-common-electric-command reftex-mouse-selected-face reftex-macros-with-labels custom-button-mouse semantic-tag-remove-hook formatted-cmd semantic/analyze/fcn nnimap-dummy-active-number url-cookie-clean-up org--open-doi-link jabber-roster-user-error lsp--send-request-async org-property-value calendar-day-of-week hydra-ibuffer-main/nil reftex-index-re org-move-item-down counsel-colors--web-alist internet hl-line-mode-off-hook ido-flatten-merged-list package--newest-p 0 reductions-nreds ensure json-encode-hash-table pdf-misc-minor-mode-off-hook pdf-view-use-dedicated-register 0 period-start mark-dissociated-buffers straight-recipes-ripgrep-version pdf-info-process undo-tree-p--cmacro min-args cwl-mode parsed-master ivy-occur-last seq-25 reftex-all-assq eshell-under-windows-p semantic-lex-token-without-text-p css-eldoc-function -fourth-item reftex-section-number fn-rest defun-markdown-buffer imenu-example--lisp-extract-index-name markdown-footnote-kill-text 0 wisent-set-region em-xtra org-crypt-checksum reftex-ref-macro-prompt pdf-occur-tablist-gather-documents c-eldoc 0 0 company-foo reftex--prepare-syntax-tables hs-toggle-hiding counsel-evil-registers semantic-stickyfunc-mode-on-hook hydra-base-map alt-file-other-window pdf-annot-add-squiggly-markup-annotation package-menu-describe-package color-gradient undo-tree-visualizer-quit deb-nxt tablist-display-filter-temporarily semantic-analyze-current-context counsel-prompt-function-default global-semantic-highlight-edits-mode Info-history-forward org-mac-outlook-message-insert-selected 0 custom-face-state-set whois rrhs :book counsel-yank-pop-separator --cl-block-lsp--parser-waiting-for-response-- 0 org-journal-calendar-date->time markdown-insert-header-setext-1 markdown-insert-header-setext-2 compilation-enter-directory-face connecting semantic-lex-map-symbols :compilation-dir info-setup projectile-files-cache-expire org-bullets-mode-on-hook ivy--filter markdown-demote-subtree markdown-marginalize-update-current company-search-abort 0 Supported\ curves dabbrev-backward-only company-set-selection hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 16\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) possible-indentations ivy-state-update-fn--cmacro s-with reftex-short-context anzu-match-1 anzu-match-2 anzu-match-3 comint-next-prompt epa-font-lock-keywords biblio-dissemin--print-results avy-goto-word-0 radix-tree ibuffer-filter-by-modified projectile-generic-command index-tag ivy-prescient--last-valid-regexp-list lazy-lock-after-fontify-buffer index-re unreg pdf-info-getannot browse-url-mosaic-arguments semantic-after-toplevel-bovinate-hook use-package-inject-hooks kkc rmail-summary-buffer puppet-parser project-vc-ignores tablist-change-marks lstack lsp-get-end-position find-tag-marker-ring gnus-article-signature magit-diff-added custom-buffer-verbose-help gfm-table-hline-regexp semantic-lex-token-with-text-p s-numeric-p biblio--group-alist biblio--search-history semantic/db do-view-and-eval custom-variable-standard-value notmuch-crypto-signature-unknown ido-toggle-regexp :foreign-keys bibtex-completion-make-candidate pdf-util--dedicated-directory notification-handlers package-menu-refresh haskell-sandbox-pkgdb reftex-select-marked pdf-util-edges-intersection ido-buffer-internal org-agenda-cleanup-fancy-diary 40! f-absolute\? Blockquote pos-visible-in-window-group-p-function 0 TeX-data-directory markdown-fenced-code nuseless-productions reftex-index-phrases-case-fold-search 0 xref-match-item-p org-element-inline-src-block-parser whitespace-tab rmail-summary-vector wisent-parse-verbose-flag query-to-create \\label pdf-info-gettext org-cdlatex-mode-on-hook new-sub-keys vr/select-replace ffap-other-frame 0 isearch-lazy-highlight-max-at-a-time minibuffer-completion-help term-send-down custom-comment-invisible-p lsp--registered-capability-p--cmacro ivy-bibtex-default-action filter-by-modified Swedish lsp-ui-imenu--post-command debugger-toggle-locals bibtex-summary pdf-occur-search-in-progress-p all-todos ebnf-syntactic 0 company-next-page straight-recipes-yaml-mode-version haskell-cabal-beginning-of-subsection semantic-lex-analysis-bounds mml-secure-sign-pgpauto cdate lenses Today set-filter-groups-by-mode dired-warning-face org-set-tags-command gnus-dead-summary-mode reftex-special-env-parsers conf-variable counsel-org-goto-display-tags org-journal-extract-current-subtree bookmark-bmenu-mode-abbrev-table lsp-ui-doc--make-frame mail-hist c-electric-slash lsp-ui-peek--list lsp-ui-doc--move-frame straight--process-dependencies company--good-prefix-p epg-import-result-imports pdf-util-track-mouse-dragging counsel-hydra-heads ivy-add-face-text-property s-dashed-words rectangle haskell-interactive-mode-clear :warning-type gnus-article-date-english widget-radio-button-notify flycheck-texinfo-executable plain-text gnus-server-method-cache websocket-get-server-response mail-alias-separator-string company-prescient hydra-ibuffer-mark/ibuffer-mark-dissociated-buffers-and-exit byte-compile-get-closed-var puny-initial-bias --cl-block-flycheck-error-level-- sexpr company-cancel reftex-fancyref-Fref 0 gnus-parameter-to-address wisent-print-nullable straight-recipes-prescient-version org-bibtex-read-buffer company-candidates ivy-state-buffer--cmacro lv-window 0 reftex-parse-one haskell-font-lock inline-letevals kmap foreign-tag 0 :post-handlers-cond tildify message-ignored-news-headers flycheck-error-message--cmacro dockerfile-build-buffer buf-list swiper-action-recenter :value-face files_s lsp-ui-find-workspace-symbol goto-table biblio-parenthesize flymake-simple-java-cleanup pyvenv not-in-file ibuffer-filtering-alist magit-am-apply-maildir message-insert-importance-low hard 0 0 lexically-safe markdown-header-face-2 markdown-header-face-3 colir--blend-background org-drill-visible-cloze-hint-face markdown-header-face-6 haskell-import-for-module haskell-interactive-mode-map flycheck-checker-shell-command oset-default pdf-util--face-colors-cache do-sort-by-alphabetic org-agenda-goto-mouse needle ebnf-optimization nsm-format-certificate global-semantic-idle-completions-mode assert biblio--selection-copy isearch-lazy-highlight-end-limit compilation-debug tablist-edit-column-minor-mode ivy-generic-regex-to-str sort-subr suffixes-to-try implementation haskell-indentation-layout markdown-regex-include el-patch-require-sh-script reftex-notice-new-section sig-notations Info-additional-directory-list :data-start-column 0 haskell-sort-imports-at-import timezone-zone-to-minute notmuch-search-matching-authors org-babel-exp-process-buffer :button-suffix haskell-cabal-end-of-section negate-filter gnus-thread-loop-p bookmark-set-front-context-string pdf_url company-search-repeat-backward edit-indirect-region bibtex-completion-get-entry1 flymake-display-warning semantic-symref-tool-baseclass epg-decrypt-file 0 haskell-mode-make-use-highlight avy-copy-region browse-url-of-file-hook company-cmake-prefix-dollar-brace-p minimizing counsel-org-files radian-show-git-mode odata define-lex-sexp-type-analyzer found-eol reftex-find-start-point spam-use-gmane-xref bookmark-current-bookmark conf-space-keywords semantic-desktop-ignore-this-minor-mode f-symlink\? message-fcc-externalize-attachments purple-dark summary-highlight gssapi copy-package--bi-desc browse-url-interactive-arg epg--make-temp-file magit-ediff-dwim url-ns-user-pref mode-variable-flag company-grab-symbol-cons diary-mark-included-diary-files update-fn ffap-info-2 ffap-info-3 gnus-group-ham-exit-processor-BBDB deb-frame sp-match-sgml-tags magit-merge-preview timezone-parse-time split-re reftex-access-scan-info undo-tree-visualizer-data-lwidth--cmacro haskell-mode-toggle-scc-at-point sunrise-x-tree ivy--window-index hideif :show-all-attributes semantic-toplevel-bovine-cache pyvenv-autoloads markdown-show-version git-commit pdf-isearch-mode-initialize file-notify--watch-make--cmacro allowed-close :end-suf :initial-input reftex-toggle-plug-into-AUCTeX eshell-glob-load-hook cps--dynamic-wrappers image-eob tool-bar-border haskell-stack xref-collect-references radian-tide-format-mode reftex-nearest-match straight-vc-git--list-remotes Info-mode-syntax-table org-entry-put mh-show-folder-buffer pdf-util-edges-p org-archive-to-archive-sibling key-fprs dabbrev flymake--fringe-overlay-spec company-file--keys-match-p edn-print-string flymake-note-bitmap default-LA lsp--make-sentinel company-search-mode imenu-generic-expression bibtex-autokey-titleword-separator sx-auth calendar-bahai-print-date flymake-diagnostic-buffer lsp--cur-position--inliner 0 ivy-prescient-filter-method-keys indium-workspace-file projectile-skel-variable-cons Printed\ Mode browse-url-epiphany-sentinel markdown-outline-next puny-tmax timezone-fix-time semantic-load-system-cache-loaded ido-make-merged-file-list-1 message-minibuffer-local-map erc-server-hooks wisent-print-states counsel-rg-base-command projectile-globally-ignored-files flymake-create-temp-inplace 0 hs-find-block-beginning x-selection-exists-p bibtex-completion-notes-template-one-file org-agenda-show-1 0 subword-forward-internal magit-pull-from-pushremote reftex-highlight-overlays forward-matching-history parsebib--parse-value markdown-insert-reference-link org-beamer-publish-to-pdf 0 byte-save-current-buffer ffap-highlight lob markdown-show-subtree comint-completion-autolist lsp-ui-doc--on-delete exclusion counsel-outline caseless font-latex-bold-face debugger-jumping-flag Copy\ messages\ at\ point font-lock-defaults-computed rx--pcase-macroexpander org-list-indent-offset avy-goto-line-below ivy-set-occur dired-at-point-prompter org-inc-effort magit-branch-current 0 compilation-skip org-agenda-highlight-todo same-class-p gnus-group-list-groups initialize-fn semantic-lex-syntax-table julian-year tramp-sh abbrev-expansion url-user-agent bookmark-bmenu-unmark :syntax-table lsp-ui-sideline--align module gnus-format-specs absolute-end flycheck-r-lintr-executable ivy-action epg-import-status magit-cycle-branch*pushRemote :input bibtex-completion-notes-global-mode overload-obsolete flycheck-go-build-executable custom-put-if-not gnus-cloud-chunk-sequence flycheck-highlighting-mode map server-existing-buffer nnimap-request-article package-load-descriptor Context company-preview-frontend rx-check-any flycheck-mode-major-mode open-gnutls-stream mailheader websocket-url--cmacro compilation-error-properties markdown-get-fenced-block-from-middle -any hydra-window/windmove-left bookmark-edit-annotation-mode-abbrev-table lsp-ui-peek--skip-refs newloc reftex-plug-into-AUCTeX $STARTS global-semantic-highlight-edits-mode-hook haskell-with-overlay-properties projectile-load-known-projects flycheck-sh-posix-dash-executable tablist-marker-face hydra-ivy/body 0 gnus-intersection 0 gnus-useful-groups tcp-proc debug-help-follow pcomplete-next-arg hl-line-move def-projectile-commander-method ibuffer-filter-by-basename lst gnus-bookmark cl--loop-accum-var company-call-backend-raw magit-rebase-onto-pushremote ivy-restrict-to-matches shr-inhibit-images incoming cp1252-unix markdown-mark-text-block pop3-stream-type eieio--class-option-assoc wisent-source org-clock-goto-hook epg--status-NEED_PASSPHRASE_PIN winner-last-frames org-insert-time-stamp org-refile--get-location ssh-known-hosts-mode reftex-bibliography-commands solar-equatorial-coordinates ibuffer-make-column-size bibtex-completion-clean-string custom-save-faces org-export-get-backend mem doc-view--current-converter-processes 0 semantic--tag-put-property 0 stream-list compilation-minor-mode-hook last-line-start hydra-window/windmove-up xref-make-file-location haskell-presentation-present gnus-marked-assoc custom-changed project-name starred-name zerodark-modeline-position --map-last encode-hz-region lsp--parser-response-result--cmacro arxiv:journal_ref use-package-\(:type\ git\ :host\ github\ :repo\ \"hotpxl/company-irony-c-headers\"\ :package\ \"company-irony-c-headers\"\ :local-repo\ \"company-irony-c-headers\"\)-nil-nil tar-untar-buffer leftovers tags-tag-face ivy--exhibit-timer :no-more message-tool-bar-map registerv-insert-func--cmacro file_name cl-macroexpand flymake-proc--get-project-include-dirs biblio-doi--insert hs-minor-mode-map company-auto-complete-chars kernel-base Indian semantic-mode-line-update lsp-ui-peek-list-width markdown-end-of-subtree --cl-block-lsp--client-stderr--cmacro-- swiper-mc electric-pair-local-mode-on-hook 0 reftex-label-alist-builtin org-activate-angle-links filter-by-basename semanticdb-project-database-file flycheck-same-files-p gnus-suppress-duplicates handlebars diff-file-header browse-url-chrome-arguments ivy-scroll-up-command gnus-tree-open Slow\ Down\ Animation default-input-method new-file-p Info-node-spec-re semantic-tag-resolve-proxy novice semantic-complete-analyze-and-replace counsel-org-headline-display-priority *undo-tree-id-counter* find-file-literally-at-point 0 markdown-convert-wiki-link-to-filename gnus-request-move-article slime-contextual-completions semantic-menu-item rtn1 asynchronous url-temporary-directory reftex-words-to-typekey-alist projectile-run-eshell haskell-interactive-mode-present-id reftex-find-duplicate-labels cdlatex-math-symbol haskell-process-greetings swiper updown \\ref \.type hydra-timeout-timer use-package-\(:type\ git\ :host\ github\ :repo\ \"abo-abo/avy\"\ :package\ \"avy\"\ :local-repo\ \"avy\"\)-nil-nil new-start ivy-display-functions-props irony pdf-occur-global-minor-mode-map s-repeat bookmark-load-hook radian-find-profiles-clj-other-window json--path wisent-context-name SRTP counsel-prompt-function epa-unmark-key pyvenv-activate zero-or-more 0 pdf-info-query--transform-attachment pdf-view--hotspot-functions hydra--hint smartparens-strict-mode-major-mode sp-wrap-overlay-closing-pair cedet-global 0 cljr--post-command-message gnus-group-yank-group undo-tree-visualizer-hide-diff :constant-flag url-parse org-footnote-at-reference-p flymake-simple-make-init counsel-find-file-occur-use-find f-entries find-name-arg Fancyref message--syntax-propertize given ivy-overlay-impossible-p atomic-chrome-enable-auto-update straight-vc-git-default-protocol helm-ff-symlink org-cursor-to-region-beginning org-beamer-select-environment cddar timezone-last-day-of-month pdf-info-metadata --cl-block-lsp--workspace-buffers--cmacro-- python-flake8 0 projectile-project-type counsel-git-worktree-parse-root 0 gnus-summary-mark-article electric-pair-local-mode-off-hook lsp-before-save-edits :key-type ibuffer-mouse-toggle-filter-group mc/mark-sgml-tag-pair sx-tab-week hoogle doc-view-toggle-display gnus-summary-down-thread ido-use-mycompletion-depth ivy-occur-grep-mode-hook :fringe-bitmap lsp--point-is-within-bounds-p helpful-callable company-semantic-completions-raw srecode/cpp find-tag-marker-ring-length member-if :original-file-name ibuffer-fontification-alist semantic--tag-run-hooks lsp-ui-sideline-mode-off-hook --cl-block-flycheck-error-p-- Insert\ Link outline-2 outline-3 outline-4 outline-5 org-registry-file magit-gh-pulls-mode ivy-prescient-mode-map sp--transpose-objects bindings class-children 0 flycheck-verify-generic-checker lsp-ui-doc-frame-parameters semantic-tag-include-filename flycheck-verification-result-message--cmacro s-ends-with\? flycheck-rust-valid-crate-type-p hydra-window/nil company-eclim--annotation grep-find-ignored-directories Info-speedbar-hierarchy-buttons markdown-comment-face reftex-show-commentary undo-tree-discard-history org-table-convert f-ext-p --cl-block-lsp--client-get-root-- biblio--prepare-title ivy-fixed-height-minibuffer biblio--target-buffer message-canlock-generate :dstart ivy-quit-and-run company-preview-hide git-commit-filename-regexp shut-up-autoloads :cmd-name pdf-occur-buffer-mode eieio--generic-subclass-specializers size-indication-mode-off-hook haskell-sort-imports-normalize change-class lsp--client-get-root c-update-modeline calendar-hebrew-year-Saturday-complete-Thursday use-package-\(:type\ git\ :host\ github\ :repo\ \"alexeyr/company-auctex\"\ :package\ \"company-auctex\"\ :local-repo\ \"company-auctex\"\)-nil-nil counsel-find-file-ignore-regexp pdf-isearch-search-fun-default Citation\ Style widget-specify-secret S-mouse-2 gnus-article tablist-context-window-function lsp--get-symbol-type msb haskell-lexeme-looking-at-string-literal secs gnus-recenter projectile-project-unignored left-count parsebib-collect-preambles deb-rec lsp-ui-doc--with-buffer kkc-region markdown-wrap-or-insert org-in-verbatim-emphasis tq-queue-head-fn spam-stat forward-comment custom-group-action url-password cider-profile-summary latin-3 grammar :year _display goto-eob finish-hook deb-ret Buffer-menu-unmark-all-buffers diag gnus-summary-next-unread-subject org-journal-schedule-view projectile-test-command markdown-bounds-of-thing-at-point url-cookie-value--cmacro semantic/mru-bookmark reftex-fontify-select-label-buffer projectile-project-buffers url-unhex semantic-lex-punctuation-type bibtex-completion-format-citation-default lsp--cur-file-version--inliner 0 ffap--toggle-read-only org-agenda-todo-previousset debugger-frame-number lsp--remove-cur-overlays next-entry gdb-non-stop gnus-read-event-char working-file company-pseudo-tooltip-unhide rawkey s-titleize org-indent-mode-turns-off-org-adapt-indentation flymake-proc-simple-ant-java-init xref-file-location--anon-cmacro org-mhe-get-message-num nov-save-place-file ivy-minibuffer-shrink url-cookie-parse-file hydra-ibuffer-action/ibuffer-do-shell-command-pipe-and-exit flymake-proc--get-file-name-mode-and-masks switch-to-saved-filters revappend gnus-summary-number-of-articles-in-thread ivy-occur-grep-mode :v-adjust index-level-re ediff-cust nnmail-split-methods haskell-debug/start-step add-to-history pdf-view-fit-height-to-window thing-at-point-bounds-of-list-at-point project-ignores displayed-year memoize-autoloads lsp-diagnostic-message em-rebind mname desktop-path haskell-overlay-start< gnus-agent-batch haskell-overlay-start> haskell-check-error-fringe url-news-server ffap-newsgroup-p lm-homepage :cbon haskell-indentation-layout-offset all-index pdf-occur-search-documents gtex markup-title-0-face sp-tags company-dabbrev--filter hydra-fontify-head-default reftex-highlight-selection org-bibtex-autokey byte-compile-log-buffer ido-rewrite-file-prompt-rules prettify-symbols--compose-symbol org-agenda-filter-show-all-effort 0 idlwave-misc winner-ring-alist debbugs-gnu-bug-number bibtex-completion-pdf-open-function info-lookup-history copysign reftex-locate-bibliography-files listings semantic-unmatched-syntax-overlay-p ibuffer-always-compile-formats company--insert-candidate flycheck-rust-args flycheck-gcc-language-standard rfc2047-charset-encoding-alist ivy-prescient-persist-filter-method rkeymap thebib define-overload ido-file-extension-aux skip-weeks biblio-faces new-unreads haskell-interactive-mode-prompt-previous gnus-summary-next-group pdf-util-dedicated-directory diary-fancy-date-pattern goto-tag-location-function :latex-compiler custom-command-apply Switch\ to\ project rule reftex-mouse-view-crossref skip-closing-pair flymake-mode-off-hook dash-enable-fontlock curbuf ace-link--org-collect tree-up :documentation-indent immediately use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/spinner\"\ :package\ \"spinner\"\ :local-repo\ \"spinner\"\)-nil-nil semantic-lex-analyzer gfm-view-mode-abbrev-table ffap-gnus-wrapper tagtypestring sname 0 describe-mode-local-bindings mm-extern-cache-contents :macos-keychain-generic reftex-no-include-regexps vt100-led deuglify ALPN 0 company-with-candidate-inserted weblint -interpose seq1 ivy--format-minibuffer-line reftex-reference popup-edges s-pad-left widget-field-end pdf-info-assert-writable-annotations nsm-check-protocol semantic-idle-scheduler-mode flycheck-sh-bash-args 0 needs-rebuild reftex-section-prefixes allout-developer bookmark-make-record Homepage request-params deb-fclear org-publish-current-project reftex-format-cite-function make-ivy-state lsp--default-message-handler insert-and-inherit 0 ivy-auto-select-single-candidate eshell-hist bibtex-completion-additional-search-fields package-list-unversioned 0 0 :queued-notifications 0 lsp--merge-two-plists flycheck-ghc-no-user-package-database :local Iterate\ all 0 dired-do-byte-compile projectile-go-project-test-function sp-transpose-sexp :history org-element-contents ibuffer-included-in-filter-p-1 haskell-process-suggest-no-warn-orphans semantic-tag-function-parent pdf-sync org-user-idle-seconds tablist-filter-push pdf-view-check-incompatible-modes info-lookup-select-mode projectile-find-implementation-or-test-other-frame ido-prev-match emojify check-parens Latin-6 tablist-get-marked-items xref-item-child-p sp--update-local-pairs-everywhere use-package-concat npm tablist-repeat-over-lines use-package-handler/:recipe org-list-set-nth ivy-state-initial-input make-lsp-diagnostic global-atomic-chrome-edit-mode-buffers seqs company-xcode-tags mh-show-buffer-message-number ivy--cleanup clojure-unwind-all markdown-cleanup-list-numbers-level C-M-S-up 0 hydra--complain electric-pair-delete-adjacent-pairs M-kp-multiply flymake-get-real-file-name undo-tree-enable-undo-in-region cl--labels-convert gcov-never-called erc-menu websocket-accept-string gnus-agent-meta-information-header jabber-avatar-cache-directory org-agenda-remove-tags-when-in-prefix ivy-beginning-of-buffer -applify gnus-summary-repair-multipart lsp-ui-peek--get-text-selection Auto-Save\ Parse\ Info package-unsigned-archives obn menubar oddmuse-mode fderives registerv-p--cmacro :initform kword rust obv org-contribdir rrc-count flymake-master-make-init company-backend markdown--substitute-command-keys org-agenda-filter-make-matcher-tag-exp ido-forget-work-directory password-read 0 nnimap-command :outline-level gnus-cloud-sequence markdown-heading-1-atx semantic-before-idle-scheduler-reparse-hook goto-func ido-prev-work-directory bmrk-filename current-command lsp-ui-peek-enable 0 w32notify timezone-day-number clocktable-start ~/Documents/org/333\.org em-smart go-vet xr-index lsp--client-last-id ido-use-filename-at-point company--maybe-init-backend nnimap-find-wanted-parts mm-inhibit-file-name-handlers switch-to-chibi org-taskjuggler-export dired-mouse-find-file-other-frame swiper--re-builder org-clock-update-period entry-type company-completion-cancelled-hook kill-matching-buffers hydra-window/keymap org-list-struct-fix-ind f-read flycheck-phpmd-rulesets 0 make-lsp--parser--cmacro dirp s-presence auth-source-macos-keychain-search eieio-copy-parents-into-subclass reftex-make-index-buffer-name url-working-buffer kill-read-only-ok gnus-auto-subscribed-categories atomic-chrome-httpd-parse-string reftex-make-selection-buffer-name autoconf company-echo-format mml-signencrypt-style -is-infix-p spam-contents defaultport reftex-make-regexp-allow-for-ctrl-m s-mixedcase\? qprefix subword-mode-off-hook :display-transformer-fn gnus-summary-reparent-thread gnus-data-make do-replace-regexp s-right gnus-newsgroup-spam-marked 0 tq-queue-head-question semantic-edits-incremental-parser ffap-menu-regexp haskell-process-do-cabal-format-string lsp--client-string-renderers mode-local-read-function new-newsgroups sp-autodelete-closing-pair newsticker-dir package--update-downloads-in-progress diary-lunar-phases gnus-correct-length page-curl rotatef swiper--format-spec counsel-customize-face-other-window hydra-ibuffer-main/ibuffer-forward-line semantic-symref-tool-cscope biblio--read-selection-extended-action 0 haskell-cabal-find-subsection markdown-footnote-marker-positions not-in-buffer gnus-method-functions -cut 0 sp--indent-region ps-print-face communication filever mh-sending-mail pdf-occur-read-string url-gateway org-agenda-show-future-repeats lsp-goto-type-definition swiper--add-overlay url-cookie-store haskell-command-live epg-start-decrypt reftex-index-default-macro markdown-toggle-wiki-links 0 sp-pair-overlay-keymap Fontify\ Code\ Blocks\ Natively wall swiper--update-input-ivy company-echo-timer bogofilter colir-compose-soft-light :compilation-level gnus-balloon-face-function mail-encode-encoded-word-region org-agenda-bulk-marked-p --only-some-p ffap-compression-suffixes cljr-stop-referring find-lisp-find-dired-subdirectories bibtex-completion-shorten-authors xref-mode-local-find-override org-clock-persist-query-resume ibuffer-unmark-backward git-gutter:deleted ivy-index TeX-current-macro 0 compilation-compile] :action #f(compiled-function (result) #<bytecode 0x4136470d>) :keymap (keymap (keymap (3 keymap (18 . #f(compiled-function () (interactive nil) #<bytecode 0x4136476d>)))) keymap (67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find-symbol)) :predicate commandp :require-match t :history counsel-M-x-history :action #f(compiled-function (cmd) #<bytecode 0x415697e1>) :sort t :keymap (keymap (67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find-symbol)) :initial-input nil :caller counsel-M-x) | |
apply(#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>) "M-x " [## connection-failed diary-included-files epg-context-signers reftex-untie-multifile-symbols 0 -is-infix\? message-required-headers magit-submodule-update custom-face-menu pdf-cache-renderpage-highlight magit-reflog-commit semantic-tag-write-list-slot-value markdown-match-bold haskell-cabal-empty-regexp mml-secure-smime-sign-with-sender url-cookie-multiple-line biblio--selection-insert template ido-choice-list lsp-ui-flycheck mixal gnus-summary-recenter avl-tree--stack-store--cmacro cl-print--preprocess ivy-sort-file-function-default tls-success ellipses -some\? straight-maybe-emulate-symlink 0 post-deadline semanticdb-project-database-file-child-p being \" f-directory\? auth-source-token-passphrase-callback-function test-command package-menu--new-package-list \' ---5 gnus-summary-catchup-from-here :start-time ---8 request-list elfeed-search-date-face not-at-beginning-of-line f-empty\? undo-adjusted-markers projectile-tags-file-name ivy--regex-hash url-fullness--cmacro diff-refine-added ivy-highlight-functions-alist hit-value gnus-thread-hide-killed ivy--length doc-view-previous-page company--capf-data dired-marker-regexp gnus-remove-if ivy--actionp em-unix expires flycheck-error-list-set-source swiper-recenter-top-bottom angle-close hexl-current-address fingerprint url-cookie-generate-header-lines F gnus-summary-set-local-parameters gnus-group-restart locally projectile-symbol-or-selection-at-point reftex-add-label-environments ad-preactivate-advice auto-revert-mode-hook sh-smie--indent-continuation markdown-location-button P reftex-select-label-mode reftex-bib-title-face hs-headline flycheck-report-failed-syntax-check :protocols tablist-filter-eval ledger-font-xact-highlight-face company-clang-prefix-guesser :serial-number reftex-section-levels-all ellipsis org-journal-file-name->calendar-date expandable counsel-ibuffer-visit-buffer-other-window _ euc-jp-mac org-clock-persist-query-save eshell-handle-errors ivy-match-required-face tablist-push-numeric-filter ido-text-init reftex-allow-detached-macro-args company-preview f--collect-entries fullstr bahai-date url-cookie-name--cmacro company-indent-or-complete-common ido-completions company-search-other-char flymake-proc-master-file-count-limit ledger-font-other-face q end-line rfc2047-fold-region cus-theme :tcolumns default-type org-x11idle-exists-p websocket-client-data ivy-inhibit-action z sp-get-pair straight-vc-git--ensure-local gnus-delete-windows-in-gnusey-frames $EOI sftp org-escape-code-in-region swiper--init global-semantic-highlight-func-mode julia-mode flycheck-verify-checker haskell-mode-interactive-prompt-state oldf gnus-article-treat-fold-newsgroups flycheck-mode-set-explicitly semantic-show-parser-state-auto-marker hanoi company--auto-completion org-src-mode-hook undo-tree-visualize-redo-to-x s-present\? 0 select-tags-table-mode-hook cider-connect-sibling-clojurescript dired-mark-pop-up ido-reread-directory 0 ibuffer-current-format org-agenda-skip-additional-timestamps-same-entry counsel-yank-pop go-golint browse-url-netscape-arguments hydra-window/delete-other-windows biblio-selection-mode-abbrev-table ivy-bibtex-add-PDF-attachment org-babel-when-in-src-block gnus-summary-next-group-on-exit haskell-interactive-prompt company-keep org-agenda-daily/weekly ivy-state-re-builder--cmacro :shown-value semantic-lex-open-paren bindat-get-field gnus-update-summary-mark-positions semantic-tag-include-system-p hydra-ibuffer-filter/ibuffer-filter-by-predicate markdown-link-face ovl counsel--face-at-point flycheck-this-emacs-executable container-title 0 websocket-conn skeleton pdf-isearch-active-mode-hook literate-comment overload-docstring-extension ivy-left-pad semantic-ia-fast-jump message-subscribed-address-functions search-length user-defined-down epg-key-validity-alist company-clang--error-buffer-name remote-dir 0 gnus-group-ignored-charsets-alist pgp semantic--tag-attributes-cdr counsel-semantic-or-imenu clojurec-mode org-completing-read remember-pos rmailout rainbow-delimiters-depth-5-face custom-variable-edit custom-notify Info-read-node-name-2 sp--get-suffix package-install-button-action gnus-start-date-timer org-ts-regexp-inactive done-bad company-cmake-executable AUCTeX\ Interface parentstring end-list pid haskell-delete-indentation ido-rescan true-file straight-recipes-rg-version markdown-live-preview-window-deserialize mail-header-make-address lsp--parser-make-filter haskell-indentation-with-starter flycheck-rust-manifest-directory lsp-ui-sideline--margin-width global-git-commit-mode-hook -some-> package--removable-packages 0 org-journal-search-calendar-year semantic/complete --reduce-r org-doi-server-url make-full-mail-header jump-to-filter-group crystal-spec semantic-tag-new-alias biblio--prepare-authors ibuffer-toggle-filter-group-1 semantic-working-type browse-url-galeon-arguments gnus-strip-killed-list hexl xref-file-location-list-p bookmark-upgrade-version-0-alist keypad-numlock-setup semantic-overload-symbol-from-function shr-color-html-colors-alist ibuffer-redisplay-engine pkg widget-function-prompt-value-history bibtex-parse-field-string wisent-print-conflicts markdown-font-lock-extend-region-function calendar-view-diary-initially-flag markup-title-3-face hydra--hint-heads-wocol org-link-edit-forward-slurp swiper--point-max flymake-diagnostics-buffer-mode-abbrev-table dash--table-carry make-websocket-frame--cmacro text-edit ignored-local-variables electric-pair--with-uncached-syntax s-chop-suffixes compilation-minor-mode-on-hook gnus-string-remove-all-properties :custom-level elfeed-enclosure-default-dir Locally AEAD-ciphers Texinfo projectile-project-buffers-non-visible semantic-tag-prototype-p mm-7bit-chars magit-signature-good parent-rep lsp-ui-flycheck-list save-place-mode-map ido-is-unc-host semantic-with-buffer-narrowed-to-current-tag haskell-lexeme 0 supported-operations lsp--registered-capability-by-id wbol :pre-handlers semantic-tag-components-with-overlays-default sp-delete-word eshell-passwd-file ivy--cd semantic-parse-tree-needs-rebuild-p diary-bahai-date hydra-ibuffer-main/ibuffer-backward-line 0 deb-top rmail-summary-exists :fingerprint ivy-string< d-incp Strikethrough Info-prev-reference field-beginning delete-selection-save-to-register iso-8859-5-unix Char range-error 0 supers lana counsel-yank-directory semantic-test-data-cache browse-url-browser-display ad-should-compile biblio-doi--set-mime-accept counsel-rhythmbox-current-song mu4e-headers-mode eieio-list-prin1 pom lsp--global-teardown markdown-mode-font-lock-keywords-math counsel-colors-action-kill-hex cl--simple-funcs Show\ all\ errors mail-parse-charset reftex-arg-label duplicates tamil-composable-pattern Narrow\ to\ Block 0 s-capitalize jka-compr-file-local-copy library ivy-expand-file-if-directory pathvar company-echo-truncate-lines 0 erlang ivy-height pcase-codegen shar bibtex-completion-find-pdf-in-library sunrise-commander-autoloads rmail-msgbeg wisent-eoi-term parsebib--find-bibtex-field :print-function tablist-operations-function nnimap-buffer ido-chop epa-key-mode-hook lsp-ui-peek--adjust straight\.el ivy-toggle-case-fold pdf-util--base-directory magit-popup-mode semantic-symref-tool-global-p org-clock-total-time pre c-scope-operator prg ffap-url-fetcher autoload-timestamps quail-update-leim-list-file wisent-error-tag from-file counsel-find-file-extern ivy-state-collection--cmacro eshell-parse-colon-path url-queue-callback :completep ivy-views gnus-mime-buttonize-attachments-in-header --first bibtex-autokey-get-names swiper--point-min gnus-summary-put-mark-as-ticked-prev gnus-summary-format avy-action markdown-next-link org-agenda-filtered-by-top-headline custom-buffer company-tooltip-search-selection use-package-unalias-keywords list-directory-brief-switches haskell-process-get-repl-completions read-from-whole-string f-directory-p unmark-all haskell-interactive-mode-splices-buffer-name rainbow-delimiters-mode-off-hook actives ibuffer-always-show-last-buffer nnmail-large-newsgroup haskell-compilation-mode network-stream-open-starttls s-lex-fmt|expand ido-confirm-unique-completion ivy--regex-or-literal flycheck-error-list-propertized-source-name -setq geiser-menu epg--status-NEED_PASSPHRASE_SYM ido-is-root-directory ivy--occur-press-update-window nnoo-parents message-point-in-header-p org-mac-safari-insert-frontmost-url atomic-chrome-httpd-process-filter header-mouse-map rotating fullwidth gnus-show-threads markdown-get-all-refs counsel--find-symbol wisent-parse-error-function preselect Archive\ default-1 _force gnus-article-treat-overstrike tb-size-cb flycheck-error-thing-region url-queue-kill-job undo-tree-visualizer-initial-node ad--defalias-fset flycheck-checker tablist-assert-column-editable tag-any-match-p biblio--tag-backend browse-url-gnudoit-args use-package-\(:files\ \(\"ivy-prescient\.el\"\)\ :package\ \"ivy-prescient\"\ :local-repo\ \"prescient\.el\"\ :type\ git\ :repo\ \"raxod502/prescient\.el\"\ :host\ github\)-nil-nil esup-child-chomp url-parse-query-string Refresh/Reload nnir-compose-result dired-subdir-max company-cmake--meta-command-cache flycheck-collapse-error-message-whitespace ffap-el jinja2-mode flymake-start-syntax-check cl--make-usage-var sx-favorites gnus-summary-very-wide-reply company--manual-action ledger-font-periodic-xact-face flycheck-handle-save org-babel-expand-body:elisp org-open-file-with-emacs fnh-elem last-dist reftex-toc-include-file-boundaries reftex-index-section-letters org-texinfo-def-table-markup haskell-cabal-mode-syntax-table window-safe-min-height help-insert-string biblio--plist-to-alist signature-algorithm gnus-articles-in-thread utf-16-be-no-signature Reveal\ on\ isearch custom-browse-only-groups counsel-locate-cmd-noregex gnus-newsgroup-begin pdf-tools-faces websocket-frame-p atomic-chrome-create-buffer operand qid markdown-footnote-chars reftex-everything-regexp company-replacement-args sass/scss-sass-lint hydra--work-around-dedicated use-package-normalize-mode -reductions haskell-interactive-mode-return parsebib--match-brace-forward vc-mtn with-editor-shell-command counsel-string-compose dabbrev--select-buffers Projectile all-children bbdb-search hydra-window/hydra-move-splitter-down browse-url-file-url ibuffer-assert-ibuffer-mode customized-face-comment ivy--buffer-list custom-group-members mml-smime-passphrase-cache-expiry tablist-read-regexp-filter ffap-event-buffer accum company-eclim--project-list inline-quote url-cookie-untrusted-urls s-matches-p undo-tree-undo ibuffer-map-deletion-lines mode-local-post-major-mode-change pdf-occur-search-batch-size warn-unencrypted epg-make-data-from-string--cmacro projectile-parse-dirconfig-file org-end-time-was-given haskell-guess-module-name org-checkbox-statistics-done sp--get-hybrid-suffix flycheck-display-error-messages :variable-type sp-kill-region flycheck-try-parse-error-with-pattern mac-pointer-not-allowed ctable abbrev-insert 0 undo-tree-repeated-undo-in-region-p face-at-point flycheck-cppcheck-include-path accept-string ad-compiled-p ido-minibuffer-setup-hook :default-face raw-text-dos tablist-negate-filter ibuffer-load-hook cl-tree-equal Sideways bibtex-completion-candidates display-time-world mm-handle-set-undisplayer semantic-flex-list capture org--msg-extra japanese-katakana-two-byte wisent-set-conflicts parsebib-entry-type-error gnus-summary-clear-above -fix sp--merge-prop subtitle list-only markdown-regex-block-separator undownload colir-color-parse sx-tab-month straight--process-output-end epg-context-error-buffer--cmacro u16 old-modified pdf-cache--prefetch-started-p :document jka-compr-run-real-handler eieio-object-name-string magit-imenu--log-prev-index-position-function markdown-get-defined-references mm-encode undo-outer-limit-truncate mm-text-coding-system org-bbdb-anniv-extract-date 0 mml2015 mark-to-kill last-shift sp-char-is-escaped-p Info-next ivy--get-window next-field-start parsebib--key-regexp haskell-process-queue-flushed-p wisent-parse-start haskell-utils-async-watch-changes undo-tree-node-redo-beginning lsp-make-traverser markdown-metadata-value-face ace-link--compilation-action f-empty-p ob-ocaml calendar-daylight-savings-starts-time widget-match-inline textregions gcov-nomark org-autoloads straight--links-dir reftex--index-tags sp--lisp-modes company--search-old-changed define-lex-analyzer flymake-proc-get-project-include-dirs-function uri-handlers prescient--load-save-file hydra-repeat haskell-indentation-type-1 auto-insert-prompt compilation--ensure-parse init-stack-depth counsel--gg-count biblio-collect-backends haskell-process-cmd-queue-pop reftex-index-verify-function message-load-hook nnmail-search-unix-mail-delim wisent-skip-block custom-face-edit-value-visibility-action sp-get-stringlike-expression package-menu--partition-transaction hl-line-maybe-unhighlight gnus-summary-go-to-next-thread projectile-ignored-directories-rel archive-zip lsp--make-document-formatting-params deb-lfunc pcase-PAT raw erc-mode-line-and-header el-patch-get erc-session-port semantic-show-unmatched-syntax-mode semantic-inhibit-functions ido-incomplete-regexp save-place--setup-hooks python-flymake dired-find-subdir comment-delimiter org-bracket-link-analytic-regexp $1 localpart $3 undo-tree-position cl-puthash url-queue-setup-runners :maintainer if-exists markdown-clean-language-string label-numbers rmail-edited-attr-index company-template-remove-template nndiary 0 0 projectile-test-suffix unlink-copy-hook magit-reflog-amend ido-pop-dir pcomplete--common-suffix ibuffer-pop-filter-group menu-bar-showhide-fringe-ind-customize min-len tablist-mode-syntax-table org-agenda-skip-subtree-when-regexp-matches url-attributes flycheck-working-directory reftex-make-overlay defun-gmm lsp--client-prefix-function create-image tablist-umark-filtered-entries rec red markdown-css-path url-path-allowed-chars websocket-unsupported-protocol package--bi-desc-summary--cmacro compilation-old-error-list custom-browse-visibility Keyboard global-hl-line-maybe-unhighlight edit-options-separator json-alist-p compilation--previous-directory use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/auctex\"\ :package\ \"auctex\"\ :local-repo\ \"auctex\"\)-nil-nil available-width ido-toggle-prefix reftex-index-complete-key wisent-parse-lexer-function reftex-bibfile-ignore-list ediff-fine-diff-A ediff-fine-diff-B ediff-fine-diff-C ~/Documents/org/index\.org company-gtags-executable lsp-ui-mode-hook haskell-cabal-enum-targets sp-company--insert-candidate $l sign gnus-group-suspend cl--loop-let jabber-chat-prompt-local checkdoc-autofix-flag ring-copy ido-file-dir-completion-map debugger-mode-map reftex-toc-max-level $v Indent\ line markdown-replace-regexp-in-string magit-list-submodules org-clock-clocktable-formatter 0 biblio-dblp elisp-archive-host ido-minor-mode-map-entry org-blank-before-new-entry archive-zoo org-task-overrun-text haskell-process-log org-switch-to-buffer-other-window ido-completion-map straight-recipes-all-the-icons-version ido-record-work-directory auth-source-search-collection hydra-docstring-keys-translate-alist partial-front rhl counsel-locate-cmd-es singularize-string f-writable\? elisp-lint-indent-specs tablist-put-mark-state gnus-summary-make-false-root-always rhs eieio-class-slots org-refile-cache-put wisent-java-default-setup bongo-library-mode woman-formatting message-send-and-exit copy-websocket-frame wisent-build-relations xref-show-location-at-point message-mail-alias-type-p biblio--selection-mode-name org-publish-sitemap-file-entry-format radian--advice-haskell-fix-back-to-indentation flymake-proc-get-include-dirs abstract hydra-ibuffer-mark/hint vhdl-print gh-auth url-queue-start-time diff-header org-element-quote-block-interpreter message-expand-group gnus-summary-search-article-forward last-field-p websocket-server-websockets absoluteday subword-setup-buffer puny-encode-domain websocket-inner-create--cmacro lsp-ui-flycheck-list-mode-hook wisent-print-fderives vc-switch-backend counsel--yank-pop-kills tablist-filter-op-equal domains rainbow-delimiters-depth-8-face custom-face-all customize-version-lessp semantic-lex-whitespace counsel--buffers-with-mode flycheck--idle-trigger-conditions xref-mode-local-overload 0 ido-ignore-item-p ivy-set-view-recur org-with-limited-levels delete-mapper rmail-restore-desktop-buffer sp-paredit-bindings ibuffer-title set-justification-none flycheck-standard-input 0 lsp--point-to-marker--inliner 0 package-menu--old-archive-contents epa-display-info widget-specify-inactive mml-quote-region radian--advice-clj-refactor-message-eagerly -> company-eclim--project-dir company-files--completion-cache hydra--ignore rlt company-prescient-completion-finished ido-enable-regexp deb-descr ido-max-work-file-list winner-get-point dbuff gnus-group-make-articles-read semantic-command-separation-character projectile-hg-command gnus-summary-mark-as-read url-system-type ivy--queue-exhibit cider-debug-defun-at-point compilation-next-file nnir-imap-query-to-imap radian-show-git-global-mode-cmhh org-clock-history reftex-get-offset uncomment auto-revert reftex-env-or-mac-alist is-inline-task :willSaveWaitUntil ivy-format-function company--perform isearch--state-case-fold-search ediff-help calendar-tex element info-other-window flycheck-add-overlay projectile-go-project-p flycheck-deferred-syntax-check ido-unload-function 0 undo-tree-draw-node shell-filename-completion byte-compile-maybe-guarded ffip-find-relative-path-callback :save-buffers projectile--find-file 0 batch-file-mode electric-quote-inhibit-functions ivy--directory-done $region1 dabbrev--last-direction counsel-outline-candidates dst-starts-gregorian company-call-backend row semantic-read-event org-compile-file 0 counsel-more-chars request-newgroups rpm semantic-symref-tool-global swiper--current-match-start previous-error-no-select semantic-lex-current-depth gnus-article-strip-multiple-blank-lines b-month mml-secure-message gnus-uu-decode-unshar pdf-info-restart-process-p pdf-util-scale-relative-to-pixel flycheck-syntax-check-working-directory--cmacro eshell-prompt projectile-dirname-matching-count Sort\ lines\ in\ region 0 hydra-ibuffer-sort gnus-summary-make-marking-command-1 mode-local cl-callf org-agenda-tag-filter-while-redo websocket-ensure-connected 0 deletable-articles markdown-code-block-at-point-p use-package-\(:type\ git\ :files\ \(\"lisp/*\.el\"\ \"README\"\ \(\"build\"\ \"Makefile\"\)\ \(\"build\"\ \"server\"\)\ \(:exclude\ \"lisp/tablist\.el\"\ \"lisp/tablist-filter\.el\"\)\)\ :host\ github\ :repo\ \"politza/pdf-tools\"\ :package\ \"pdf-tools\"\ :local-repo\ \"pdf-tools\"\)-nil-nil projectile-tags-backend 0 gnus-and markdown-heading-2-setext counsel-fzf-cmd window-displayed-height 0 global-superword-mode-enable-in-buffers diary-mark-entries-1 Custom-mode-syntax-table mail-abbrevs-mode-map ido-delete-backward-updir ivy-minibuffer-match-face-1 ivy-minibuffer-match-face-2 ivy-minibuffer-match-face-3 ivy-minibuffer-match-face-4 Previous\ Link gnus-undo-boundary-inhibit sp--get-overlay-text do-sort-by-size week hydra-ibuffer-mark/ibuffer-mark-help-buffers-and-exit mac-script-code-coding-systems 0 cl-struct-lsp-diagnostic-tags hydra--sort-heads image-minor-mode-map compilation-auto-jump-to-next semantic-describe-buffer haskell-interactive-mode-tab haskell-debug-muted-face wisent-lex-istream :instance prolog-other chdir action-table markdown-match-leanpub-sections ffap-submit-bug haskell-cabal-chomp-line wisent-parse-stream reftex-parse-args bibtex-BibTeX-field-alist company-template-find-next-field haskell-process-auto-import-loaded-modules sec 0 message-mode-menu 0 atomic-chrome-close-connection grape 0 markdown-live-preview-switch-to-output flycheck-ruby-jruby-executable package-x winner-mode-hook ivy-mode-map ebnf-repeat sep -rpartial cl-struct-flymake--backend-state-tags company-keywords-upper-lower -last gnus-summary-morse-message nnmail-cache-ignore-groups 0 hydra-ibuffer-mark/ibuffer-mark-dired-buffers-and-exit package--add-to-archive-contents tooltip-mode-on-hook on-open flycheck-syntax-check-working-directory gnus-group-mark-map package--save-selected-packages undo-tree-region-data-undo-end tabulated-list-sort counsel--yank-pop-format-function semantic-tag-function-constructor-p f-traverse-upwards nnheader-report ivy-prescient--make-filter-method-keymap s-wrap erc-netsplit global-company-mode-buffers gnus-art gnus-summary-limit-to-bodies reftex-visited-files -reductions-r el-patch-use-package-mode-off-hook helm-buffer-size 0 pdf-info-make-local-server writeroom-mode-autoloads atomic-chrome-edit-mode absm hydra-window/hint bibtex-braced-string-syntax-table counsel-ack-base-command ldiff eieio-browse highestmodseq ido-ignore-files semantic/lex load-save-place-alist-from-file 0 ivy--set-candidates nlinum-mode rxp 0 reftex-insert-label-flags counsel--grep-mode-occur custom-button xref--with-dedicated-window clean-buffer-list defvoo message-cancel-hook Double nnir-imap-peek-symbol package-desc-name :compact orig-fun sin lowest-buf haskell-interactive-mode-multi-line custom-unsaved-options haskell-indentation-guard feedmail-headers $region subword-backward-kill prescript lsp-project-whitelist flycheck-parse-reek --find-indices day-discrepancy tablist-copy-text-property org-up-heading-safe bibtex-completion-cross-referenced-entry-types epg-context-textmode--cmacro semantic-tag-similar-with-subtags-p todo-display bibtex-completion-notes-global-mode-hook producer allow-unsigned lsp--client-notification-handlers Headings\ &\ Structure ivy-display-function-popup symbol-end --cl-block-lsp--parser-body-- org-crypt-check-auto-save org-agenda-date-later-minutes ffap-file-at-point org-agenda-sticky semantic-lex-token-end pdf-misc-context-menu-minor-mode-map f-parent-of\? ibuffer-sorting-functions-alist TeX-modes-set include-cmds semantic--parse-table lsp--parser-queued-requests--cmacro atomic-chrome haskell-command-state seconds-per-day company-clang-version ido-all-frames markdown-fenced-block-pairs flycheck-autoloads-file-p found-mark flycheck-may-check-automatically gnus-summary-wake-up-the-dead == flycheck-verification-result-p--cmacro f-parent-of-p markup-meta-face reftex-verified-face message-sendmail-envelope-from ffap-max-region-length compilation--previous-directory-cache :next-checkers downcase-word no-bar raw-tag define-lex-keyword-type-analyzer gnus-request-compact-group epa-import-armor-in-region find-function-read string-trim C-S-mouse-3 cl-struct-epg-sig-notation-tags gnus-summary-prev-group gnus-post-news projectile-tags-exclude-patterns hs-mouse-toggle-hiding secret-p gnus-server-get-method projectile--cleanup-known-projects --fix company-global-modes Grep\ on\ Document log-edit-mode creator gnus-summary-catchup-to-here nnimap-greeting url-cookie-retrieve bindat-raw pdf-isearch-empty-match-p ido-nonreadable-directory-p flycheck-parse-stylelint-json Set\ executable\ of\ syntax\ checker mac-ae-script-language magit-bookmark--refs-jump color-lab-to-xyz flycheck-error-list-highlight-overlays 0 --cl-block-lsp--client-send-sync-- isearch--state-string ibuffer-mark-by-content-regexp prescient-sort-compare ivy-sort-matches-functions-alist pdf-isearch-batch-mode-off-hook counsel-symbol-at-point projectile-run-command A1 ibuffer-jump-to-buffer s-snake-case A4 package-activate-1 lsp-ui-doc-inline company-cmake-modes lsp-ui-peek--xref-make-item wisent-get 0 word-separating-categories org-mode-line-string semantic-overlay-delete rfc2368-parse-mailto-url 0 lsp-ui-doc--string-eldoc websocket-frame-completep--cmacro lsp--read-json multi-isearch-next-buffer-current-function package--compile aw-flip-window switch-to-haskell tablist-forward-entry custom-group-link nil-4 bookmark-set-annotation xref--xref-buffer-mode flycheck--error-list-msg-offset custom-tool-bar-map swift-mode:highlight-symbols-in-standard-library :default-value tar counsel-locate-action-extern projectile-maybe-invalidate-cache gh-pull-comments straight-package-neutering-mode-off-hook nsyms starttls-any-program-available disposition cljr-slash company-auctex-environments List\ all\ problems pdf-history-backward cider-format gh-repos x-symbol-tex wisent-initialize-LA nnimap-server esh-arg end-eol mh-search-choose counsel-fzf-action yesterday ssh org-babel-comint-input-command file-notify-add-watch tablist-column-name websocket-inner-create Info-no-error :cbargs f-parent ivy--all-candidates flymake-proc--create-master-file haskell-cabal-previous-subsection forever std unmark-all-marks dabbrev-ignored-buffer-regexps 0 package-desc-priority reftex-no-props ido-auto-merge-delay-time highlight-uses-mode-on-hook compilation--message-p--cmacro radian--flycheck-markdown-setup pdf-view-mode avl-tree-stack-p helm-ff-directory markdown-outline-previous sub ido-initial-position reftex-index-phrases-search-whole-words css-eldoc s-autoloads ido-only-match Cf :backend undo-tree-visualizer-data multiple-lines rgrep-find-ignored-directories gnus-forward-line-ignore-invisible sun Show\ &\ Hide gnus-group-tool-bar-zap-list main-file url-cookie-secure-storage org-timestamp--to-internal-time semantic-default-texi-setup flymake-proc-reformat-err-line-patterns-from-compile-el wisent-python-default-setup def-dir hist magit-commit region-selected linear-a websocket-outer-filter 0 erc-speedbar mml-secure-message-encrypt-smime haskell-cabal-executable-fields reftex-revisit-to-follow reftex-kill-temporary-buffers 0 org-before-first-heading-p 0 rsets reftex-query-replace-document body-length swi markdown-list-indent-width org-journal-decrypt projectile-ignored-rel-p number-of-pages semantic-highlight-edits-mode-on-hook rmailsum nested-comment inferior-lisp-mode gnus-gmane-group-download-format gnus-summary-low-unread guiler wisent-bits-size ido-process-ignore-lists gnus-summary-save-parts-type-history intersection json-encode-key dired-log-summary company-template-field-map markdown-footnote-text-positions pdf-misc-context-menu-minor-mode-hook xref--xref-buffer-mode-hook 0 ivy--switch-buffer-action org-table-hline-regexp biblio--read-backend use-package-hook-name-suffix actn counsel-variable-list no-group color-lab-to-srgb 0 0 flycheck-error-level-fringe-face haskell-session haskell-mode-view-news org-contextualize-keys dabbrev-tail markdown-live-preview-buffer markdown-live-preview-delete-export auto-revert-notify-modified-p semantic-type-relation-separator-character url-cookie-trusted-urls tit Recenter\ TOC straight-repository-branch avy-read counsel-semantic-action Hg lsp--merge-plists :mstart reftex-loaddefs semantic-buffer-local-value semantic-clean-unmatched-syntax-in-buffer org-agenda-top-headline-filter bibtex-completion-notes-global-mode-enable-in-buffers reftex-sort-bibtex-matches projectile-test-file-p inferior-process sh-ancestor-alist org-encrypt-entry el-patch-defconst desktop-dont-save ivy-state-caller--cmacro 0 wisent-SETBIT auto-revert-remove-current-buffer etags-list-tags projectile-mode-off-hook lsp--markup-content-p--inliner counsel-async-filter-update-time emacs-lisp-byte-compile-and-load message-expires semantic-lex-close-paren LA avy--remove-leading-chars s-truncate texinfmt lv-wnd ido-entry-buffer org-closed-time-regexp :end-line indent-or-triple pdf-info-normalize-page-range gnus-downloaded-mark f-child-of\? save-buffers-kill-emacs bibtex-completion-fallback-action pdf-view-printer-minor-mode-on-hook N0 semantic-find-tag-by-overlay-next turn-off-smartparens-strict-mode diary-sexp-entry-symbol ido-up-directory flycheck-rust-binary-name radian--advice-company-overrides-yasnippet magit-revert-no-commit websocket-try-callback 0 haskell-session-modify ido-cannot-complete-command org-deadline-time-regexp 0 calendar-chinese-daylight-saving-start-time vhdl-port ido-summary-buffers-to-end radian-highlight-long-lines-mode tq-enqueue map-contains-key haskell-sort-imports-collect-imports projectile-default-generic-command ivy-re-match semantic-parse-region first-value ivy-bibtex-edit-notes lsp--cur-column--inliner --cl-block-straight-vc-git--ensure-head-- specializers punct reftex-refontify reftex-index-show-entry isearch-backslash toc helm-history-deleted org-babel-examplize-region :public counsel-git-action projectile-root-bottom-up undo-tree-node-branch--cmacro leng browse-url-xterm-program reftex-find-index-entry-regexp-format flycheck-clang-no-rtti wgrep-face ffap-read-only :inflight-input tq-queue markdown-blockquote-display-char prescient--initials-regexp org-agenda-undo-has-started-in biblio-with-fontification plstore-delete autoload-rubric rescan ibuffer-buffer-file-name flymake-proc--process-filter markdown-remove-header markdown-next-list-item-bounds semantic-update-mode-line haskell-indentation-newline-and-indent egyptian ido-unc-hosts undo-tree-visualizer-spacing Np dabbrev--friend-buffer-list :c3 Ns semantic-simple-lexer haskell-session-default-name cl-type-definition swift-mode-beginning-of-defun hz-unix pdf-occur-search-string bindat--pack-item bibtex-start-of-text-in-field declaim semantic-insert-foreign-tag wisent-discarding-token-functions 0 grey-dark eldoc-mode-map org-clock-out-hook eieio-persistent pdf-history colir markdown-reference-check-buffer ido-create-new-buffer haskell-session-new-assume-from-cabal gnus-summary-put-mark-as-expirable-prev-unread flycheck-report-status use-package-\(:type\ git\ :host\ github\ :repo\ \"dajva/rg\.el\"\ :package\ \"rg\"\ :local-repo\ \"rg\.el\"\)-nil-nil tablist-selection-changed-functions use-package-normalize-keywords clear-progress-display nnir-read-parms Visit\ Phrase\ Buffer calendar-recompute-layout-variables pcmpl-cvs uce using-biblatex mail-source-fetch-maildir f-hidden-p pdf-isearch-current-match mh-show-header-display SI widget-tabable-at eieio--defmethod initialized haskell-debug-make-fake-history iso-latin-2-unix Original-To haskell-compilation-filter-hook org-element-clock-interpreter ibuffer-filter-by-directory semantic-flex-buffer markdown-match-pandoc-metadata tex-font-setup package-menu-toggle-hiding flycheck-gnat-args auto-revert-tail-mode-hook url-cookie-storage radian--smartparens-indent-new-pair :cl gnus-summary-open-group-with-article company-clang--handle-error gnus-newsgroup-forwarded haskell-mode-find-def isearch-mode-hook V1 debugger-outer-match-data lsp--registered-capability-options--cmacro less ido-setup-completion-map org-mac-message-insert-selected prescient--history haskell-lexeme-string-literal-inside-item semantic-before-toplevel-bovination-hook pdf-info-query--transform-response Info-file-supports-index-cookies biblio-download--action flycheck-rust-check-tests ede-new semantic--tag-put-property-no-side-effect gnus-summary-put-mark-as-expirable markdown-complete-alist use-package-\(:type\ git\ :files\ \(\"inflections\.el\"\)\ :host\ github\ :repo\ \"eschulte/jump\.el\"\ :package\ \"inflections\"\ :local-repo\ \"jump\.el\"\)-nil-nil bibtex-completion-notes-mode-off-hook hydra--table display-function haskell-indentation-implicit-layout-list :reqs explicit-children rcirc-faces diff-process-filter mail-user-agent haskell-completions-grab-prefix markdown-get-defined-footnotes compilation-find-buffer etags-file-of-tag 0 radian-show-git-mode-hook dired-keep-marker-symlink auto-revert-mode-text rng-loc epg-key-signature-creation-time--cmacro epg-key-sub-key-list mode-local-augment-function-help less-css pdf-view-set-slice ivy-bibtex-show-entry counsel-linux-apps-parse cl-print--find-sharing haskell-process-logo ido-next-work-file ob-tangle message-dont-send hydra-ibuffer-sort/heads Y2 lsp--parser-body-length--cmacro tablist-mark-forward sh-heredoc eieio-default-superclass-child-p gnus-group-news-3-low flycheck-irony request-autoloads haskell-lexeme-string-literal biblio-crossref--format-affiliation lsp-ui-mode-on-hook mml-externalize-attachments x-dnd ibuffer-format-filter-group-data Vp vc-rcs uid display-other-frame Outdent\ Region set-face-bold-p ivy--prompt f-executable\? Previous\ file ripgrep-regexp bibview-cache 0 pdf-dev turn-on-geiser-mode markdown-toggle-fontify-code-blocks-natively company-semantic-metadata-function pdf-info-local-server-p reftex-parse-file-extension mail-header-parse-content-type :id company-enable-overriding-keymap gnus-request-newgroups edn-remove-reader spam-use-spamassassin use-package-require-after-load package-hidden-regexps smartparens-global-mode-hook flyspell org-entities-help xlfd-regexp-resy-subnum define-lex-string-type-analyzer gnus-article-post-menu -mapcat vhdl-menu el-patch-use-package-mode-hook s-uppercase\? pdf-view-assert-active-region defaults-1 reftex-label-illegal-re calendar-nth-named-absday ultracondensed 0 hydra-ibuffer-main/hydra-ibuffer-action/body-and-exit flx-make-string-cache cl-struct-url-tags new-headers 0 f-abbrev semantic-flex-syntax-modifications habit-up timezone-time-zone-from-absolute message-cross-post-followup-to sx-tab-all-questions counsel-library-candidates declarations comment-start-point derive use-package-normalize-commands haskell-flymake-init package--downloads-in-progress -all-p imenu-auto-rescan-maxout message-cross-post-old-target gnus-summary-highlight-line Zp semantic/wisent end-month haskell-align-imports-regexp -counter lsp--text-document-hover-string eieio--class-make--cmacro use-package-autoloads/:bind counsel--async-command counsel-yank-pop-filter menu-bar-options-menu lsp-ui-imenu--put-separator tty-menu-disabled-face 0 esh-cmd radian--run-hook gnus-summary-high-read-face unc ivy-state-history--cmacro Supported\ ECC\ Point\ Formats org-link-abbrev-alist-local :ProtocolVersion visible-frame-list php-symfony haskell-cabal-with-subsection unk reparse-symbol atomic-chrome-get-buffer-by-socket semantic-format-tag-concise-prototype org-link 0 f-with-sandbox message-mml-face inhibit-debug-on-entry ivy--legal-regex-p ibuffer-title-header prescient-frequency-decay flycheck-option-emacs-lisp-package-user-dir counsel-git-grep-occur projectile--test-name-for-impl-name 0 company--begin-inhibit-commands verilog-mode-actions compilation-filter-hook pdf-util-scale-to 0 semantic--tag-hook-value Fifth\ Level\ atx magit-submodule-read-name-for-path ido-choose-completion-string compilation-error-face gnus-extra-header s-lines custom-toggle-hide company--manual-prefix hydra--call-interactively-remap-maybe s-upcase :splice start-elem semantic-parse-region-default 0 zerodark-modified-face windmove-frame-edges prescient-filter-regexps reftex-cite-prompt-optional-args :or _b backward-to-word tenth company-gtags--annotation _f working-revision haskell-process-reload-with-fbytecode flycheck-go-vet-shadow xref-location-list-p _k magit-fetch-refspec gnus-summary-unmark-as-processable resultModules flycheck-c/c++-cppcheck-executable gnus-add-mark company-guard percent ido-work-directory-index ivy-reverse-i-search sx-tab :certificate-security-level parg :suffix hs-overlay-at sx-tag projectile-command-map flycheck-may-enable-mode nnir-request-list-newsgroups exit-status gnus-sum-load-hook pad-width hydra-fontify-head-greyscale ivy-state-p org-clock-mode-line-timer gnus-tmp-score hydra-window/helm-find-files company-async-timeout ido-magic-backward-char semantic-highlight-func-ct-overlay package-menu--print-info-simple sp-backward-symbol lsp-ui-sideline-show-hover ido-copy-current-word mh-display-msg sp-highlight-wrap-tag-overlay org-find-olp semantic-parse-changes package-generate-description-file xref-bogus-location-list-p :full sp--get-kill-end be sx-method magit-margin :post-handlers 0 mode-local-bind markdown-imenu-create-flat-index reftex-move-overlay custom-group-sample-face-get typekey biblio-dblp--forward-bibtex ivy--prompt-selectable-p ca haskell-mode-try-kill-scc-at-point helm-grep-finish comma gnus-visual-mark-article-hook oref def-ext dpre url-cache-directory lsp-capabilities org-decrypt-entry doiId_s reftex-cite-format newvar defconst-mode-local cp company-semantic-doc-buffer flycheck-encrypted-buffer-p dontsign haskell-error-overlay-briefly gnus-verbose-backends :commentstop lsp-ui-peek--get-selection markdown-insert-list-item url-queue-silentp--cmacro company-filter-candidates each f-ext regexp-flags --cl-block-lsp--parser-reading-body-- modified-tick pdf-cache--data-clear imap-range-to-message-set eb ec corrupted ee go-eldoc--documentation-function gnus-group-mark-buffer org-table-calculation reftex-multiref-punctuation semantic-force-refresh ibuffer-do-sort-by-filename/process bookmark-yank-word haskell-interactive-mode-handle-h dash-at-point-autoloads bibtex-remove-delimiters markdown-fontify-sub-superscripts hydra-ibuffer-main/ibuffer-visit-buffer-other-window-and-exit er reftex-convert-string smie sh-mkword-regexpr ff fg gnus-info-set-read fill-delete-prefix biblio--selection-metadata-at-point 0 org-babel-remove-temporary-directory pdf-isearch-minor-mode-map pdf-occur-tablist-do-flagged-delete fo aw-delete-window ibuffer-active-formats-name rmail-summary-mark-undeleted fs evil-get-register haskell-ghc gotono fw index-entry haskell-lexeme-looking-at-qidsym final-time haskell-lexeme-qid nnimap-request-accept-article visual-regexp-steroids-autoloads imenu-use-markers go straight-recipes-git-commit-version ffap-version hb wisent-log-resolution gt ibuffer-unmark-all magit-remote-prune-refspecs ivy-display-function-lv f-copy class-allocation-values sp--overlays-at hydra-ibuffer-action/ibuffer-do-shell-command-file-and-exit bibtex-completion-apa-get-value org-mac-finder-item-get-selected hl-line-range-function green markdown-indent-on-enter tablist-marked-face lsp--save-include-text-p semantic-narrow-to-defun-separator ht bookmark-bmenu-toggle-filenames ivy-set-actions global-hl-line-highlight-all orkh bibtex-entry-offset scss-lint semantic-symref-tool-global-list-p counsel--expand-ls tagtype ivy-mouse-3-tooltip flycheck-error-level deb-step s-less\? tablist-eval-filter m3 senator-tag-ring biblio-dissemin--callback dired-summary period-pair compilation-locs counsel-company pdf-cache-prefetch-pages-function-default epa-mail-aliases ivy-exit-with-action viper-macs magit-diff-hunk-heading flymake-start markdown-view-mode-syntax-table f-symlink-p mh-alias js n4 calling-dir custom-variable-menu-create sample-text -cons-pair\? 0 0 haskell-indentation-if vc-hg bibtex-reference-key in-range remove-re gnus-read-all-descriptions-files la company-dabbrev--search :unwind debug--implement-debug-on-entry amount biblio-cleanup-bibtex-function nnheader-directory-separator-character use-package-handler/:commands bindat-vector-to-hex syntax-propertize-via-font-lock markdown-mark-paragraph haskell-indentation-data s-numeric\? message--yank-original-internal ido-rotate-temp semantic-lex-beginning-of-line wisent-clearin wisent-augment-automaton -slice wisent-initialize-F me lv use-package-\(:type\ git\ :host\ github\ :repo\ \"etu/webpaste\.el\"\ :package\ \"webpaste\"\ :local-repo\ \"webpaste\.el\"\)-nil-nil haskell-session-interactive-buffer lsp-ui-sideline-apply-code-actions 0 reftex-select-font-lock-unfontify reftex-label inline--leteval tabbar-selected flycheck-error-message cl--old-macroexpand biblio--selection-help bibtex-completion-insert-key ms help-follow ivy-bibtex-open-pdf woman-mode json-jsonlint --cl-block-lsp--workspace-root--cmacro-- company-select-previous counsel-yank-pop-action-remove haskell-navigate-imports-go-internal projectile-project-test-cmd ivy-ffap-url-functions nnimap-map-port haskell-cabal-source-section-p np flycheck-cwl-schema-path ivy-state-re-builder dabbrev--last-buffer-found nt bibtex-completion-string-cache winner-currents conid tablist-forward-column equalp package-desc-name--cmacro org-special-ctrl-a :global-skip charset-list oddmuse-make-completion-table oo tablist-saved-face counsel-symbol-list lsp-ui-peek-find-definitions rmail-no-mail-p company-cmake--fill-candidates-cache biblio-remove-empty package-keyword projectile--file-name-extensions -let* haskell-debug/next parsebib-collect-strings stringtnil haskell-indentation-peek-token reftex-toc-auto-recenter-timer pn haskell-process-cmd-queue counsel-ack counsel-ibuffer-history ido-subdir ps pt haskell-hoogle-start-server ido-everywhere-off-hook pw bearing company-dabbrev-code-modes C-kp-2 C-kp-3 ad-advised-arglist reftex-roman-number start-time semantic-edit-menu select-tags-table-mode-abbrev-table global-semantic-show-parser-state-mode-hook ibuffer-mode-abbrev-table rc haskell-indentation-expression-layout rst-indent counsel-descbinds-action-info ido-buffer-history u8 ri s--truthy\? ivy-next-line-or-history lsp-ui-doc--mv-at-point gnus-group-get-description wdp save-place-mode-on-hook org-journal-mode-syntax-table v1 _new-window same-window-p tmm--completion-table pdf-view-reset-slice wdx --reject-first nonterminal package--ac-desc-kind--cmacro epg-new-signature-type-alist reftex-bib-path sl checksum sn hl-line-mode-on-hook w0 parsebib--entry-start gnus-group-uncollapsed-levels w3 company-template-post-command ibuffer-inline-columns markdown-italic-face tg Info-restore-desktop-buffer flycheck-error-list gnus-header-name tk no-unique auth-source-format-prompt reftex-insert-docstruct ivy-display-style markdown-live-preview-window-function x1 x2 ts tt org-info-emacs-documents request-rename-group retrieve-group-data-early slack-message-output-header no-return bibtex-completion-fallback-candidates next-buf projectile-test-cmd-map swiper-multi-prompt picinpar radian-find-profile-other-window json-false lsp-ui-peek-find-references xref--prompt-p Describe\ syntax\ checker ut company-files--connected-p org-journal-agenda-files ido-to-end saturday vi sp--setaction biblio--insert-detail ibuffer-buf-matches-predicates websocket-check org-clock-put-overlay win1 win2 gnus-article-headers org-formula reftex-create-bibtex-file org-eldoc-get-src-lang package-menu--mark-or-notify-upgrades markdown-regex-sub-superscript _proc server-capabilities org-journal-after-entry-create-hook sp-haskell-strict-ignore-apostrophe-after-word counsel-delete-process wl global-atomic-chrome-edit-mode-on-hook haskell-definition-face exception wp savehist-additional-variables browse-url-default-windows-browser local-ovs ivy-count-format qh-list reftex-pre-refontification-functions pdf-util-remove-duplicates aget menu-bar-showhide-fringe-ind-none org-macro--counter-increment Info-dir-file-attributes browse-url-save-file eieio--class-options--cmacro hydra-ibuffer-main/hydra-ibuffer-filter/body-and-exit reverse-year nnimap-unselect-group :show-prompt xr ido-everywhere-on-hook eieio--class-p el-patch-use-package-mode-map org-src--on-datum-p mc/mark-all-like-this-in-defun org-clock-before-select-task-hook xy ido-case-fold websocket-unparseable-frame reftex-cache org-list-has-child-p hl-line-highlight ido-indicator counsel-locate-cmd-mdfind perl--Test::Harness use-package-\(:type\ git\ :host\ github\ :repo\ \"jrblevin/markdown-mode\"\ :package\ \"markdown-mode\"\ :local-repo\ \"markdown-mode\"\)-nil-nil use-package-normalize/:when sp--reset-memoization ivy-dispatching-call aghb const semantic-overlay-lists reftex-select-mark-face gnus-make-ascending-articles-unread -first message-kill-buffer-query sx-networks --cl-block-lsp--workspace-registered-server-capabilities-- reftex-toggle-auto-view-crossref prescient-remember templist swift-mode:highlight-anchor :conc-name ido-time-stamp counsel-recoll todo-faces markdown-fontify-fenced-code-blocks cl-struct-lsp--parser-tags haskell-presentation-mode-abbrev-table el-patch-define-minor-mode ivy--get-action You\ should\ never\ see\ this dont-select avy--overlay-post el-patch-splice 0 bibtex-completion-format-citation-org-apa-link-to-PDF mh-identity index-info max-height semanticdb-typecache-child-p next-screen-context-lines mm-remove-parts pdf-view--server-file-name pyvenv-workon swift-mode:builtin-property-face flymake-proc-perl-init 0 gnus-summary-mark-unread-as-read 0 semantic-read-function s-present-p company-dabbrev-char-regexp :fetcher lsp--render-markup-content-1 menu-bar-showhide-tool-bar-menu-customize-enable-left semantic-lex-reset-hooks counsel-key-binding biblio--selection-browse vhdl-model ido-ignore-unc-host-regexps cljr-sort-project-dependencies exit-ethiopic-environment biblio--cleanup-field go-eldoc ediff-directories3 company-selection dired-at-point-require-prefix semantic-flex-text straight-recipes-request-version 0 projectile-buffers-filter-function lsp-ui-peek-selection swift-mode:builtin-enum-case-face mh-scan-line-formats haskell-indentation-previous-indentation use-package-handler/:magic with-ivy-window objc-mode-map constant-flag eieio--class-make tq-close w3m-browse-url key-chord-input-method paren-open :sample-overlay gnus-nntpserver-file ivy-minibuffer-match-highlight counsel--linux-apps-cache-format-function browse-url-mozilla-new-window-is-tab semantic-lex-number-expression gnus-group-news-2-face ivy-default-view-name semantic-bovination-working-type entirely haskell-indentation-left-offset package-reinstall bookmark-maybe-message radian--advice-hide-magit-gh-pulls-when-not-cached was-modified org-journal-file colir-compose-alpha company-grab use-package-jump-to-package-form markdown-match-yaml-metadata-key company-files--exclusions-filtered ido-everywhere-map compression-error ivy-ignore-buffers ietf-drums-dot-atext-token using len-max byte-constant2 websocket-document-function maybe-dumbfw counsel-linux-app-format-function semantic-tag-mode semanticdb-file-stream reftex-select-return-marker sp-end-of-next-sexp translated-args swift-mode:debugger-executable hydra-key-format-spec references visiting swiper-all-action xref-buffer-location--anon-cmacro sp-state-delayed-insertion gnus-mouse-face-2 ffap-symbol-value markdown-rx-to-string senator-copy-tag company-clang-arguments magit-diff-popup test-dummy mode-local-symbol hl-line-sticky-flag f--entries websocket-frame-length--cmacro haskell-interactive-mode-compile-splice mml-secure-verbose ido-ignore-directories-merge ivy-read-file-transformer haskell-cabal-module-sections sp-extract-before-sexp dired-unmark-all-files Cleveref ffap-menu-cont company-tooltip-maximum-width lsp--client-language-id url-parse-make-urlobj 0 smerge-refine-regions gnus-valid-select-methods company--posn-col-row straight-watcher-start undo-tree-visualize-undo-to-x debbugs-gnu-mode match-number 0 counsel-semantic-history gnus-article-sort-by-number idlw-help xref--current-item reftex-report-bug 0 copy-flymake--backend-state desired-mode gnus-summary-save-article-body-file 0 0 org-before-change-function epa--decode-coding-string gnus-group-update-group-function markdown-syntax-propertize-blockquotes image-transform-set-scale help-do-xref haskell-interactive-face-prompt :extra-init-params f-glob rainbow-delimiters-mode-hook bookmark-completion-ignore-case pdfs rmail-epa-decrypt-1 package--builtins straight--not-present-paranoid pr-ps-directory-preview semantic-overlay-start noshow reftex-trust-label-prefix -orfn reftex-label-alist 0 lsp-ui-imenu-mode-map package--ac-desc-kind haskell-lexeme-looking-at-token found-1 older flymake-proc--safe-delete-directory bookmark-map counsel-outline-title-markdown package--from-builtin ibuffer-do-isearch cl--typedef-regexp 0 :secret company-cmake--replace-tags company-sort-by-backend-importance log-warning-minimum-level release\ management straight-recipes-json-reformat-version eshell-split-path lsp--parser-on-message markdown-calculate-list-levels idlwave-shell-command-setup flycheck-clang-definitions org-link-edit-backward-slurp reftex-index-selection-or-word dset body-2 org-special-ctrl-a/e haskell-interactive-jump-to-error-line Info-finder-find-node zeroconf org-insert-todo-subheading esh-ext use-package-\(:host\ github\ :repo\ \"raxod502/sunrise-commander\"\ :branch\ \"fork/1\"\ :upstream\ \(:host\ github\ :repo\ \"emacsmirror/sunrise-commander\"\)\ :package\ \"sunrise-commander\"\ :type\ git\ :local-repo\ \"sunrise-commander\"\)-nil-nil ido-record-command validity f-slash package-load-all-descriptors org-day-of-week lsp--make-request reftex-default-context-regexps watches tablist-marker-regexp org-footnote--allow-reference-p org-babel-tangle-body-hook hydra--body-foreign-keys function* password-data ido-completion-help reftex-bibfile-ignore-regexps rg-define-toggle mouse-yank-at-point pdf-util-debug _enable pcmpl-gnu browse-url-mosaic-pidfile :handler org-id-goto auto-revert-notify-exclude-dir-regexp nnheader-directory-articles :custom-standard-value ivy-action-name Test\ project 0 company-continue-commands ivy--exhibit ffap-ftp-default-user url-global-history-hash-table sp-backward-kill-symbol ace-link--help-collect :deadline idlwave-shell-general-setup counsel-semantic term/tty-colors markdown-table-get-dline undo-tree-node window--resize-reset company-nxml gnus-summary-save-in-rmail org-agenda-date-header lsp--workspace-extra-client-capabilities--cmacro emacs-version-changed markdown-language-info-properties ivy-read-action-format-default eshell-no-command-globbing buffer-exists ezimage flycheck-error-list-mode-syntax-table authinfo-file-or-list pdf-view-mode-hook hs-hide-all-non-comment-function end-of-visible-line lsp--client-send-async--cmacro custom-comment-tag package-all-keywords reftex-get-bibfile-list haskell-interactive-mode-insert-error reftex-init-section-numbers cconv-analyse-form color-darken-hsl ido-make-buffer-list least-positive-normalized-float member-if-not font-latex-sectioning-5-face epg-delete-problem-reason-alist websocket-protocols haskell-debug/breakpoint-numbers mm-display-shell-script-inline global-outline-minor-mode-off-hook magit-init bibtex-field-kill-ring 0 find-label-re-format haskell-process-set A11 lsp--command-p magit-worktree gnus-summary-search-article lsp--start functions lsp-ui-flycheck-list--quit winner-active-region gnus-thread-indent-array keep-date tablist-selected-id c-hsv adoc-mode completion--capf-misbehave-funs lsp-after-open-hook org-match-string-no-properties nlabel straight-recipes-web-mode-version erc-backend 0 Cycle\ TODO wgrep-setup round* :mac-algorithm-noncesize override-global-mode-off-hook markdown-back-to-heading global-hl-line-mode-on-hook info-title-1 reftex-ensure-compiled-variables bindat--pack-u16r info-title-4 :on-close semantic-format-tag-prototype el-patch-use-aggressive-defvar ns-handle-nxopen gnus-summary-catchup-all-and-exit pdf-misc-print-document :narrow ivy-backward-kill-word byte-goto Hyperref no-checker debugger-frame-clear 0 Previous\ Frame diary-sexp font-lock-fic-face straight-recipes-magit-popup-version reftex-mode-hook multi-isearch-buffers xref-pulse-momentarily company-auto-complete-p esup-child hs-life-goes-on dired-actual-switches reftex-cite-key-separator next-dos url-mime-charset-string :no-group url-queue-callback-function :max-gap grep-error-screen-columns compilation-display-error ad-get-advice-info org-closest-date custom-get-fresh-buffer lsp-ui-peek--make-footer lsp--server-register-capability org-clock-timestamps-change markdown-match-html-tag global-outline-minor-mode-hook json-read-from-string solar-declination hs-show-hook use-package-handler/:interpreter hangul390-input-method ido-first-match-face sp-state-delayed-insertion--cmacro magit-status Next\ Frame org-agenda-add-note hydra-ibuffer-main/ibuffer-mark-forward compilation-error-regexp-alist use-package-\(:type\ git\ :files\ \(\"lisp/magit\"\ \"lisp/magit*\.el\"\ \"lisp/git-rebase\.el\"\ \"Documentation/magit\.texi\"\ \"Documentation/AUTHORS\.md\"\ \"LICENSE\"\)\ :host\ github\ :repo\ \"magit/magit\"\ :package\ \"magit\"\ :local-repo\ \"magit\"\)-nil-nil semantic-symbol->name-assoc-list-for-type-parts locked haskell-process-check-cabal-config-on-load org-frame-title-format-backup semantic-parser-name 0 page-ext pr-toggle-lock chicago counsel-org-goto-display-style \\index{THIS} mode-line-faces deferred:sync! tags-table-extend-computed-list flymake--highlight-line forward-bibtex include-certs org-quarter-to-date spew ivy-state-directory--cmacro find-if flycheck-sexp-to-string magit-imenu--diff-prev-index-position-function counsel-url-expansions-alist magit-diff-file-heading :src-dir 0 message-extra-wide-headers haskell-cabal-subsection-arrange-lines markdown-regex-gfm-code-block-open f-file\? action-handlers widget pdf-isearch-search-function custom-add-see-also org-journal-list-dates themed use-package-\(:type\ git\ :host\ github\ :repo\ \"magnars/multiple-cursors\.el\"\ :package\ \"multiple-cursors\"\ :local-repo\ \"multiple-cursors\.el\"\)-nil-nil restart-emacs-autoloads haskell-process-reset gnus-article-unread-p --cl-block-make-lsp--registered-capability--cmacro-- key-end ido-enable-prefix fancy-splash-image bm-repository-file gnus-created-frames erc-identd indian-1-column 0 Info-find-node-2 ange-ftp-ls semantic-show-unmatched-syntax-next company--show-inline-p ivy-state-update-fn symbol-count reftex-extra-bindings org-clock-sum-current-item bullet epa-faces company-echo-frontend --cl-block-lsp--client-prefix-function-- --cl-block-lsp--client-notification-handlers-- lsp-ui-flycheck-list--visit use-package-normalize-predicate roots semantic/wisent/wisent dired-next-line haskell-cabal--get-field pdf-info-mvannot avy-lead-face spam-bsfilter message-inhibit-body-encoding info-lookup->mode-value reftex-create-bibtex-footer straight-recipes-company-irony-version magit-section-heading last-state 0 flycheck-parse-xml-region-with-fallback delete-if-not sp-auto-complete-advice f-files ido-max-directory-size imenu-buffer-menubar flycheck-receive-checker-output ivy-bibtex-ivify-action package-status-external wisent-log 0 Styles eshell-term gnus-group-default-list-level websocket-server-conn auth-source-pick-first-password counsel--git-grep-count-threshold ido-all-completions comint-process-echoes pdf-isearch-minor-mode-off-hook org-clocktable-steps edge gnus-gcc-externalize-attachments rg-list-searches browse-url-chrome-program filter-by-used-mode markdown-table-hline-regexp org-agenda-manipulate-query semantic--progress-reporter flycheck-cppcheck-standards tablist-export-csv projectile-project-ignored projectile-paths-to-ensure \ Erase\ Customizations\ swiper--ensure-visible pdf-cache-image-inihibit TODO ibuffer-filter-by-mode nerrs tagtable auto-revert-load-hook gnus-async-prefetch-article counsel-fzf-dir-function org-at-encrypted-entry-p safe-refresh wdired-change-to-wdired-mode semantic-ia-complete-tip pdf-util-assert-pdf-buffer barf-backward counsel-irony-callback company-semantic-completions :pre-triggered gnus-logo-color-style name-buffer mc/mark-all-words-like-this psalter-pahlavi haskell-interactive-at-compile-message reftex-kill-buffer-hook projectile-test-files itemset wrapfig counsel-org-goto-display-todo goto-address wheight pyvenv-mode flymake-create-temp-with-folder-structure widget-button-click-moves-point s-match-strings-all mac-ts-active-input-string gnus-before-resume-hook category-down wordchar markdown-faces eieio--class-print-name xg-change-toolbar-position straight-live-modifications-mode-off-hook bookmark-bmenu-edit-annotation haskell-completions-general-prefix org-clock-report-include-clocking-task vc-hooks hydra-default-pre reftex-abbrev-parameters no-update auth-source-netrc-saver counsel-imenu-get-candidates-from dabbrev--abbrev-at-point command-line-default-directory gnus-summary-prev-page-or-article straight-recipes-s-version diary-mode-syntax-table bindat--pack-u24r magit-do-async-shell-command maybe-frame pdf-view-continuous biblio-crossref--forward-bibtex bookmark-edit-annotation-mode-map lsp--client-stderr--cmacro package-menu-mode-abbrev-table bookmark--jump-via ido-list-directory rmail-mail-new-frame flycheck-vhdl-ghdl-executable Buffer-menu-use-header-line gnus-summary-mark-read-and-unread-as-read semantic-safe magit-repos markdown-list-item-at-point-p counsel-prompt-function-dir Second\ Level\ Setext bookmark-bmenu-show-filenames undo-tree-incompatible-major-modes open-parenthesis use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/marshal\.el\"\ :package\ \"marshal\"\ :local-repo\ \"marshal\.el\"\)-nil-nil nnir-notmuch-additional-switches ivy-overlay-cleanup org-clock-clocking-in company--search-chunks markdown-insert-header-atx-2 bibtex-completion-cite-default-as-initial-input ido-completion-buffer markdown-insert-header-atx-5 maxchar Chicago auto-revert-use-notify PTIF 0 hs-minor-mode-off-hook semanticdb-fast-strip-find-results counsel-locate gnus-summary-followup ebnf-displacement memoize 0 counsel--apply-bookmark-fn option-vars ibuffer-filter-by-visiting-file eudc-ph pdf-util-edges-contained-p --cl-block-lsp--client-default-renderer--cmacro-- bookmark-bmenu-rename gnus-summary-thread-map 0 websocket-send org-table-line-regexp undo-tree-count--cmacro flymake-diagnostics-buffer-mode company-pseudo-tooltip-hide-temporarily bibtex-completion-format-citation-ebib epg-new-signature-type--cmacro sp--mc/cursor-specific-vars widget-field-prompt-internal haskell-cabal-map-component-type debugger-jump ido-max-prospects lsp-delete-definition 0 rx-check-not tag1 nnmail-split-fancy-syntax-table mml-smime-encrypt straight--clone-repository tablist-push-named-filter projectile-grep-finished-hook -not browse-url-at-mouse electric-pair--skip-whitespace company-diag number-string rmail-swap-buffers ivy-prescient-read lsp-ui-doc--select-window ibuffer-set-mark gnus-summary-same-subject counsel-outline-title-latex markdown-regex-wiki-link gnus-topic-expire-articles haskell-kill-session-process biblio--selection-change-buffer bookmark-bmenu-mode-map flycheck-find-checker-executable bookmark-insert-annotation new-R 0 ido-bury-buffer-at-head ps-print-headers pdf-tools-modes mb-depth markdown-flyspell-check-word-p f-root ffap-latex-mode ivy-yank-word el-patch--stealthy-eval ffap-dired-other-frame markdown-complete-buffer nil-26 haskell-check-remove-overlays company-mode-on-hook nil-29 reftex-mode-map s-contains-p company-cmake--meta horz xref-item-p ido-word-matching-substring evil-ex-search-pattern ido-make-dir-list-hook :image-output-type wisent-set-derives flymake--backend-state set-reductions-rules flycheck-temp-files-writable-p host this-result nsm-write-settings gnus-article-display-x-face vc-insert-header 0 org-clock-resolve-expert :custom-last :require-match new-y message-header-name-face mark-dired-buffers tags undo-tree-expand-up 0 unsent ido-set-matches-1 dired-flagged-face lsp-format-buffer org-indent-agent-resume-timer flymake-proc--base-dir magit-sequence-head pop3-leave-mail-on-server --cl-block-straight-vc-git--ensure-remote-- edn-list-to-set ivy-append-face url-queue-p semantic-unmatched-syntax-cache semantic-gcc-setup dash--match-kv tex-ispell org-update-checkbox-count widget-choose straight--get-overridden-recipe org-crypt-disable-auto-save dired-relist-entry ffap-next-url websocket-verify-response-code em-glob nnspool lsp--get-references 0 pdf-cache--prefetch-start haskell-indentation-next-indentation custom-variable-edit-lisp pbm-spec ido-read-file-name-as-directory-commands semantic-pre-clean-token-hooks euc-jis-2004 prescient--serial-number undo-tree-mode-set-explicitly binary-overwrite-mode-on-hook rmail-highlight-headers term-color-cyan pr-ps-file-print company-safe-backends markdown-insert-inline-image haskell-hoogle-command not-useful byte-pophandler bool-vector-set-difference bibtex-text-in-field-bounds weight sp-last-inserted-characters mac-auto-ascii-select-input-source lsp--text-document-identifier pdf-history-forward get-char-code-property \.title magit-imenu--submodule-extract-index-name-function mac-previous-tab :reload auto-revert-tail-mode-text colir-compose-method 0 package-status-dependency reftex-recursive-directory-list cl-svref nnmail-split-cache counsel-git-grep-transformer hdr-args projectile-find-dir-other-frame projectile-get-repo-ignored-files regexp-target-pair hydra-doc-format-spec ibuffer-tmp-hide-regexps :WebSocketPort ediff-wind mailcap-extension-to-mime bibtex-quoted-string-syntax-table ad-get-cache-class-id semantic-tag-name org-agenda-overriding-header haskell-complete-module-max-display talu flycheck-rust-clippy-executable show-output latin-8-mac markdown-mode-mouse-map semantic/symref/list git-gutter:separator consym ebnf-terminal bindat--pack-u32r undo-tree-object-pool--cmacro custom-modified bibtex-completion-file-watch-descriptors -some semantic-idle-summary-function epg-key-signature-key-id mml-content-disposition-parameters org-at-clock-log-p flymake-start-on-flymake-mode url-proxy-services flycheck-gfortran-include-path lsp-after-initialize-hook flycheck-asciidoctor-executable ffap-menu-rescan flymake-proc-master-cleanup org-not-done-keywords thing-at-point--end-of-sexp --reduce-r-from show-smartparens-mode-off-hook zerodark lsp--text-document-code-action undo-tree-node-timestamp org-mac-finder-insert-selected semantic-flex-extensions org-blocker-hook :update-fn :signature-sha1 visit-buffer-other-window mac-pointer-contextual-menu-arrow reftex-erase-buffer straight--checkhash delete-duplicates ido-context-switch-command gnus-ido-completing-read src1 erc-my-nick-face imap-mailbox-unselect :no-build delete-this-frame semantic/idle uninitialized 0 doc-view-ghostscript-options 0 markdown-backward-page thing-at-point-url-path-regexp markdown-kill-thing-at-point lsp-imenu osx-trash-setup ibuffer-make-column-mark ibuffer-update-format calendar-dst-transition-cache bibtex-autoadd-commas display-buffer-pop-up-frame s-titleized-words accumulate cl--gv-adapt font-latex-string-face company--continue-failed org-journal-date-prefix newsticker-cache-filename dired-uncache wisent-verbose-flag flycheck-ghc-search-path :custom-show reftex-index-complete-tag :insert-button-args flycheck-dedent-error-messages 0 reftex-make-cite-echo-string Project\ info pdf-isearch-message websocket-client-data--cmacro cljr-auto-sort-project-dependencies ace-link--woman-collect string-renderers :col2 run-chicken markdown-list-item-bullets ivy--re-filter widget-choice-validate radian-find-gitexclude semantic-symref-tool-idutils-p biblio--make-results-buffer biblio-doi--generic-url-callback projectile-files-in-project-directory semantic-complete-jump markdown-hide-body gnus-buffer-configuration pdf-util-image-displayed-edges reductions-rules end-loc swiper--all-format-function nshifts cl--loop-result-var org-fontify-entities cl--simple-exprs-p org-journal-with-find-file -sort nsm-query-user cl-labels-args gnus-uu-decode-postscript-and-save hydra-ibuffer-mark tablist--restore-face-property zsh tags-loop-operate semantic/tag ivy-bibtex-add-pdf-to-library \.warning newcache shell-script-mode org-element-remove-indentation compilation--flush-directory-cache find-file-compare-truenames evil-register-list flymake-proc--current-process magit-bookmark--log-jump 0 flycheck-in-user-emacs-directory-p org-agenda-entry-text-cleanup-hook dups browse-url-filename-alist ivy-shrink-after-dispatching 0 diary-include-files :result pdf-isearch-current-page find-relative-path package-desc-kind--cmacro magit-imenu--log-extract-index-name-function start-end ts-date-type counsel-org-tag-prompt srecode/mode ivy-state-history company-begin semantic-repeat-parse-whole-stream counsel--info-lookup-symbol rmail-swap-buffers-maybe :delete lsp-ui-peek--fontify-buffer org-clock-leftover-time org-agenda-diary-entry org-element-cache-sync-duration flycheck-error-list-make-cell haskell-interactive-switch comint-input-ring-index org-habit-alert-face hs-hide-level fn-head swiper--ivy pcomplete-man-function company--electric-do flycheck-haskell-ghc-cache-directory color-d50-xyz projectile-time-seconds kill-buffer-ask prin1 irony-user-dir spam-report speedbar-delete-subblock from-upstream avy-window-list classify widget-field-validate f-descendant-of\? gnus-alter-header-function company-template-insert-hook :conn save-place-local-mode-hook swiper-history diary-hebrew-birthday semantic/decorate/include ccustomized pop-all debugger-env-macro async-start file-notify--watch-callback lsp--range-end-line flycheck-executables cl-maphash ignorable-attributes -repeat 0 ffap-url-unwrap-remote wisent-default-tag reftex-toc-split-windows-horizontally forms pdf-info-textregions straight--ensure-blank-lines inline-p undo-tree-visualizer-data-rwidth 0 pdf-isearch-hyphenation-character haskell-cabal-goto-subsection wisent-save-shifts semantic--tag-deep-copy-attributes cross-disabled-images company-template--c-like-args cljr-add-project-dependency pdf-util-edges-union allow-groups url-domsuf-domains epg-signature-status--cmacro grep-error-face 0 markdown-handle-local-variables semantic-show-parser-state-mode-on-hook owin markdown-strike-through-face pdf-info-search-string wisent-semantic-action-expand-body ivy-toggle-calling line_start use-package-normalize/:hook clojure-convert-collection-to-set ghub-create-token :frequency magit-snapshot-index lsp--get-message-type Next\ Dates mail-source-movemail-program reftex-auto-recenter-toc byte-compile-cond-use-jump-table tablist-push-regexp-filter pdf-cache-clear-data wisent haskell-stylish-on-save ffap-ftp-regexp LaTeX widget-radio-value-set company-uninstall-map ivy-push-view ido-work-directory-list-ignore-regexps Insert\ Wiki\ Link counsel-outline-title senator-yank-tag custom-variable-tag nnoo-map-functions package-archives cperl-indentation-details markdown-xhtml-body-epilogue semantic-show-unmatched-syntax-mode-map gnus-refer-thread-use-nnir s-split-words yas--make-control-overlay gnus-summary-beginning-of-article beg-marker haskell-error-mode-map ffap-ftp-sans-slash-regexp green-light 0 custom-variable-state-set thread-only company--capf-post-completion viper-ex speedbar-power-click nnimap-acl-get hydra-key-doc-function-default flycheck-shellcheck-follow-sources bookmark-read-annotation-text-func ibuffer-column-summary dontinsert sp-show-pair-enc-overlays isnan method-function semantic-flatten-tags-table markdown-open reftex-comment-citations 0 message-default-send-rename-function dash--match-make-source-symbol Info-select-node cider-jack-in-clojure Rectangle lsp-ui-sideline-current-symbol counsel-descbinds-action-describe use-package-process-keywords markdown-next-list-item -cycle pdf-util-required-vscroll thing-at-point-short-url-regexp display-transformer-fn lm-commentary use-package-\(:type\ git\ :files\ \(\"*robe\.el\"\ \"lib\"\)\ :host\ github\ :repo\ \"dgutov/robe\"\ :package\ \"robe\"\ :local-repo\ \"robe\"\)-nil-nil Custom-buffer-done configure-command lsp-code-lenses haskell-command-echo-or-present substitute-command-keys Fourth\ Level\ atx gnus-save-newsrc-hook bibtex-autokey-titleword-case-convert-function base64 --cl-block-lsp--client-prefix-function--cmacro-- pdf-info-setoptions makefile-space rmailedit ido-common-initialization to-end rmail-unfontify-buffer-function pr-toggle-tumble pdf-info-query flycheck-error-list-buffer frame-inner-height 0 flycheck-mode-map projectile-call-process-to-string global-company-mode-on-hook epg-key-user-id-list haskell-error-mode-syntax-table Flymake helm-source-header markdown-match-declarative-metadata lsp-ui-doc--line-height flymake--diagnostics-buffer-entries client-data :fileskip0 gnus-current-prefix-symbol find-entry atomic-chrome-close-current-buffer find-index-re-format semantic-toggle-minor-mode-globally ivy-occur-mode-hook websocket-accept-string--cmacro 0 insert-file-contents-literally lsp--get-start-position company-safe-substring lsp-ui-doc--inline-untab electric-pair-skip-whitespace-chars tablist-unmark-forward json-array-type :compile cua-delete-selection hex-digit irony-cdb-json-select-most-recent windmove-do-window-select dbus-get-property ffap-directory-finder lsp--sync-type reftex-erase-all-selection-and-index-buffers manual-program cl-labels haskell-find-line-with-indentation atomic-chrome-update-buffer ido-report-no-match gnus-icalendar control-1 pdf-misc-minor-mode-map package-desc-archive--cmacro bibtex-completion-notes-global-mode-off-hook lsp--make-text-document-signature-help-callback derived-mode-p semantic-ia-show-variants url-cookie-localpart--cmacro gnus-summary-expire-articles-now section-data mail-header-set-from delimiter custom-split-regexp-maybe my-level-func 0 flycheck-lintr-linters haskell-session-set-process s-shared-end lifespan json-mode-show-path bookmark-all-names geiser-completion proced-faces :load-path Cache\ current\ file clean-up cl-random-state-p--cmacro magit-bisect semantic-exit-on-input Copy\ Field\ to\ Kill\ Ring flycheck-locate-sphinx-source-directory sp-point-in-string Italic :secure custom-face-edit-fix-value sp--save-pre-command-state flycheck-next-error-function markdown-fontify-code-block-default-mode undo-tree-visualizer-active-branch-face reftex-section-pre-regexp pdf-isearch-word-search-regexp 0 slot-unbound external-body avy-keys AMSTeX pdf-misc-size-indication projectile-find-matching-test nnmail-expired-article-p reftex-index-macros elisp-xref-find-def-functions notmuch-crypto-signature-good-key reftex-no-follow-message haskell-cabal--find-tags-dir projectile-ignored-files has-boundary branch erc-faces ido-set-common-completion org-registry atomic-chrome-start-server event-apply-modifier 0 package--alist-to-plist-args ivy-prescient-sort-file-function semantic-parse-tree-needs-update-p semantic-parse-tree-set-needs-update ad-recover company-dabbrev-other-buffers semantic-lex-charquote notmuch-crypto-signature-bad markdown-regex-list mc/mark-all-like-this-dwim epg-make-sub-key--cmacro mail-source-flash markdown-complete cider-classpath nndir-directory s-upper-camel-case xref-etags-location-child-p :notify server-eval-at ibuffer-jump-offer-only-visible-buffers irony-cdb-json-add-compile-commands-path flyspell-generic-check-word-predicate 0 restart-emacs--ensure-can-restart Elide\ Region use-package-\(:type\ git\ :host\ github\ :repo\ \"joostkremers/visual-fill-column\"\ :package\ \"visual-fill-column\"\ :local-repo\ \"visual-fill-column\"\)-nil-nil ansi-color-apply-face-function elfeed-search-tag-face markdown-regex-email ido-read-directory-name rebar CUA-mode haskell-indentation-toplevel-where gnus-summary-pipe-message reftex-index-phrases-logical-or-regexp flycheck-gcc-definitions ido-toggle-case multi-isearch-file-list-new company-dabbrev-code-time-limit counsel-package-make-package-cell compilation-set-skip-threshold haskell-cabal-line-entry-column reftex-label-location ruby-rspec picture-replace-match hydra--negative-argument nnir-query-spec ibuffer--or-and-filter chmod and-filter ebnf-special company--pre-render semantic-tag-class browse-url-gnome-moz-arguments pdf-view-auto-slice-minor-mode-map mac-pointer-resize-left gnus-group-is-exiting-p gnus-parse-format cider-test nsm-certificate-part magit-fetch global-hl-line-mode-hook help-function-cmacro custom-face-state-set-and-redraw dos-display-scancodes bibtex-completion-find-pdf fileonly tablist-next-line flymake-proc--report-fn pdf-occur-ibuffer-minor-mode-off-hook counsel-locate-history 0 -take cl-multiple-value-setq haskell-indentation-at-separator :edition reftex-making-and-inserting-labels mouse-kill amx-initialize menu-bar-right-scroll-bar lisp-cl-font-lock-keywords-1 projectile-kill-buffers org-footnote-unique-label biblio--lookup-1 blue-dark 0 projectile-ignored-project-function haskell-process-unignore-file message-cross-post-insert-note use-package-normalize/:config multipart-type starteol ido-set-current-home haskell-debug-navigate biblio-crossref--format-author -reduce global-hl-line-mode-map sp-get wisent-append-to-log-file ibuffer-filter-groups ivy-state-require-match -some--> semantic-tag-type hydra--quote-maybe bookmark-bmenu-marks-width erlang-rebar3 ibuffer-decompose-filter-group cps--cleanup-function haskell-process-path-to-list package-desc-reqs custom-variable-mark-to-save dired-hide-details-link erc-quit-and-part ivy-set-prompt-text-properties-function warning-level-aliases epg-export-keys-to-string reftex-fontification-configurations semantic--tag-set-overlay counsel-outline-title-org markdown-regex-tilde-fence-begin tablist-generate-sorter org-add-colon-after-tag-completion abbrev--describe haskell-complete-module-match Info-fontify-node errored json-encode-string custom-magic-reset ebrowse-tags-find-declaration-other-frame haskell-indentation-statement-right em-prompt :client-data gnus-sorted-difference ignore-regexps redprec make-reductions bookmark-file-coding-system markdown-end-of-defun haskell-indentation-declaration markdown-footnote-return -fixfn flycheck-parse-eslint mc/edit-ends-of-lines org-indent-to-column rmail-last-message dired-keys message-make-expires-date bibtex-expand-strings markdown-wiki-link-p haskell-compile ivy-subdir haskell-process-args-cabal-new-repl semantic-lex-keyword-value pdf-view-next-page-command hydra-reset-radios semanticdb-project-database org-bibtex-import-from-file stag slot-makeunbound auto-encryption-mode-map ivy-recentf overload-obsoleted-by semantic-after-auto-parse-hooks s-slice-at sp--get-pair-list-context rainbow-delimiters-default-pick-face comint-accumulate undo-tree-register-data-print-func reftex-tables-dirty haskell-cabal-module-to-filename haskell-debug-parse-logged ido-merge-ftp-work-directories haskell-debug-heading-face ibuffer-column-name bookmark-save-flag read-flycheck-checker subsetp org-adaptive-fill-function haskell-align-imports-merge-parts tablist-display-context-window company-gtags-insert-arguments vectype org-element-export-block-interpreter inline--alwaysconst-val websocket-server-conn--cmacro mathjax tags-table-computed-list-for appt-mode-string wisent-reduce-grammar tablist-minor-mode-hook lsp--apply-workspace-edit url-cookie-handle-set-cookie haskell-indentation-indent-region rmail-message-encoding nsm-new-fingerprint-ok-p cl-struct-flycheck-verification-result-tags ido-is-slow-ftp-host haskell-ghc-supported-extensions with-displaying-help-buffer 0 straight-symlink-emulation-mode-on-hook 0 semantic-show-parser-state-marker mml-inhibit-compute-boundary haskell-process-evaluating-p 0 org-encrypt-string erc-autojoin color-srgb-to-xyz compile-only lsp--parser-body--cmacro eieio--class-docstring coffee-coffeelint ConTeXt-mode hydra-width-spec-regex CUA counsel-grep-or-swiper reftex-set-cite-format counsel-git-grep-cmd color-darken-name pcomplete--entries prolog-keyboard pdf-tools-build-server semanticdb-refresh-table haskell-msg gfile-valid-p ivy-display-function-fallback pdf-misc-context-menu-minor-mode-on-hook oldname org-indent-remove-properties gnus-eform lsp-unknown-json-rpc-version rmail-files projectile-before-switch-project-hook eshell-path-env ivy-display-functions-alist ido-existing-item-p org-bbdb-anniv-split ignored-charsets lsp-before-open-hook counsel-M-x-history biblio-hal--url sp-prefix-tag-object jabber-roster-user-online digests flycheck-tex-lacheck-executable programm notmuch-tag-face mm-with-unibyte-current-buffer --some-p package-menu-get-status semantic-overlay-move swish-e biblio-arxiv--format-author bytedecomp-ptr Insert\ Row mouse-choose-completion mode-enabled sp--populate-keymap semantic-tag-attributes straight--generate-package-autoloads wgrep-change-to-wgrep-mode xref-make-match flycheck-standard-error-navigation haskell-cabal-subsection-header-regexp wisent-state-actions erc-networks eshell-smart C-S-kp-end counsel-org-change-tags make-lsp--client--cmacro error-var tablist-toggle-marks biblio-crossref--url custom-face-value-create open-contents message-tokenize-header bookmark-bmenu-switch-other-window radian--remove-kill-buffer-delete-directory-hook fixed-pitch-serif lsp--parser-leftovers org-agenda-last-marker-time anzu-replace-to haskell-debug-insert-modules org-journal-search-do-search 0 tide-format-before-save ivy-alist-setting hydra-ibuffer-mark/ibuffer-mark-modified-buffers-and-exit org-agenda-restore-windows-after-quit gnus-summary-high-unread semantic-find-tag-by-overlay-in-region Info-default-directory-list cl-remhash semantic-stickyfunc-menu Chinese parsebib--get-target-field company-ignore biblio--url-error --cl-block-lsp--parser-p--cmacro-- semantic-unmatched-syntax-face company-keywords-alist tablist-major-columns 0 counsel-git otf-script-alist lsp--execute-command--inliner mod24 gnus-article-hide-headers avl-tree--node-create frameset bookmark-get-position ivy-prescient--wrap-action wisent-raw-tag reftex-external-file-finders org-clock-notification-was-shown ffap-tex-path Transpose\ Table sr-mode-map ido-max-window-height sp-forward-slurp-sexp ibuffer-visit-tags-table lsp--haskell-hie-command semantic-idle-completions-mode Custom\ time\ format org-journal-carryover-items reftex-enable-partial-scans :separate env-list byte-length ffap-gopher-regexp org-latex-preview-ltxpng-directory biblio--selection-copy-callback lsp--workspace-highlight-overlays--cmacro flymake--diagnostics-buffer-source doc-view-ghostscript-program f-height projectile-other-file-alist pdf-misc-menu-bar-minor-mode-map flymake--backend-state-running--cmacro winner-save-unconditionally markdown-outline-up network-stream-open-tls mm-postponed-undisplay-list Indent\ Subtree bibtex-comma-after-last-field org-list-struct-assoc-end ivy--full-length haskell-string-literal-escapes-regexp inf-clojure-mode-map lsp--render-on-hover-content lsp--client org-clock-out-time company-active-map el-patch-use-package-mode-on-hook counsel-descbinds-action-find nsm-query 0 gnus-agent-fetch-session split-trace irony-additional-clang-options x-max ido-next-work-directory 0 gnus-undo-boundary flycheck-error-format-message-and-id copy-ivy-state color-complement bibtex-completion-open-url-or-doi gui-get-selection company-version mm-image-fit-p helpful-mode company-pre-command nutation sp-insert-pair-delayed haskell-appearance tablist-toggle-context-window :ibuffer-formats symbol-function pine rmail-reply-prefix dbus-call-method DOI haskell-interactive-mode-do-presentation negotiated-extensions pink org-cdlatex-mode-off-hook cl-macro-arg org-find-dblock gnus-yes-or-no-p tablist-clear-filter :html-background new-line lsp--teardown-workspace newfn hydra-ibuffer-filter/ibuffer-filter-disable primary updir url-parse-make-urlobj--cmacro straight-fetch-package mouse-major-mode-menu flist lsp-ui-doc--eldoc newst-ticker radian-fix-whitespace projectile-compilation-dir counsel--async-sentinel counsel-outline-settings sp-state-last-syntax-ppss-result--cmacro semantic-parse-tree-set-up-to-date url-cookie-save-interval :dynamic-collection tags-included-tables sp-wrap-show-possible-pairs Search\ Again wisent-put epg--status-BADSIG teal url-mail-command golden-ratio-mode flymake-proc--find-buffer-for-file amx-update srecode/fields f-descendant-of-p org-html-export-as-html pdf-occur-assert-occur-buffer-p semantic-delete-overlay-maybe 0 wisent-toggle-verbose-flag package-download-transaction delete-p projectile-tags-command final-new-name company-update-candidates org-list-get-item-end-before-blank Info-extract-menu-counting gnus-group-next-group pdf-cache-renderpage-text-regions original-source subr org-crypt-key-for-heading moved-to hex-util ido-load-history scope radian-fix-whitespace-mode-hook atomic-chrome-buffer-frame-height strz OCSP\ Status\ Request arxiv:primary_category nnmail-save-active multipart org-src-fontify-natively reftex-index-follow-mode url-version package-dir-info consistent 0 --cl-block-lsp--client-type-- widget-default-sample-face-get ido-slow-ftp-hosts paredit speedbar-make-tag-line sauron-mode markdown-markup-face LaTeX-current-environment srecode/srt-mode thisweek showkey ivy-state-preselect mc/vertical-align websocket-url gnus-read-ephemeral-bug-group counsel-git-change-worktree-action gnus-sum-thread-tree-single-indent :error-list-face semantic-lex-end-block flycheck-warning-overlay custom-guess-type gnus-score-followup-thread magit-unstage-file company--search lock f-symlink begin-of-context Redisplay\ buffer hydra--cycle-radio new-list gnus-group-menu-hook markdown--edit-indirect-after-commit-function semantic-mode-line-prefix bufname-length 0 semantic-lex-highlight-token tablist-mark-prompt mml-default-directory ad-Advice-delete-file dabbrev-case-distinction hydra-ibuffer-main/ibuffer-do-delete company-search-mode-hook tablist-column-names ido-input-stack appt-message-warning-time org-agenda-column-view Up\ to\ Parent edn-add-writer olist mac-text-scale-magnification flymake-master-make-header-init sufx 0 tex-view lsp--enable-tcp-client semantic-lex-make-type-table f-write flycheck-disabled-checker-p lnum --cl-block-lsp--workspace-p--cmacro-- gnus-data-read-p company-clang-modes lsp-ui-doc--sideline-pos-y dd-name rmail-forget-messages gnus-check-backend-function biblio--map-keymap s-prepend hydra-around-find-function-search-for-symbol-advice reftex-add-section-levels find-variable-other-window magit-mode markdown-match-includes counsel-org-headline-path-separator flycheck-rust-library-path haskell-process 0 epg-context-progress-callback--cmacro mail-source-fetch-file ivy--preferred-re-builders org-todo-statistics-hook pdf-util-read-click-event add-keymap-witness rlist read-passwd-map core-nitems reftex-index-macros-style ivy-read-action atomic-chrome-enable-bidirectional-edit ibuffer-locked-buffer pr-ps-directory-print org-agenda-bulk-unmark company-mode-hook tem2 pdf-util-color-completions dont-remove org-goto-selected-point markdown-url-face biblio-synchronous ibuffer-clear-summary-columns sp-wrap-point help-xref-forward-stack haskell-command-complete projectile-project-buffer-files amx-detect-new-commands json-encoding-lisp-style-closings :sample-face package-read-all-archive-contents semantic-find-tags-by-scope-protection emerge-files-with-ancestor-command gnus-undo-mode epa-key-list-mode-syntax-table fringe-bitmaps-at-pos 0 pdf-view-image-relief browse-url-mozilla-program reftex-label-menu-flags org-element-strike-through-interpreter diff-current-refined-background reftex-window-height counsel-require-program reset-language-environment 0 ps-print-background company--multi-backend-adapter-candidates org-vm window-scroll-bar-width bibtex-entry-right-delimiter gnus-update-active-hashtb-from-killed ibuffer-deletion-marked-buffer-names wid-edit f-relative-p defsubst* wisent--prec byte-compile-check-lambda-list use-package-non-nil-symbolp enh-ruby-mode lsp--read-json--inliner 0 web-mode-engine-file-regexps Next\ at\ Same\ Level select-tags-table-mode-map message-mail-file-mbox-p eshell-add-glob-modifier long-lines custom-rogue mac-ctl-x-5-revolve-frame-tabbing company-clang--strip-formatting epg-sub-key-length--cmacro 0 --cl-block-lsp--client-last-id--cmacro-- company-tooltip-common default-renderer :indentSize global-flycheck-mode-hook byte-compile--log-warning-for-byte-compile eshell-stringify magit-diff-context-highlight wisent-item-to-string loadhist --map-indexed Search\ Entries org-footnote-normalize-label company-dabbrev-code--make-regexp tags-table-list-pointer Info-history-back counsel-ag-map gnus-summary-pipe-to-muttprint compilation-face real-active cljr-add-missing-libspec avy--done :=key= 0 git-commit-summary org-journal-search-results-order-by gnus-group-add-to-virtual gnus-parameter-spam-process-destination tty-mode-set-strings url-using-proxy straight--read-package-autoloads nstates rng-nxml cl-endp haskell-interactive-copy-to-prompt straight-recipes-geiser-version pdf-info-boundingbox f--files markdown-table-face hydra-ibuffer-sort/ibuffer-invert-sorting diff-added epg-gpgsm-program :master-index markdown-live-preview-remove-on-kill flycheck-syntax-check-context 0 debugger-setup-buffer reftex-version openssl electric-pair--syntax-ppss semanticdb-default-system-save-directory swiper-from-isearch flymake-proc--init-create-temp-source-and-master-buffer-copy aw-background-face mc/toggle-cursor-on-click ivy-state-display-transformer-fn s-trim reftex-toc-confirm-promotion recurse bibtex-completion-exit-notes-buffer :default-renderer eieio-object-set-name-string -zip-with package--load-files-for-activation 0 hydra--head-name diary-show-all-entries straight-recipes-tablist-version ibuffer-truncate-lines markdown-exdent-find-next-position cn-big5-dos loop sp-local-tag url-cookie-host-can-set-p reftex-display-copied-context-hook highest-level dynamic-collection ido-make-choice-list gnus-decode-encoded-word-methods projectile-patterns-to-ignore hydra-head-format radian--mode-line-update-delay semantic-analyze-current-tag hydra-window/\(lambda\ nil\ \(interactive\)\ \(split-window-right\)\ \(windmove-right\)\) global-whitespace-mode total-height org-journal-read-entry tq-buffer desktop-save-in-desktop-dir swiper-occur org-clock-out-if-current biblio-selection-mode-map reftex-syntax-table company-bbdb-modes swiper-multi-action-1 swiper-multi-action-2 company-xcode-xcodeindex-executable 0 dired-guess-default package-archive-priorities display-func tmm-table-undef grep-use-null-filename-separator message-insert-importance-high emergency gnus-level-unsubscribed ffap-machine-at-point radian--browse-url-predicate org-agenda-todo-list-sublevels user-original-login-name status-string speedbar-change-initial-expansion-list ffap-foo-at-bar-prefix gnus-summary-make-all-marking-commands reftex-number 0 undo-tree-visualizer-mouse-set org-clock-string-limit node-property file-cache bbdb-vcard-directory radian-indent-defun Info-apropos-find-node noecho ivy-scroll-down-command 0 reftex-label-env-list define-lex-block-analyzer ivy--occur-press-buffer message-make-address haskell-indentation-type-list bibtex-completion-init markdown-match-code no-operator with-lang bibtex-completion-find-pdf-in-field 0 authentication time-of-day FFF haskell-interactive-mode-prompt-next sp-show--pair-delete-enc-overlays byte-optimize-nonassociative-math counsel-set-variable-history flymake-proc--get-full-nonpatched-file-name markdown-table-move-row-down ivy--index message-reply-buffer icomplete cider-connected-hook company-files--trailing-slash-p org-clock-history-length proclaim semantic-symref-tool undo-list-marker-elt-p gnus-group-tool-bar-gnome ibuffer-map-lines counsel-describe-function colir-compose-overlay vertical-bar eieio-unbound haskell-cabal-mark browse-url-man Create\ image company-tooltip-search company-tooltip-mouse imenu-level-separator ibuffer-check-formats flycheck-error-buffer compilation-filter-start package-desc-create starting-position biblio-doi s-suffix-p hydra--make-callable rmail-bury haskell-process-suggest-overloaded-strings counsel-find-file-mkdir-action websocket-inflight-input flymake-category org-tags-overlay Info-isearch-start eshell-processp EXR ibuffer-current-buffer gnus-exit-gnus-hook :custom-header-alist org-tag-persistent-alist biblio--search-results-header flymake-proc--copy-buffer-to-temp-buffer haskell-mode--looking-at-varsym delete-problem wisent-error-term counsel--gg-candidates 0 reftex-label-alist-style ibuffer-marked-face flycheck-markdown-mdl-style semantic-lex-keywords debugger-print-function enable-function xref-hashtb flymake-proc--add-buildfile-to-cache hydra--imf org-todo-regexp counsel-imenu-map markdown-inline-code-at-pos-p markdown-demote pdf-virtual-buffer-create ietf-drums-remove-whitespace _file --tree-mapreduce company-echo-strip-common-frontend radian--advice-kill-emacs-dispatch ivy--prefix-sort info-index-match projectile--find-file-dwim haskell-string-literal-encode-ascii-array copyright-at-end-flag ivy-prescient-excluded-commands wisent-set-firsts flycheck-command-map bibtex-completion-display-formats-internal ffap-fortran-path counsel--async-exit-code-plist ido-file-name-all-completions websocket-open company-clang--prefix hydra-ibuffer-filter/ibuffer-filter-by-derived-mode semantic-lex-spp-table-write-slot-value org--property-global-value ps-print-miscellany Operating\ on\ Multiple\ Buffers semantic-flex-make-keyword-table plevel pdf-cache--data-get series projectile-ignored-project-p nnmairix lsp-ui-flycheck-enable tablist-find-entry semantic-lex-catch-errors haskell-process-import-modules package--quick-help-keys org-clock-resolving-clocks bfile sp--join-sexp compilation-scroll-output markdown-remove-inline-images counsel--async-duration inferior-scheme-mode-map counsel-org-headline-display-tags :inherit-props custom-face-edit-delete lsp-kill-watch projectile-group-file-candidates eshell-banner font-put org-install gnus-summary-prepare pdf-virtual set-reductions-next key-or-entry clojurex-mode org-table-insert-column pdf-cache-put-image bibtex-completion-notes-key-pattern 0 development semantic-find-tags-included org-list-in-valid-context-p ivy-sort-functions-alist dframe-select-attached-frame JDE0 tablist-put-mark text1 counsel--M-x-externs org-clock-get-sum-start ido-expand-directory cl-least-positive-float hungry-delete-backward flycheck-documentation rfc2047-b-encode-string wisent-message command-queue avy-goto-line imenu-example--create-lisp-index reftex-buffers-with-changed-invisibility last-ass window--size-fixed-1 haskell-interactive-mode-beginning info-lookup tablist-filter-unary-operator helm-match overrides sp-escape-char defstruct markdown-hide-markup-in-view-modes haskell-complete-module-regexp hs-isearch-display with-hm eieio--c3-candidate ffip-copy-without-change syntax-checker is-younger err-msg epa-replace-original-text :waiting-for-response haskell-interactive-mode-history region-len flycheck-global-teardown sp--maybe-init label_bibtex pdf-cache-textregions org-src--edit-buffer Remove\ OPT\ or\ ALT\ Prefix make-ivy-state--cmacro haskell-debug/previous package-menu--hide-packages ido-wide-find-file not-plist semantic-symref-results-mode ibuffer-default-shrink-to-minimum-size lsp-completion-at-point biblio-arxiv org-agenda-columns-compute-summary-properties auto-revert-remote-files haskell-navigate-imports-after-imports-p message-kill-address url-queue-cbargs cmake-mode company-clang-insert-arguments file-attribute-access-time get-mode-local-parent after-clear-fn compiler doc-func epg-context-operation pdf-info-encrypted-p use-package-ensure-function showhide-tool-bar-right agenda magit-imenu--repolist-extract-index-name-function gnus-date-iso8601 custom-group-menu tramp-smb flycheck-faces list-timers class-parent ad-is-advised FSI flycheck-option-comma-separated-list gnus-article-sort-functions custom--initialize-widget-variables haskell-interactive-mode-delete-compile-messages diff-context electric-pair-delete-pair pdf-occur-global-minor-mode-off-hook epg--status-USERID_HINT org-track-compile-org hydra-ibuffer-mark/keymap save-buffer-coding-system haskell-interactive-mode-line-is-query epg-key-capability-alist set-tags-name markdown-mdl internal-set-lisp-face-attribute-from-resource url-queue-start-time--cmacro cl-copy-seq reftex-ref-style-alist :json-path el-patch-use-package-mode Deadline :buttons semantic-after-idle-scheduler-reparse-hook company-minimum-prefix-length whitespace-newline body-received gnus-header-newsgroups org-priorities ivy-minibuffer-map projectile-files-to-ensure global-atomic-chrome-edit-mode-cmhh mach :overlay-category ciphers org-script-display package--mapc lower ceiling* lsp--position-p--inliner company-tooltip-margin keyno ivy-completing-read-with-empty-string-def macs target-idx markdown-block-region :custom-groups sp-point-before-word-p not-save compilation--make-file-struct message-fetch-reply-field lsp--on-auto-save gnus-uu-decode-binhex-view \ Reset\ Customizations\ turn-on-magit-gh-pulls x-own-secondary-selection flycheck-groovy-executable mml-secure-bcc-is-safe reftex-display-index nnheader-insert-references org-table-import-export wisent-print-reductions use-package-\(:files\ \(\"lisp/git-commit\.el\"\)\ :package\ \"git-commit\"\ :local-repo\ \"magit\"\ :type\ git\ :repo\ \"magit/magit\"\ :host\ github\)-nil-nil 0 org-agenda-after-show-hook timedata flymake-proc--save-buffer-in-file org-tr-level ibuffer-do-kill-lines bookmark-set-rear-context-string markdown-backward-block negotiated-protocols 0 auto-revert-mode-on-hook calendar-day-header-array gnus-summary-put-mark-as-ticked-next message-tool-bar mc/reverse-regions rmail-keyword-header ido-select-text markdown-table-begin auth-source-format-cache-entry markdown-add-footnotes-to-imenu sp--inhibit-insertion-of-closing-delim package-menu--status-predicate mh-folder-selection haskell-indentation-class-declaration nnmail-group-names-not-encoded-p :localpart eshell-delimiter-argument-list pdf-view-add-hotspot-function org-habit-get-priority simple-results project-root semantic-lex-ignore-newline byte-compile-out-tag haskell-process-path-ghci demibold Info-link-keymap counsel-org-tag-action flycheck-clear f-dir\? orig-str custom-magic-alist s-downcase ibuffer-current-buffers-with-marks gnus-summary-make-tool-bar its-part-2 par-pos markdown-footnote-text-face make-package--ac-desc--cmacro pdf-isearch-occur org-agenda-default-appointment-duration url-cookie-mode-hook flycheck-handlebars-executable stable-sort gnus-summary-expand-window pdf-view-midnight-colors gnus-all-windows-visible-p pcomplete/cvs pdf-view-use-imagemagick sp-get-comment-bounds set-mode-local-parent ibuffer-backwards-next-marked haskell-process-sent-stdin-p haskell-compilation-mode-hook gnus-group-icons message-canlock-password Jump\ between\ implementation\ file\ and\ test\ file :payload pdf-cache-clear-images ivy--split cbargs websocket-on-close main timezone-leap-year-p bibtex-completion-format-citation-pandoc-citeproc elfeed-show-mode counsel-outline-level-emacs-lisp 0 haskell-error-mode-hook wid-browse websocket-genbytes old-name ffap-machine-p-known queue lsp--make-execute-command-params swiper-line-number end-R compilation-revert-buffer gnus-summary-work-articles ido-unc-hosts-net-view eshell-group-timestamp grep-mode-font-lock-keywords 0 ido-separator websocket-negotiated-protocols--cmacro global-auto-revert-mode-on-hook browse-url-text-input-field pcomplete-args rmail-set-attribute-1 :reason reproducible\ research flymake-proc--get-project-include-dirs-from-cache w3m-minor-mode-hook eieio--object-num-slots gnus-summary-tick-above semantic-tag-code-detail markdown-font-lock-ensure compilation-column-face use-hard-newlines-off-hook :negotiated-extensions projectile-sort-files appendix-re haskell-interactive-mode-history-next pdf-view-previous-page markdown-match-angle-uris bib-cite-minor-mode use-package-handler/:blackout haskell-sort-imports-goto-group-start supertab prescient--filter-method-custom-type haskell-mode-goto-span parsebib--match-delim-forward use-package-split-list 0 cl-struct-compilation--message-tags 0 gnus-article-decoded-p haskell-cabal-library-fields custom-pre-filter-face-spec gnus-score-file-name --cl-block-lsp--parser-p-- reftex-index-info-safe Export flymake-proc-init-create-temp-buffer-copy org-emacs-idle-seconds antlr multiline ivy-previous-line eieio-help-class pdf-cache-prefetch-pages-function lsp-ui-imenu--jump vowel-modifying-diacritical-mark notags racer-mode eieio-named gnus-summary-remove-bookmark org-clock-frame-title-format mani electric-pair-skip-if-helps-balance url-fullness procs gnus-summary-limit-to-unseen :timeout org-table-settings pdf-cache-number-of-pages make-queue unlink-hook literate-haskell-mode-map compilation-info mml-secure-smime-encrypt-to-self json-mode-auto-mode-list gnus-home-score-file :fromname icon-list modes advice--called-interactively-skip pdf-sync-backward-search Signature\ Algorithms company-xcode-find-project :scope flycheck-slim-executable pdf-cache-get-image semantic-documentation-for-tag org-bullets-face-name use-package-\(:type\ git\ :host\ github\ :repo\ \"joostkremers/writeroom-mode\"\ :package\ \"writeroom-mode\"\ :local-repo\ \"writeroom-mode\"\)-nil-nil markdown-next-line-indent summary-menu global-company-mode-cmhh package-desc-extras markdown-next-visible-heading sr-tree-mode 0 biblio--selection-insert-callback markdown-mode-syntax-table --cl-block-lsp--parser-leftovers--cmacro-- gnus-newsgroup-dormant pdf-cache--image/data reftex-section-info-function semantic-show-unmatched-syntax-mode-on-hook rfc822-snarf-subdomain reftex-tie-multifile-symbols pdf-annot-modified-functions nnir-memo-server 0 counsel-describe-variable-function match-count timezone-make-time-string pyvenv-deactivate spam-use-blacklist lsp--server-has-sync-options-p ido-init-completion-maps indent-and-new-item magit-gh-pulls-guess-repo custom-link websocket-server-accept :tblfm eieio-pcase-slot-index-table hydra-ibuffer-main/ibuffer-toggle-marks font-match-p ivy-occur-toggle-calling org-clock-history-push semantic-find-file-noselect haskell-debug-get-history gnus-group-edit-group-done magit-gitignore atomic-chrome-default-major-mode helm-grep-running tag-exact-file-name-match-p new-connection Fcc gnus-group-mark-article-read ibuffer-redisplay has-code-and-comment gnus-summary-limit-to-replied lsp-ui-peek-mode-on-hook imenu--split-submenus 0 reftex-typekey-to-format-alist :create-parents semanticdb-current-database biblio-generic-url-callback decode-hz-buffer haskell-string-trim-prefix nnir-notmuch-program hs-hide-all counsel-package-action-describe markdown-get-fenced-block-from-start use-package-\(:type\ git\ :host\ github\ :repo\ \"abo-abo/ace-window\"\ :package\ \"ace-window\"\ :local-repo\ \"ace-window\"\)-nil-nil godoc org-agenda-sunrise-sunset mark-by-locked semantic-file-token-stream org-agenda-clock-in firsts ido-merge-work-directories projectile-svn-command wisent-byte-compile-grammar haskell-hoogle-server-live-p 0 csharp-mode :count delay-time reftex-scanning-info-available-p haskell-string-ellipsize match1 cl-print--currently-printing maximize org-bullets--keywords message-header-setup-hook inline--do-leteval notany hydra-ibuffer-action/ibuffer-do-print-and-exit PostScript-interaction company-async-wait flycheck-compute-working-directory cl--function-convert-cache amsrefs straight-package-neutering-mode-hook cl--bind-block ivy-state-keymap--cmacro pdf-occur-view-occurrence eshell-proc nnimap-login haskell-cabal-goto-library-section magit-sequence-part ns-raise-emacs markdown-regex-math-inline-double interactive-haskell-mode-map ivy-format-function-arrow company--strip-duplicates back mml-secure-message-sign haskell-interactive-mode-space cooked tag-up windows-on-buffer prescient--with-group process-default-directory flycheck-emacs-lisp-checkdoc-executable semantic-tag-buffer flycheck-report-buffer-checker-status markdown-code-block-at-point use-package-normalize/:interpreter biblio-download-directory callf ivy-overlay-at company--transform-candidates redset tar--extract this lsp-diagnostic ido-toggle-vc easy-menu-return-item org-table-dataline-regexp define-lex amx-cache cpp-font-lock-keywords Mark\ as\ default\ task :deps org-clock-menu js2-highlight-unused-variables-mode epg--status-TRUST_FULLY message-use-mail-followup-to markdown-code-block-lang biblio--callback semantic-flex-keyword-put TeX-master-file haskell-indentation-case-alternative cmacexp prolog-indentation Cycle\ Heading\ Visibility\ \(Global\) company--merge-async projectile-dirconfig-file --cl-block-lsp-diagnostic-severity--cmacro-- url-file-handlers org-from-is-user-regexp nrepl-dict biblio--with-text-property f-short tablist-unmark-all-marks rst-toc package--default-summary ps-print-n-up lsp-ui-peek--fill org-adapt-indentation core-number curved cp154 browse-url-encode-url core-link :desc bbdb-record-name custom-visibility haskell-lexeme-modid zerodark-setup-modeline-format Guide gnus-group-parameter-value reftex-index-header-face cookie 0 trusted font-lock--remove-face-from-text-property magit-stash-worktree xref-push-marker-stack cl-typep--inliner ibuffer-bs-show markdown-get-lang-mode --cl-block-lsp-diagnostic-code--cmacro-- scala-mode zerobased-weekday sp--search-forward-regexp org-clock--translate flycheck-syntax-check-buffer Kill\ Headerline\ Tag ibuffer-mark-for-delete-backwards substitute custom-face-edit-attribute-tag websocket-protocols--cmacro ido-rotate-file-list-default hydra-ibuffer-action/ibuffer-do-revert-and-exit :cipher :variable-group undownloaded lsp-ui-doc-buffer -first-item undo-tree-register-data unknown-8bit gnus-parameter-subscribed-alist s-matched-positions-all ob-makefile reftex-default-label-alist-entries company-pseudo-tooltip-show-at-point flycheck-rust-error-filter mail-source-primary-source eieio-defclass-autoload-map flycheck-compile-name epg-data-string--cmacro ediff-even-diff-A ediff-even-diff-B ediff-even-diff-C sp--all-pairs-to-insert org-bibtex-fleshout ivy--switch-buffer-other-window-action counsel-rhythmbox-history pdf-util-do-events auth-source-ensure-strings ido-common-completion-map 0 sp-autodelete-wrap semantic-tag-alias-class semantic-tag-new-include asy-mode inhibit-cookiesp facemenu-remove-all senator-fold-tag-toggle --cl-block-lsp--client-last-id-- occur-edit-mode-abbrev-table reftex-query-label-type -as-> mail-source pdf-misc-minor-mode-hook haskell-string-literal-decode1 company-echo-show-soon reftex-get-file-buffer-force hindent-extra-args iswitchb gnus-group-goto-unread bibtex-completion-cite-prompt-for-optional-arguments reftex-part-resets-chapter epg-delete-output-file bookmark-search-delay c-reg global-flycheck-mode-check-buffers wisent-with-context epa--key-widget-action istyle helm-swoop-line-number-face view-exit-action semantic-tag-faux-p semantic-add-minor-mode haskell-debug-insert-history emacs-mule-dos markdown-collect-always org-toggle-fixed-width ignore-value loadver pdf-isearch-active-mode-on-hook ibuffer-filename/process-header-map solar-sidereal-time markdown-bold-underscore --reject-last flycheck-tokenize-output-with-patterns magit-fetch-all-no-prune lglyph-set-adjustment use-package-\(:type\ git\ :host\ github\ :repo\ \"lukhas/buffer-move\"\ :package\ \"buffer-move\"\ :local-repo\ \"buffer-move\"\)-nil-nil gnus-always-force-window-configuration s-split ivy-alt-done Load\ file projectile-replace semantic-edebug projectile--remove-current-project 0 MODE-enable-in-buffers org-at-drawer-p flycheck-jshintrc x-select-request-type -drop-while biblio-arxiv--build-bibtex-1 Amsrefs :inhibit-cookiesp flycheck-valid-checker-p find-variable-noselect nontermmap h:mm:ss 0 nname gnus-article-copy-part xref-item-location HTM url-domsuf-cookie-allowed-p bookmark-bmenu-hidden-bookmarks calendar-iso-from-absolute hydra-timeout magit-git-executable browse-url-elinks-new-window gnus-newsgroup-charset hydra--pad-heads nnimap-marks-to-flags 0 haskell-cabal-mode-abbrev-table company-occurrence-weight-function background-red grapheme diary-font-lock-keywords-1 flycheck-overlay xref-etags-location-p :search-function flycheck-python-pylint-executable pcomplete-completions package-status-installed circe-server-mode proxy bindat--unpack-item semantic-default-html-setup flycheck-remove-error-ids browse-url-galeon-sentinel ivy-end-of-buffer company-dabbrev--prefix buf-move straight-package-neutering-mode-map flycheck-global-modes peg-autoloads semantic-options-separator ibuffer-make-column-filename --tree-mapreduce-from filename-cons --cl-block-make-lsp--parser--cmacro-- ggtags-mode ido-cur-list semantic-overlay-next-change reftex-nth-arg-wrapper flycheck-error-level-overlay-category company-lighter-base gnupg ffap-list-env biblio-dissemin--insert-button markdown-table-move-column typekeychar gnus-article-stop-animations pdf-view-auto-slice-minor-mode-off-hook create-function message-user-organization-file org-clock-idle-timer ibuffer-customize hydra-ibuffer-action/ibuffer-do-replace-regexp-and-exit org-archived nnimap-log-buffer reftex-section-info pdf-isearch-lazy semanticdb-find-result-nth ibuffer-diff-with-file dabbrev--last-expansion ido-use-merged-list bibtex-autokey-expand-strings applicationDidHide gnus-summary-sort-by-most-recent-date original-article-buffer ext-re flycheck-erlang-rebar3-executable pcmpl-x url-cookie-domain--cmacro arg1 arg2 hs-make-overlay pdf-sync-backward-hook imenu--rescan-item flycheck-last-status-change ob-vbnet Cyrillic-ALT handle-switch-frame haskell-indentation-fundep1 counsel-find-file-occur wisent-inaccessible-symbols org-agenda-clocking company-auto-complete rfc822-addresses-1 org-crypt-key Find\ Duplicate\ Labels tablist-get-mark-state visible-mark-face1 visible-mark-face2 arxiv:doi projectile-find-other-file-other-window markdown-edit-code-block ffap-locate-file haskell-session-set-target url-queue-inhibit-cookiesp ivy--switch-buffer-matcher semantic/bovine/el sp-escape-open-delimiter ido-local-file-exists-p ibuffer-display-maybe-show-predicates org-babel-lob-ingest bindat--length-group websocket-server-close tex-site-unload-hook section-re magit-stash org-apply-on-list company-etags-find-table reftex-cite-view-format undo-tree-grow 0 Info-follow-reference reftex-index-visit-phrases-buffer markdown-do lsp--make-message--inliner reftex-bib-or-thebib haskell-indentation-scoped-type final-state doc-view-get-bounding-box parse-sexp-lookup-properties flycheck-jump-to-error mm-universal-coding-system next-prompt mml2015-signers markdown-syntax-propertize bibtex-completion-apa-format-reference gnus-newsgroup-ephemeral-charset :reading-body swiper--current-line use-package-\(:type\ git\ :files\ \(\"ivy-bibtex\.el\"\ \"bibtex-completion\.el\"\)\ :host\ github\ :repo\ \"tmalsburg/helm-bibtex\"\ :package\ \"ivy-bibtex\"\ :local-repo\ \"helm-bibtex\"\)-nil-nil bookmark-errors help-mode-revert-buffer lsp-if-to-case haskell-collapse-mode-on-hook w3m-haddock edit-indirect-after-commit-functions operations 0 flymake-delete-own-overlays org-drill-visible-cloze-face mm-uu-pgp-encrypted-test epg-import-result-secret-imported reftex-load-hook lsp--parser-body rmail-first-message json-string-format Blockquote\ Region abbrev-mode-map ac-comphist-file custom-browse-insert-prefix semantic/db-mode character-fold-search flycheck-may-use-checker counsel-unicode-char-history brackets show-smartparens-global-mode-off-hook org-track-ordered-property-with-tag find-tag-noselect em-dirs define-package rmail-font-lock-keywords abbrev--symbol remapped --partition-by-header cparams make-core make-lsp--workspace 0 flycheck-byte-compiled-files deactivate-mode-local-bindings compilation-arguments lsp-timed-out-error should-add-entry-p Disable\ syntax\ checker projectile-ignored-projects pdf-util-edges-inside-p IPA Backward\ Block 0 org-export-get-environment pdf-occur-ibuffer-minor-mode-map group-alist markup-title-1-face 0 file-readable zerodark-vc-face table-split-cell-horizontally bindat-ip-to-string haskell-font-lock-keywords company-tooltip-annotation-selection straight-recipes-org-journal-version turn-on-eldoc-mode ivy-recompute-index-swiper ffap-other-window message-cite-original-without-signature package-menu--find-upgrades K25 flycheck-checker-error-threshold s-capitalized-p ffap-alternate-file-other-window temporary gnus-summary-display-article-function hs-block-start-mdata-select irony-iotask tablist-mode-abbrev-table ibuffer-maybe-show-predicates tsia-down concatenate bibtex-completion-pdf-field org-macro-templates imenu-max-item-length no-file in-file bibtex-string-files edn-inst-to-time pdf-occur-update-header-line :structure magit-push-matching flycheck-emacs-lisp-load-path re-preset org-agenda-diary xref-location-child-p ad-map-arglists biblio-completing-read-alist markdown-heading-5-atx haskell-load byte-code-function pdf-cache-clear-images-if projectile-purge-dir-from-cache el-patch-require-function haskell-interactive-mode-visit-error flymake--diag-beg reftex-refontify-context submatch-n atomic-chrome-autoloads chicken biblio-arxiv--build-bibtex counsel-git-log-action cc-mode mouse-1-remapped truncate-string-ellipsis haskell-pragma-face calendar-bahai-to-absolute fancy s-replace rfc2047-quote-decoded-words-containing-tspecials minimum ep-def company-clang ivy-case-fold-search-default company-preview-if-just-one-frontend irony-completion-symbol-bounds 0 smartparens-global-strict-mode-check-buffers hs-isearch-show websocket-callback-debug-on-error byte-compile-find-bound-condition pdf-sync-backward-search-mouse section-number Comment\ blocks evaluating hs-minor-mode-hook haskell-session-get lsp-ui-imenu--view unmark-forward ido-get-work-directory comint-redirect-completed bibtex-completion-fallback-options ivy-bibtex-insert-key gnus-article-highlight-signature semantic-tag-function-destructor-p lsp-ui-sideline-symbol reftex-bib-year-face gnus-group-prev-group magit-wip-after-apply-mode scheme-interaction-mode-map unwind 0 bookmark-history pdf-info-getannots browse-url-conkeror-arguments item1 item2 :comment 0 define-ibuffer-op helm-swoop-target-word-face epg-check-configuration strlen reduce verilog-verilator ecase new-str pdf-occur-ibuffer-do-occur custom-save-variables pdf-cache-boundingbox semantic-assert-valid-token gnus-agent-save-local nnir-request-create-group markdown-table-hline-at-point-p lm-version projectile-vcs-dirty-state reftex-all-assoc-string warning-numeric-level ido-virtual 0 lsp-send-execute-command haskell-debug-mode found-name doc-view-search-no-of-matches gnus-summary-highlight-line-trigger org-agenda-dimmed-todo-face semantic/db-file straight-catching-quit bookmark-bmenu-other-window flycheck-rust-crate-type ebrowse-faces yank-filter-group tmm-get-keybind company-auctex-autoloads cl-struct-sp-state-tags mail-encode-encoded-word-string s-trim-left endp cl--loop-accum-vars ffap-literally Explain\ error\ at\ point pdf-view-set-slice-from-bounding-box :query hl-line-overlay-buffer counsel-grep-action semantic--completion-cache bitmap cl-struct-ivy-state-tags gnus-message-buffer gnus-other-frame-object ido-ignore-directories newsticker-miscellaneous gnus-summary-edit-article-postpone 0 generic-character-list ivy-kill-whole-line global-company-mode-map ivy-state-unwind--cmacro cached-value reftex-uniquify-by-car markdown-rx :max-duration gnus-define-group-parameter ibuffer-redisplay-current sh-imenu-generic-expression 0 Info-virtual-fun pdf-sync-display-pdf-action summing haskell-literate-comment-face erc-lurker sublis diary-marking-entry-flag slot-exists-p hydra-idle-message smartparens-ess markdown-insert-hr 0 haskell-indentation-deriving blink-cursor-mode-on-hook debugger-previous-window-height reftex-check-recursive-edit 0 Entire\ Document 0 straight--alist-set markdown--first-displayable articles format-annotate-function org-eldoc-get-mode-local-documentation-function org-footnote-delete-references twittering-mode haskell-session-assign diary-hook base-doc-string lsp-mode-off-hook gnus-level-default-unsubscribed Get\ Captured\ and\ Flagged kmacro-view-macro-repeat use-package-\(:type\ git\ :host\ github\ :repo\ \"google/styleguide\"\ :package\ \"google-c-style\"\ :local-repo\ \"styleguide\"\)-nil-nil 0 company-round-tab ivy-call-and-recenter Goto\ running\ clock gnus-group-sub-map timezone-absolute-from-gregorian tai-lue semantic-sanity-check visiting-file ido-make-directory counsel-up-directory 0 lsp--registered-capability-id--cmacro el-patch-classify-function --cl-block-lsp--client-ignore-messages-- entry-hash haskell-interactive-mode-collapse :skip-cdr code\ generator projectile-ignored-directory-p haskell-cabal-targets-history flymake-mode-map use-package-\(:type\ git\ :host\ github\ :repo\ \"dryman/toml-mode\.el\"\ :package\ \"toml-mode\"\ :local-repo\ \"toml-mode\.el\"\)-nil-nil counsel-org-agenda-headlines--candidates ibuffer-yank erc-join wisent-region ffip-split-window-vertically seq-autoloads mml-secure-signers pdf-cache-prefetch-minor-mode-off-hook biblio-arxiv--forward-bibtex asin greeting ffap-next-regexp straight--get-call gnus-highlight-selected-tree nnimap-article-ranges paren-close Info-top-node markdown-command-needs-filename bookmark-set-position tabbar-button-highlight ido-make-file-list-1 package-desc-version--cmacro haskell-mode-insert-scc-at-point gfm-mode-syntax-table ido-exit-minibuffer Custom-mode-abbrev-table :prompt-prefix straight-recipes-restart-emacs-version hydra--clearfun semantic-lex-type-set org-agenda-entry-text-maxlines ad-Advice-find-function-search-for-symbol ivy-prompt-match browse-url-epiphany-program -product netrc-find-service-name :colname-names counsel-faces 0 org-docview-export haskell-mode-generate-tags counsel-org-goto--add-face let-alist--list-to-sexp switch-to-saved-filter-groups hs-hide-comments-when-hiding-all markup-verbatim-face pdf-isearch-match atomic-chrome-edit-mode-map reftex-mode-menu pre-triggered package--with-response-buffer ghost-text semantic-ia-fast-mouse-jump var-list eshell-glob-case-insensitive markdown-pre reftex-index-phrases-apply-to-region arrow sp-compare-sexps clojure-docstring-fill-prefix go-test sp--textmode-stringlike-regexp undo-tree-region-data-redo-beginning lsp--send-request ibuffer-current-filter-groups-with-position ghub-clear-caches haskell-process-set-session flycheck-go-megacheck-executable undo-tree-diff flycheck-gcc-warnings counsel-ace-link ibuffer-decompose-filter org-inhibit-logging mail-quote-string mode-local-describe-bindings-1 mode-local-describe-bindings-2 prof-natprof-start 0 swiper-line-face custom-button-pressed ebnf-shape projectile-run-compilation bookmarks-already-loaded haskell-process-wrapper-function hydra-ibuffer-filter/ibuffer-filter-by-filename ob-ref counsel--push-xref-marker smex-update radian-tide-format-mode-on-hook lsp--client-p--cmacro org-babel-load-in-session-maybe port electric-pair-preserve-balance Promote\ Element straight-recipes-magit-gh-pulls-version org-journal-redraw-calendar watch-descriptor browse-url-conkeror-program bibtex-autokey-titleword-change-strings cider-repl-mode-map rmail-speedbar-buttons viper-delete-backward-word frame-params gnus-cache-active-hashtb flycheck-stylelint-quiet override-global-mode-on-hook ivy--regex-fuzzy here-I-am f-expand filter-fn reftex-initialize-temporary-buffers flycheck-typescript-tslint-executable url-cookie-create--cmacro size-lt radian--disable-markdown-metadata-fontification ledger-font-posting-amount-face reftex-last-assoc-before-elt counsel-linux-apps-list ediff-files3 markdown-previous-visible-heading :end-of-capability -none\? cl-set-getf nnheader-insert-buffer-substring --cl-block-make-lsp--client--cmacro-- thing-at-point-markedup-url-regexp gnus-article-hidden-text-p wisent-compile-grammar younger medi pdf-isearch-update markdown-directory-files-recursively haskell-process-echo-load-message ibuffer-recompile-formats warning-series-started org-screenshot-take interactive\ shell helm-buffer-saved-out counsel-yank-pop-preselect-last ibuffer-deletion-char 0 -split-on with-files auth-source-netrc-parse-next-interesting top-right 0 company-search-toggle-filtering lsp-ui--location< browse-url-mosaic-program doc-view--image-type zerodark-ro-face lsp-ui-doc-max-height doc-id semantic-stickyfunc-old-hlf rtn-if-no-other xref-etags-location-list-p sub-key ibuffer-auto-mode projectile-default-run-command :send-async least-positive-float json-encoding-pretty-print ido-cache-unc-host-shares-time turn-on-font-lock-if-desired reftex-enlarge-to-fit reftex-next-multifile-index org-info-other-documents imenu-unavailable debugger-previous-backtrace company-sort-by-occurrence cljr-rename-file eldoc-add-command kp-add bibtex-completion-cite-commands magit-reflog-checkout counsel-describe-variable-transformer face-inverse-video-p linum-highlight-face _full-nov semanticdb-find-tags-for-completion pdf-tools-install-noverify 0 grep-expand-keywords chunk browse-url-man-function org-journal-find-file ivy-minibuffer-faces xterm nnoo-variables semantic-create-imenu-index Number lisp-shadow gnus-large-ephemeral-newsgroup haskell-debug/refresh websocket-on-error--cmacro ivy--add-face reftex-section-heading-face async-byte-compile-log-file nnimap-get-groups newgroup reftex-kill-emacs-hook :no-autoloads :tag-glyph electric-pair-mode-on-hook set-screen-height 0 --cl-block-lsp--workspace-extra-client-capabilities--cmacro-- gfm-table-line-regexp atomic-chrome-edit hydra--call-interactively semantic-lex-buffer 0 haskell-cabal-find-subsection-by Reference\ Style feedmail-spray message-signature-setup-hook company-echo haskell-string-split-to-lines global-cedet-m3-minor-mode erc-query invalid-re :searchfor company-select-previous-or-abort doc-view-initiate-display global-semantic-show-unmatched-syntax-mode pdf-misc-context-menu-minor-mode dired-do-touch mm-file-name-collapse-whitespace lsp-ui-peek--select-prev-file message-subject-re-regexp f-child-of-p deb-eval websocket-p to-state pdf-view-scroll-up-or-next-page Goto\ Label company-clang--meta R-arg gnus-uu-decode-uu-and-save-view semantic-symref-tool-grep em-basic semantic-debug-parser-class use-package-recognize-function f-same\? custom-group-subtitle font-lock-doc-face last-args info-initialize js2-jsdoc-html-tag-delimiter Info-virtual-index-find-node nsm-check-certificate use-package-jump history pdf-info-valid-page-spec-p gnutls-error :destructor-flag projectile-after-switch-project-hook starttls-program custom-group-state-update 0 lisp-indent-state-stack--cmacro f-ancestor-of\? lsp-ui-imenu--kill org-checkbox-statistics-todo company-eclim--call-process url-cache 0 eqnarray-like org-clock-clocktable-default-properties org-indent-block flycheck-eslint-args _loudly nsubst-if-not picture ibuffer-saved-filter-groups :company-require-match f-equal\? el-patch--patches gnus-group-get-new-news f-size markdown-insert-unused-reference-button longitude ivy-last menu-bar-update-buffers-1 mml-secure-message-sign-pgp geiser-chez gnus-mime-display-attachment-buttons-in-header shift-state Partial\ Scans c-start-regexp semantic--buffer-cache bookmark-grok-file-format-version f-append markdown-range-property-any pdf-info-ping org-babel-put-colnames custom-face-tag url-password-for-url company-template-clear-field org-habit-scheduled-repeat bibtex-completion-notes company-space-string gnutls-get-initstage ivy--old-cands :rule ivy-height-alist hs-already-hidden-p ibuffer-formats debugger--locals-visible-p ibm862-dos nitems dabbrev--minibuffer-origin ivy-mouse-done auth-source-macos-keychain-result-append flycheck-cargo-check-args :variable org-log-done swiper--multi-candidates use-package-\(:type\ git\ :host\ github\ :repo\ \"Fuco1/smartparens\"\ :package\ \"smartparens\"\ :local-repo\ \"smartparens\"\)-nil-nil counsel-yank-pop-action lsp-ui-imenu-ov gnus-summary-prev-same-subject org-drill reftex-select-item reftex-context-substring auth-source-read-char-choice gnus-group-mail-1 radian-font s-lowercase\? cabal-ghci mail-header-set-references org-delete-property-globally company--window-height markup-title-4-face dash-at-point-legacy-mode crossref-lookup mode-local--expand-overrides counsel-linux-app-action-open-desktop :source make-undo-tree xref--collect-matches replacer-match-data ibuffer-sorting-reversep package--archive-file-exists-p global-flycheck-mode-enable-in-buffers 0 0 nnoo-server-opened f-readable\? with-category-table gnus-group-mail-1-empty rfc2047-encode-region 0 company-begin-commands use-package-\(:type\ git\ :host\ github\ :repo\ \"swift-emacs/swift-mode\"\ :package\ \"swift-mode\"\ :local-repo\ \"swift-mode\"\)-nil-nil master-dir browse-url-netscape-reload xref-location Insert\ Footnote flycheck-checker-get semantic-token-version org-agenda-time-of-day-to-ampm-maybe gnus-servers-using-backend browse-url-mailto-function biblio-dblp--url json--plist-to-alist Timestamp\ \(inactive\) reftex-master-index-list package-autoload-ensure-default-file widget-documentation-links global-semantic-stickyfunc-mode-map markdown-language-keyword-face tlen org-element-cache-reset bibtex-completion-open-any compilation-parse-errors use-package-\(:type\ git\ :host\ github\ :repo\ \"raxod502/straight\.el\"\ :files\ \(\"straight*\.el\"\)\ :branch\ \"develop\"\ :package\ \"straight\"\ :local-repo\ \"straight\.el\"\)-nil-nil group-highlight markdown-link-title-face sp-get-thing sp--html-modes cider-connect-sibling-cljs nnir-warp-to-article org-appt-warntime flycheck-safe-delete-temporaries Info-virtual-index-nodes reftex-index-phrases-skip-indexed-matches lsp-ui-doc--put-click ffap-string-around biblio--target-window arxivId_s flymake-is-running ruby-electric-delimiters-alist semantic-lex-comments-as-whitespace gnus-summary-limit-include-dormant haskell-process-suggest-hoogle-imports haskell-hide-toggle-all clearlyu lsp-ui-sideline-global pdf-occur-abort-search semantic-tag-end str-len org-shiftselect-error racket-mode-map reftex-toc-keep-other-windows browse-url-chromium-arguments pdf-occur-normalize-documents varsetsize org-todo-get-default-hook background-green server-conn rotate-right ivy-prescient--old-initial-inputs-alist flycheck-sass-lintrc 5x5-crack-mutating-current C-M-kp-right reftex-dcr haskell-process-suggest-pragma company-clang--build-location haskell-indentation-fundep doc-view-enlarge num-matches file-found websocket-frame-text org-load-hook bookmark-bmenu-save flycheck-buffer-automatically magit-diff-unmerged illegal pdf-view-create-page utf-8-emacs-dos semantic-error-if-unparsed color-xyy-to-xyz org-delete-indentation custom-faces s-blank-str\? message-draft-headers avoid counsel--git-grep-cmd-and-proj 0 atomic-chrome-buffer-frame-width biblio-doi--forward-bibtex-crosscite supercite-hooks ad--make-advised-docstring pdf-info-query--parse-response History atts org-flag-heading global-semantic-show-unmatched-syntax-mode-on-hook semantic-tag-file-name company-time-out zerodark-use-paddings-in-mode-line reftex-support-index superclasses LaTeX-section-list lsp-ui-peek xref-match-length wisent-push-token zerodark-face-when-active doc-view-scroll-down-or-previous-page First\ Level\ atx hs-isearch-open custom-variable-prompt semantic--tag-get-property Follow\ Link Maximum\ Record\ Size counsel-colors-web-history 0 term-default-fg-color lastweek wisent-starts-nonterm :client comint-next-matching-input-from-input gnus-summary-save-process-mark bibtex-completion-notes-mode company-cmake--doc-buffer window--sides-shown isearch-mode-end-hook-quit s-match prescient-sort electric-pair-will-use-region git-rebase-mode crystal-mode cl--class-docstring--cmacro foreign-level caucasian-albanian org-bullets--fontify-buffer semantic/imenu @count reftex-global scrollpos flycheck-error-id--cmacro url-vars org-agenda-weekend-days recentf-exclude company-clang--guess-pch-file straight-built-in-pseudo-packages counsel-linux-apps-list-desktop-files pdf-info-pagesize internal-ange-ftp-mode company-eclim--meta gnus-summary-tick-article-backward websocket-ensure-length smartparens-global-strict-mode-enable-in-buffers hashcash-insert-payment-async -zip Create\ BibTeX\ File custom-browse-variable-tag-action markdown-in-comment-p beg-eol compilation--parsed pdf-occur-next-error cps--states lsp-ui-peek--select-prev ibuffer-filter-group-name-face gnus-dribble-buffer s-count-matches-all semantic-clean-token-of-unmatched-syntax dired-diff markdown-propertize-end-match semantic-current-tag-parent flymake-find-file-hook 0 mm-display-dns-inline reftex-parse-colon-path Increase\ Priority sp--get-replace-keyword senator-go-to-up-reference bindat--unpack-u16 subr-x vhdl-speedbar flymake-proc--process-sentinel org-journal-read-period 0 haskell-font-lock-symbols-keywords company--prefix-str prefix-descriptions overload-that-obsolete :advertised-binding --cl-block-make-lsp--parser-- viper-intercept-ESC-key global-hl-line-mode-off-hook bindat--unpack-u24 wisent-BITISSET S-up markdown-reference-face ivy-recompute-index-swiper-async comint-simple-send mode-line-change-eol 0 url-handler-directory-file-name drag-mouse-1 widget-color-sample-face-get websocket-read-frame nnheader-re-read-dir cl-struct-epg-key-signature-tags bindat--unpack-u32 counsel-rhythmbox-enqueue-song forth-mode semantic-foreign-tag-invalid markdown--pandoc-inline-footnote-properties haskell-sessions flycheck-markdown-markdownlint-cli-config global-semantic-highlight-edits-mode-map projectile--find-other-file flycheck-parse-scss-lint dabbrev--progress-reporter pdf-occur-start-search _project dissociate projectile-idle-timer-hook php-eldoc-function lsp-ui-peek-mode-off-hook pdf-cache--image/width flymake-check-start-time anon-type-children use-package-normalize/:preface hydra-ibuffer-sort/hydra-ibuffer-main/body-and-exit ivy--prompt-extra custom-browse-alist gnus-article-delete-part inhibit-quitting custom-face-edit-convert-widget dabbrev-check-all-buffers aw-leading-char-face mail-header-set-number rx-regexp flymake-get-include-dirs lsp-ui-sideline-delay lsp--intero-inherit-local-variables global-auto-revert-ignore-modes semantic-analyze-split-name semanticdb-file-table-object sp--merge-pair-configurations markdown-gfm-uppercase-checkbox flycheck-coffee-executable use-package-handler/:magic-fallback lsp--client-send-sync--cmacro browse-url-elinks-sentinel 0 cl--class-index-table global-prettify-symbols-mode-enable-in-buffers magit-stash-mode irony-mode lsp--point-to-marker mode-local--init-mode jedi:ac-direct-matches bindat-format-vector reftex-bib-author-face itemno eieio-oref ivy-set-sources compilation-set-window-height package--ac-desc-summary semanticdb-find-default-throttle pdf-info--normalize-file-or-buffer ido-max-file-prompt-width counsel-mark-ring chinese-two-byte package-make-button copy-flycheck-verification-result prescient--cache-loaded bindat--unpack-u16r bookmark-edit-annotation mail-content-type-get flycheck-checker-pattern-to-error-regexp use-package-\(:type\ git\ :host\ github\ :repo\ \"emacsattic/crontab-mode\"\ :package\ \"crontab-mode\"\ :local-repo\ \"crontab-mode\"\)-nil-nil :extensions swiper--width f-no-ext projectile-switch-project-action haskell-check-overlay-p disassemble-1 Insert\ Image prec geiser-repl :server-conn reftex-format-label-function haskell-guess-module-name-from-file-name ido-prev-match-dir qresyncp :cls-l f--uniquify eshell-incomplete macos-keychain-internet helm-ff-file gnus-get-unread-articles-in-group use-package-handler/:defines atomic-chrome-show-edit-buffer rewrap-sexp subfigure flymake-proc-master-make-header-init gnus-summary-mime-map mml-secure-sign-pgp sassoc org-babel-exp-code efs-path-regexp sunrise-commander ido-kill-emacs-hook biblio-hal--forward-bibtex ivy-state-unwind counsel-more-chars-alist markdown-find-previous-block url-queue-prune-old-entries dired-shrink-to-fit magit-ediff-show-working-tree minibuffer-frame-list ido-directory-nonreadable thepath websocket-verify-client-headers haskell-session-choose ~/Documents/org/calsync/jeremiahpeschka-cal\.org semantic-faces message-fill-field sc-cite-original counsel-git-grep-projects-alist text-mode-variant reftex-section-levels gnus-agent-unhook-expire-days target-line projectile-browse-dirty-projects group-assoc custom-browse-face-tag haskell-process-trigger-suggestions beta semantic-idle-summary-mode dabbrev-ignored-buffer-names ivy-set-prompt-text-properties-default locals-visible haskell-interactive-mode-insert byte-compile-warning-prefix haskell-session-buffer-default-dir wisent-print-firsts font-lock-function-name-face atomic-chrome-edit-mode-off-hook haskell-yesod-parse-routes-mode prescient-persist-mode-on-hook :blackout :interrupt meta-tag-class pdf-cache-clear-data-of-pages bibtex-Online make-url-queue--cmacro bibtex-completion-clear-cache ibuffer-shrink-to-minimum-size lsp--cur-line s-contains\? Info-node-description erc-notice-face 0 markdown--marginalize-string info-look remaining websocket-frame-p--cmacro gnus-tmp-moderated-string esh-io :btype pdf-occur-global-minor-mode xref-file-location-p grep-files-aliases company-column ibuffer-mode-filter-group-map Info-isearch-initial-history-list decode-char 0 lsp-ui-peek-find-custom lsp--buffer-uri reftex-default-context-position :opcode flycheck-cfengine-executable widget-default-button-face-get flymake--diag-end pdf-occur-global-minor-mode-hook 0 nnmail-ignore-broken-references ido-default-buffer-method make-package--bi-desc semantic-cache-data-overlays xref--regexp-syntax-dependent-p company-candidates-cache mml-buffer-list :custom-state-set-and-redraw pdf-isearch-current-parameter rx-check-any-string tmp2 counsel-git-cmd truncate-partial-width-windows haskell-command-state--cmacro :textDocument sp-backward-parallel-sexp lsp--annotate epg-context-textmode rmail-install-speedbar-variables re-search-backward-lax-whitespace bibtex-autokey-demangle-name epg-import-result-imported lsp-enable-xref marshal-autoloads counsel-git-grep-action f-append-bytes biblio--as-list ox-extra ido-record-work-file org-agenda-show-scroll-down markdown--string-width json-read-array org-mhe-get-message-folder-from-index hs-set-up-overlay counsel-colors-emacs-history company-timer undo-tree-visualize lsp--parser-queued-notifications debugger-mode-hook overload-obsoleted-since semantic-stickyfunc-mode company-dabbrev-ignore-case jka-compr-byte-compiler-base-file-name nnir-run-imap ffap-copy-string-as-kill w32-fixed-font-alist org-crypt-use-before-save-magic 0 flycheck-display-errors signers complete-listing lazy-highlight-max-at-a-time ibuffer-use-header-line ivy-previous-line-and-call compilation--put-prop org-clock-clock-in org-babel-remove-inline-result preserve-pos package-menu--version-predicate ibuffer-elide-long-columns semantic-overlay-previous-change parsebib--bibtex-identifier sp-state bookmark-bmenu-2-window ivy--virtual-buffers reftex-citation-support reftex-select-with-char set-exclusive-or tablist-push-equal-filter org-agenda-set-restriction-lock link-hook ivy-read-action-format-function counsel-git-branch-list prop mm-destroy-postponed-undisplay-list Info-hide-note-references nnmail-get-new-mail ivy--old-text straight--determine-repo lsp--client-send-sync default-rule haskell-sort-imports lsp-ui-peek-list mode-local--override counsel-rhythmbox let-alist--deep-dot-search projectile-track-known-projects-automatically semantic-imenu-expandable-tag-classes Cycle\ Heading\ Visibility old-undo ibuffer-compile-make-format-form message-header-subject-face ido-restrict-to-matches 0 hydra-window/follow-mode request-update-mark use-package-normalize/:if use-package-list-insert company-cmake-executable-arguments define-lex-regex-type-analyzer semantic-highlight-func-popup-menu reftex-index-phrases-sort-prefers-entry org-agenda-remove-timeranges-from-blocks ad-Advice-tabulated-list-print flymake-proc--included-file-name rainbow-delimiters-depth-9-face --cl-block-lsp--client-string-renderers--cmacro-- biblio--backend semantic-symref-tool-cscope-child-p --cl-block-lsp--workspace-highlight-overlays-- tablist-do-kill-lines haskell-cabal-comment-regexp bindat--unpack-u24r ivy--display-function-prop w3m-current-url auth-source-save-behavior ibuffer-auto-update-changed counsel-linux-app-format-function-default define-abbrev counsel-org-agenda-headlines-action-goto term-default-bg-color article-buffer :op-l message-carefully-insert-headers :stepskip0 cl-help-type writeroom-mode lsp--text-edit-sort-predicate semantic-flex-enable-bol org-journal-new-entry biblio-dblp-backend avy-goto-symbol-1-below markdown-narrow-to-subtree pdf-view-printer-minor-mode reftex-format-ref-function tcvn-unix mouse-buffer-menu-map minibuffer-prompt show-smartparens-mode-hook company-echo-last-msg pop3-mailhost halId_s grunt case-fold :CUSTOM_ID wisent-closure eieio-oset markdown-hide-urls lsp--workspace-client markdown-live-preview-mode-map straight-recipes-apache-mode-version flymake-mode-on-hook bibtex-completion-display-formats rbearing reftex-mode-on-hook byte-compile-noop ido-remove-cached-dir tablist-push-filter company-clang-guess-prefix articles-to-expire reftex-remove-if 0 flycheck-error-group--cmacro gnus-article-babel prolog-inferior 0 pdx\.edu haskell-compilation-mode-map semantic-lex-unterminated-syntax-protection lsp-create-watch interactive-haskell-mode-off-hook idlwave-completion markdown-add-xhtml-header-and-footer explicit-shell-file-name gnus-summary-stop-page-breaking company-tooltip-annotation radian--advice-org-clock-load-automatically package-activated-list gnus-summary-sort-by-recipient fill-french-nobreak-p Next\ Matching\ Item biblio--quote debug--variable-list message-send-mail websocket-format-error :prefix-l haskell-literate-default sp--sgml-ignore-tag ivy-completion-beg -insert-at reftex-index-macros-builtin websocket-close ido-dir-file-cache semantic-lex-debug-analyzers :menu-name grep-mode-syntax-table toolbarx-install-toolbar markdown-reference-goto-link helpful sp-get-sgml-tag websocket-frame-opcode ido-process-ignore-lists-inhibit ledger-font-posting-account-pending-face 0 0 gnus-cite semantic-lex-keyword-put helm-find-files copy-mapper pdf-isearch-search-fun pdf-util-convert-page gnus-permanently-visible-groups rx-** websocket-frame-payload--cmacro next-error-locus :ascii s-replace-regexp mail-source-incoming-file-prefix Unmark\ Calendar b-offset sp-select-next-thing markdown-view-mode-abbrev-table haskell-interactive-popup-error gnus-summary-toggle-truncation Yank\ Original save-places-to-alist chinese-cns11643-2 biblio-doi--crosscite-callback x-resolve-font-name package-lint shut-up ffap-alist doc-view-display char-table gnus-summary-limit-to-extra :file-versions set-visited-file-name flymake-proc--collected-diagnostics at-point rst-faces diary-font-lock-sexps pcomplete-parse-buffer-arguments auth-source-backend--eieio-childp recenter-last-op lsp-ui-peek-always-show ada-gnat message-caesar-buffer-body 0 wisent-clear-log pdf-info-editannot info-lookup-mode lsp--workspace-extra-client-capabilities 0 isearch--state-forward--cmacro composite clojure-cycle-privacy :start-col relts appendix bookmark-maybe-sort-alist minibuffer-allow-text-properties reftex-miscellaneous-configurations bookmark-use-annotations mark-old-buffers pdf-info-renderpage-text-regions object-pool esh-mode markdown-back-to-heading-over-code-block pdf-tools-disable-minor-modes superword-mode-on-hook indentation-point isearch-yank-word sp--get-opening-regexp coq-mode lsp--uninitialize-workspace evil--jumps-window-jumps pcomplete/org-mode/block-option/src tag-implicit-name-match-p magit-commit-instant-squash wisent-log-buffer gnus-method-simplify json-read-file trash cp936-unix haskell-process-name tablist-validate-named-filter url-cookie-domain bibtex-completion-update-strings-ht tablist-filter-parse narrowed-s counsel--linux-apps-cached-files bookmark-record s-word-wrap counsel-outline-action bookmark-error-no-filename em-hist reftex-section-regexp reftex-toc-include-labels url-current-mime-headers ibuffer-filter-by-derived-mode nnimap-log-command debugger-value :silentp flycheck-parse-tslint elfeed-search-mode company-yasnippet system vhdl-naming pr-toggle-spool fillarray pdino sort-coding-systems-predicate error-info strategy semantic/lex-spp reftex-index-select-tag mml-smime global-semantic-stickyfunc-mode-hook eshell-copy-environment Info-directory-toc-nodes Apply\ Phrases\ to\ Region smie--hanging-eolp-function gnus-subscribe-randomly markdown-setup-wiki-link-hooks gcov-header was-command-desc f-split flymake-proc-get-include-dirs-dot 0 debugger--show-locals ibuffer-exchange-filters counsel-directory-name atomic-chrome-edit-mode-hook compilation-num-errors-found elisp--fnsym-in-current-sexp cabal-dir bindat--unpack-u32r haskell-font-lock-symbols pdf-view-display-page haskell-collapse-mode-off-hook psetq undo-tree-visualizer-show-diff default-terminal-coding-system fence radian-fix-whitespace-mode-map undo-tree-mode-hook magit-rebase-interactive pdf-info-query--read-record compilation-lgrep org-journal-mode-abbrev-table abbrev--active-tables Change\ Time\ +1\ hour utils company--capf-workaround ibuffer-make-column-mode wisent-semantic-action url-bug-address :documentation-shown org-use-fast-todo-selection hydra-fontify-head-function index-tag-cell just-this semanticdb-default-save-directory ffap-bib prenote yaoddmuse-get-pagename-table counsel-find-file-map p-day reftex-index-phrases-logical-and-regexp calendar-hebrew-year-Thursday-incomplete-Sunday bizarre cases widget-editable-list-match esh-var eieio--class-name url-util wisent-token-to-string unparseable 0 use-package-\(:type\ git\ :host\ github\ :repo\ \"jwiegley/emacs-async\"\ :package\ \"async\"\ :local-repo\ \"emacs-async\"\)-nil-nil ediff-merg org-bbdb-updated cider-tracing ad-interactive-form ibuffer-old-time company-dabbrev--make-regexp gnus-summary-put-mark-as-read-prev-unread reftex-viewing-cross-references pdf-view-last-page semantic-flex-map-keywords nnir-imap-next-term sp-use-textmode-stringlike-parser-p cl-hash-table-count coord2 biblio--insert-header Buffer-menu-isearch-buffers-regexp c++-include-dir haskell-presentation-present-slot d-dmd in-workspace do-save x-win menu-bar-showhide-fringe-ind-left navigate-menu counsel-find-library-other-frame markdown-mode-map straight--mtimes-dir Copy\ Tag\ to\ Register gnus-summary-high-unread-face markdown-check-refs Refresh\ Package\ List ob-calc :error-explainer mail-header-field-value bibtex-completion-cite-default-command bibtex-autokey flycheck-flake8rc -tree-reduce ivy-occur-mode counsel-locate-cmd-default cedet-menu ido-is-tramp-root cl--loop-bindings flycheck-c/c++-clang-executable org-clock-x11idle-program-name haskell-cabal-buildinfo-fields S-drag-mouse-1 swift-mode:builtin-constant-face ivy-display-function-overlay set-frame-selected-window gnus-uu-mark-sparse errs ibuffer-change-marks completion--styles counsel--fzf-dir isearch\ whole\ document char-or-char-int-p map--make-pcase-bindings no-indent 0 gnus-parameter-ignored-charsets specials frame--size-history biblio-crossref--extract-interesting-fields pdf-view-kill-ring-save reftex-use-fonts offline websocket-verify-headers flycheck-go-vet-print-functions reftex-index-macro-regexp biblio-cleanup-doi auto-revert-notify-rm-watch hydra-plist-get-default diff-hl-insert company-oddmuse-get-page-table global-atomic-chrome-edit-mode-map company--flyspell-workaround-p 0 gnus-summary-buffer-name haskell-string-chomp ibuffer-forward-line lsp--capability--inliner isearch-backward 0 reftex-index-special-chars reftex-info semantic-mode-map -interleave helpful-variable markdown-regex-kbd sp--end-delimiter-closure :magic-fallback haskell-check ibuffer-update-title-and-summary flycheck-proselint-parse-errors f-path-separator sp--post-self-insert-hook-handler magit-define-popup-switch markdown-missing-link-face helm-prefarg spam-crm114 markdown-standalone rlogin irfc-directory company-eclim--candidates on-error flycheck-error-list-info tablist-pretty-print-entry org-rmail-store-link semanticdb-project-database-file-p parse-time-zoneinfo Fold\ Tag bibtex-completion-notes-mode-set-explicitly reftex-toc-recenter rmail-kill-label wisent-ISTOKEN notice pdf-util-convert-program -reductions-r-from superword-mode-off-hook org-clock-file-time-cell-format undo-tree-root--cmacro straight-disable-autoloads load-error org-clock-get-clock-string 0 cps--trace cl-find-method grep-template use-package--form flycheck-eslint--find-working-directory ivy-done smartparens-enabled-hook semanticdb-abstract-table-child-p haskell-interactive-mode-splices-buffer almost-quietly undo-tree-visualizer-select-right secure iso-2022-jp-1978-irv-mac atomic-chrome-start-httpd pdf-view-auto-slice-minor-mode-on-hook cl--macroexp-fboundp hide-sublevels bookmark-bmenu-set-header Third\ Level\ atx package-make-builtin--cmacro company-template-field-at xref-item--eieio-childp bibtex-include-OPTcrossref cp864 sub-form puny-adapt flycheck-mode-on-hook gnus-group-no-more-groups-hook company-auto-begin haskell-cabal-find-or-create-source-file package-menu-hide-low-priority senator-transpose-tags-up org-babel-expand-src-block-maybe ace-window-autoloads straight-recipes-elisp-refs-version electric-quote-chars :opp-l xdg-config-home haskell-cabal-line-filename ido-file-lessp eshell-mode ivy-sort-function-buffer ivy-switch-buffer-transformer counsel-org-agenda-headlines-history markup-typewriter-face rx-group-if a-date character\ set flymake-proc-master-file-dirs pdf-view-shrink flymake-proc--output-buffer left-to-receive quick-calc mime ffap-bug 0 mc/mark-all-symbols-like-this-in-defun pdf-misc-size-indication-minor-mode-hook straight-recipes-ivy-version projectile-project-compilation-dir Inline\ PGP 0 erc-capab Session\ Ticket :certificate lsp--parser-body-received pdf-links-action-perform split-name gnus-backlog-request-article alphanumeric toph tablist-flag-forward smartparens-strict-mode-set-explicitly not-word-boundary haskell-cabal-compute-checksum semantic-list esh-module window-bottom-divider-width occur-edit-mode ivy-current-prefix-arg minp reftex-end-of-bib-entry flycheck-tcl-nagelfar-executable url-queue-buffer 0 cmd-opts lsp-print-io flymake-proc-err-line-patterns lynx _char expunge/save company-template-nav-map 0 bookmark-version-control flycheck-cwl-executable rotate-frame-anticlockwise auth-source-secrets-listify-pattern mode-func counsel-yank-pop-height semantic-number-expression enriched org-ctags erc-timestamp-face lsp-diagnostic-message--cmacro appt-disp-window-function lsp-error with-no-warnings compilation-skip-none unmorse-region lookup semantic-tag-include-filename-default gnus-group-news-1-low xref-buffer-location-child-p pdf-misc-print-programm gnus-article-highlight astron gnus-article-mode-line-format semantic-highlight-edits-mode smex-initialize magit-ediff Unmark nset-difference PCL tablist-operation-available-p nnmail-article-group epg-import-status-reason--cmacro rx-not-char gnus-article-date-original xref--alistify use-package-\(:host\ github\ :repo\ \"raxod502/blackout\"\ :package\ \"blackout\"\ :type\ git\ :local-repo\ \"blackout\"\)-nil-nil use-package-error :current rwidth reftex-arg-index-tag PCX Toggle\ Task\ List\ Item sp-undo-pairs-separately org-element-underline-interpreter 0 gnus-group-expire-articles-1 term-color-red company-eclim--project-name stumpwm-mode git-repo lsp--server-capabilities send-sync gnus-group-news-4-low ffip-copy-org-file-link PEF gnus-article-date-local haskell-interactive-mode-expr-result org-journal-calendar-scheduled-face company-mode-on flycheck-verify tmm-km-list undo-tree-move-backward ibuffer-do-replace-regexp org-attach-directory flymake-no-changes-timeout epa-passphrase-callback-function mm-view naked-address xref-backend-functions pdf-view-jump-to-register magit-bisect-skip lsp--workspace-buffers--cmacro url-directory-files 0 org-clock-update-mode-line company-dabbrev-ignore-invisible rescall journalPublisher_s org-mhe-get-message-real-folder grep-find-template org-complex-heading-regexp-format sp-do-move-op semantic-stickyfunc-header-line-format long-form grep-save-buffers reftex-toc-split-windows-fraction gnus-article-sort-by-marks counsel-linux-app-action-file bias spam-autodetect-methods lsp-ui-doc-mode-map websocket-on-message reftex-what-macro-safe package-menu-hide-package ibuffer-skip-properties flycheck-temp-file-inplace new-window 0 wgrep-reject-face orgtbl-exp-regexp display-time-mail-function org-mhe-open snippet-mode scroll-bar-drag-1 bindat--unpack-group haskell-doc-mode gnus-score-kill ivy--sources-list occur-mode-map websocket-incomplete-frame pdf-util-face-colors mail-hist-put-headers-into-history :end_pos markdown-regex-gfm-checkbox lastq solid 0 org-get-agenda-file-buffer semantic-tag-new-code projectile--read-search-string-with-default semantic-read-symbol reftex-move-to-next-arg rmail-automatic-folder-directives TeX-mode-alist ibuffer-insert-filter-group-before org-clocking-buffer PIN org-clock-task-overrun 0 org-src-lang-modes -powerset ffap-c++-path esup company--scrollpos-line fstring org-agenda-get-day-face message-send magit-refs pdf-occur-dired-minor-mode-hook tokensetsize all-the-icons-faicon PC-complete-word gnus-summary-first-unread-subject em-banner flycheck-handle-change tablist-save-marks gnus-summary-default-low-score straight-recipes-flycheck-version ido-edit-input ibuffer-mark-region-or-n-with-char company-complete-common python-shell-interpreter package-make-ac-desc--cmacro 0 undo-tree-node-char-lwidth avy--make-backgrounds hydra-show-hint package--ac-desc-summary--cmacro haskell-completions-sync-repl-completion-at-point markdown-visual-lines-between-points websocket-inflight-input--cmacro search-str vhdl-highlight ctext-post-read-conversion nontermsym pdf-util-scale-pixel-to-relative pdf-cache--data-put pdf-util custom-group-mark-to-reset-standard texnfo-upd dired-isearch-filenames sp--pair-to-insert define-symbol-macro reftex-notice-new company--preprocess-candidates counsel-evil-registers-action straight--autoloads-file projectile-ag org-occur-case-fold-search 0 flymake-proc-stop-all-syntax-checks straight-use-package--straight-handler pdf-isearch-batch-mode-hook ivy-state-text--cmacro ivy-use-ignore-default bookmarks emacs-terminology flycheck-config-file-var eieio-custom 0 flycheck-gfortran-args sp-extract-after-sexp describe-function-orig-buffer ibuffer-mark-by-name-regexp semantic-lex-token-class tablist-column-name-history undo-tree-region-data-undo-beginning dired-sort-other gnus-summary-display-article radian-show-git-mode-map reftex-toc-split-windows-horizontally-fraction vc-before-save ibuffer-filters-to-filter-group 0 spam-group-spam-contents-p Edit\ Source\ Example windmove-find-other-window tibetan-vowel-transcription-alist 0 --cl-block-make-lsp-diagnostic-- --cl-block-lsp--workspace-parser-- straight--build-keywords package-desc-summary--cmacro flycheck-explain-error-at-point mm-save-part-to-file sql-sqlint tags-location-ring epg-encrypt-file browse-url-kde-program counsel-describe-symbol-history straight--process-get-return-code matchdatatype swiper--extract-matches bmk-record :org-clock-force-headline-inclusion gnus-newsgroup-last-directory pdf-isearch-active-mode-map company-clang--build-complete-args newsticker-ticker x-handle-geometry radian--advice-esup-unwrap-init-file ibuffer-filter-group tablist-minor-mode radian--flycheck-typescript-setup semantic-highlight-func-mode-hook recentf-expand-file-name magit-git-success semantic-speedbar-analysis tar-parse-info copiousoutput when-no-clock-is-running current-code-action-params 0 eieio-hook Do\ Children\ sequentially background-purple cl-position-if-not hash-key semantic-lex-symbol-or-keyword ido-cache-unc-valid browse-url-generic-program pdf-tools-debug Encrypt-then-MAC projectile-file-cached-p use-package-handler/:straight haskell-interactive-types-for-show-ambiguous gnus-summary-next-article haskell-process-prompt-restart gnus-summary-backend-map vhdl-testbench Not company-preview-search less-stylelint bibtex-completion-insert-citation haskell-compilation-mode-abbrev-table wisent-noninteractive ref-params company-template--after-clear-c-like-field semantic-showing-unmatched-syntax-p pval ivy-magic-slash-non-match-cd-selected ivy-prescient-mode-off-hook gnus-summary-lower-same-subject wisent-lalr straight-vc-normalize url-insert maxgap sort-coding-systems flycheck-get-output global-subword-mode-off-hook project-combine-directories company--row Global\ Actions org-activate-mark --partition-by find-file-in-current-directory :purecopy gnus-list-range-intersection add-inherited -iterate reg-usage to-split smex-ido-cache backend Buffer-menu-view :cant-slurp straight--process-run-p semantic-tag-copy widget-field-use-before-change lsp--shutdown-cur-workspace kotlin-mode flycheck-command-wrapper-function append-end parse-time-string-chars semantic-tag-clone 0 symlink company-template-field cl-struct-package-desc-tags bookmark-bmenu-surreptitiously-rebuild-list markup-error-face helm-separator gnus-with-article reftex-set-dirty haskell-session-new strikeout use-package-expand-minimally eieio-change-class compilation--message paragraph-indent-text-mode-hook class-parents xref-item 0 org-log-note-purpose widget-radio-value-inline url-request-noninteractive gnus-thread-sort-by-recipient Info-search-next elfeed company--search-update-string flymake-warning-bitmap wisent-new-log-flag macros-with-labels gnus-summary-put-mark-as-expirable-next auto-insert-alist markdown-end-of-text-block semantic-stickyfunc-show-only-functions-p biblio ido-completion-buffer-all-completions file-notify--watch-directory--cmacro reftex-cite-punctuation comparing s-index-of cl--make-slot-descriptor--cmacro enable-name bird markdown-regex-html-attr pdf-util-hexcolor Info-menu-last-node interactive-haskell-mode gnus-sort-threads done\? ripgrep-autoloads n-lines windmove document-changes ag-ignore-list s-trim-right semantic-tag-type-interfaces org-resolve-clocks-if-idle haskell-lexeme-char-literal-inside done-ok menu-bar-showhide-fringe-menu-customize org-table-insert-row background-orange ange-cache custom-variable-button-face ad-lambda-p radian-find-zshrc-other-window utility company-template-forward-field pdf-tools reftex-create-bibtex-header package--autoloads-file-name argument markdown-fontify-gfm-code-blocks feed 0 bibtex-completion-get-entry lsp--make-diag make-frame-on-display org-src-mode gnus-group-quick-select-group message-fetch-field ivy-switch-buffer-faces-alist haskell-decl-scan-mode url-queue-cbargs--cmacro bibtex-completion-remove-duplicated-fields org-remove-subtree-entries-from-agenda flymake-menu tibetan-regexp Export\ &\ View source-original nnimap-connection-alist pheight symlist start-x start-y reftex-index-macro-alist 0 renamed-from Week\ View gnus-newsgroup-replied company-tooltip--lines-update-offset semantic-go-to-tag 0 bookmark-default-handler nreds --cl-block-lsp--registered-capability-id-- nnheader-concat ffap-host-to-filename reftex-cite-cleanup-optional-args reftex-index-face semantic-complete-jump-local-members wisent-RESETBIT :trigger $nterm BibTeX-auto-store hs-inside-comment-p rx-any url-cookie-localpart ibuffer-loaddefs bongo-mode wisent-set-shift-table smartparens-lua 0 flymake--backend-state-disabled--cmacro utmoment gnus-method-history wisent-BITS-PER-WORD biblio-completing-read mac-compose-gstring-for-text-style-variation biblio-hal--extract-interesting-fields org-fontify-done-headline company-prescient-mode-hook bibtex-entry org-w3m-get-anchor-start reftex-last-used-reference ido-file-history url-expand-file-name company-dabbrev-minimum-length display-mm-width day-seconds 0 hydra-ibuffer-sort/hint prettify-symbols-mode-set-explicitly 0 tags-apropos-function flycheck-explain-error-buffer typescript-mode my-func hydra-window/windmove-right bookmark-bmenu-filter-alist-by-regexp pdf-cache-lookup-image global-hl-line-sticky-flag x-symbol-mode reftex-file-extensions ivy-faces traceroute hydra-face-red gnus-summary-universal-argument c-subword-mode haskell-session-name haskell-interactive-mode-compile-message json--with-indentation company-search-map custom-variable-action company--force-sync el-patch-locate-function gnus-ding-file-coding-system pdf-isearch-mode-cleanup message-insert-citation-line 0 whitespace-hspace file1 erc-track gnus-marked parse-iso8601-time-string haskell-type-face python-pkg semantic-lex-debug-break gnus-summary-reparent-children markdown-match-fenced-end-code-block tablist-skip-invisible-entries haskell-cabal-add-build-dependency reftex-select-external-document EasyPG\ manual do-sort-by-major-mode ivy--yank-by mule-unicode-e000-ffff comint-write-input-ring qresync lsp-no-content-length no-connect thismonth internal-default-process-filter websocket-get-bytes ivy-completion-end widget-inactive CMU\ Typewriter\ Text widget-color--choose-action semanticdb-current-table Find\ Unused\ References lsp-mode-map hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 4\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) lsp--path-to-uri calendar-date \\cite browse-url-firefox-new-window-is-tab counsel-yank-pop-truncate-radius f-exists-p haskell-msg-type gfm-view-mode-hook widget-delete-button-action name-method sp-delayed-pair 0 custom-face-edit-value-create lsp-ui-doc--inline-pos rmail-continue tablist-context-window-display-action lv-separator crossref-key help-customize-variable reftex-silence-toc-markers ibuffer-mark-modified-buffers flymake-proc-master-tex-init 0 let-alist-autoloads ibuffer-toggle-sorting-mode -butlast flycheck-error-list-next-error-pos mouse-drag 0 :test-dir org-radio-target-regexp restart-emacs--frame-restore-args markdown-hide-sublevels tablist-edit-end 0 interactive-haskell-mode-on-hook select-tags-table-quit generation Emphasis\.\.\. assoc-if flycheck-perform-deferred-syntax-check url-confirmation-func RCS package-desc-dir--cmacro elfeed-search-feed-face org-clocktable-write-default flycheck--handle-idle-trigger rmail-mime-render-html-function haskell-cabal-goto-executable-section copy-hash-table orig-point ruleset :delimiter-in-string do-query-replace use-package-plist-delete haskell-process-cd eieio--class-slots pdf-occur-search domino-tile field-value tree gnus-add-text-properties-when semantic-before-auto-parse-hooks bookmark-bmenu-execute-deletions flymake-disabled-backends flycheck-error-new projectile-maybe-read-command json-advance--inliner ibuffer-add-to-tmp-show lsp--will-save-text-document-params--inliner reftex-search-unrecursed-path-first counsel-git-occur insert-file-literally 0 keyfreq-file nnir-run-hyrex semantic-highlight-func-mode-map ido-sort-merged-list message-strip-subject-encoded-words ido-enable-virtual-buffers test-suffix flymake-log-level arduino-mode --cl-block-el-patch-deftype-- edit-frame WEBARCHIVE lsp-invalid-header-name help--key-binding-keymap _candidate org-call-with-arg inline--error s-equals\? ivy-state-window--cmacro 0 use-package-statistics-time Info-index-alternatives nitemset 0 Default org-bullets-autoloads debugger-reenable pcase--expand extras ido-make-file-list-hook url-file-attributes inhibit-field-text-motion straight-watcher-process-buffer undo-auto--last-boundary-amalgamating-number eshell-group-name semantic-make-overlay ibuffer-compressed-file-name-regexp derived-mode-syntax-table-name global-atomic-chrome-edit-mode-enable-in-buffers global-font-lock-mode-check-buffers markdown-use-region-p pcomplete-unquote-argument-function minibuf-eldef bindat--pack-u8 org-journal-file-pattern markdown-tilde-fence-end custom-unloaded-symbol-p mm-handle-undisplayer semantic-init-hook haskell-string-literal-encode pdf-info-interrupt rprec bookmark-bmenu-locate hydra--generate-matrix straight-recipes-find-file-in-project-version by\ Year pushnew company-mode-off-hook trim semanticdb-database-typecache-child-p start-var browse-url-galeon-new-window-is-tab flycheck-go-golint-executable mail-source-crash-box haskell-cabal from-utf-16 wrap-tag gui--last-selected-text-primary reftex-index-phrases-wrap-long-lines nrest read-hide-char helpful-key whitespace-trailing gnus-group-sort-selected-groups-by-unread use-package-\(:files\ \(\"gitignore-mode\.el\"\)\ :package\ \"gitignore-mode\"\ :local-repo\ \"git-modes\"\ :type\ git\ :repo\ \"magit/git-modes\"\ :host\ github\)-nil-nil haskell-process-parse-error 0 gnus-diary s-shared-start :matcher linum-mode window-normalize-buffer flycheck-luacheckrc :return 0 org-journal-search timezone set-core-accessing-symbol image-mode-as-hex wisent-set-item-number radian--cider-dump-nrepl-server-log haskell-mode-message-line biblio-join-1 websocket-version RLA gnus-tmp-thread-tree-header-string Distribution haskell-cabal-get-dir ivy-function-called-at-point debugger-frame messages-head package-read-from-string markdown-indent-line challenge browse-url-temp-file-name ido-undo-merge-work-directory mml-insert-multipart gnus-group-edit-global-kill websocket-negotiated-protocols semantic-lex-types semanticdb-find-test-translate-path ediff-init package-menu-execute custom-display prime-bits bibtex-completion-format-citation-org-link-to-PDF cider-mode lsp-ui-peek-mode-map replacements s-equals-p :page use-package-normalize/:init/el-patch custom-mode-map ibuffer-header-line-format biblio--nonempty-string-p gnus-slave-no-server all-header use-package-normalize/:custom-face flymake-proc--find-possible-master-files ffip lsp--sort-completions gnus-summary-mark-unread-as-ticked with-editor--envvar pdf-view-previous-page-command biblio--extract-errors set-selected-text company-last-metadata notdeadline xref--insert-propertized wisent-generate-states package--get-deps biblio-dissemin--lookup-record subst-if notmuch-search-mode utmin haskell-presentation-mode-hook Preview counsel-package rainbow-delimiters--apply-color 0 sh-kw allout-keybindings org-agenda-prefix-format reftex-type-query-prompt sp--inferior-haskell-mode-backward-bound-fn projectile-read-buffer-to-switch cl--pcase-mutually-exclusive-p :custom-style gnus-score-save jikes-line markdown-mode-autoloads tablist-sort ivy-partial-or-done reftex-save-all-document-buffers avy-lead-face-0 avy-lead-face-1 content-to-copy org-export-general 0 char-height biblio-dissemin--suggest-upload 0 ido-file-completion-map bibtex-completion-get-value sp--post-command-hook-handler eieio--class-slot-initarg texinfo-mode flycheck-hooks-alist eshell-current-ange-uids flycheck-has-max-current-errors-p nnmail-cache-buffer current-frame rainbow-delimiters-outermost-only-face-count 0 wisent-total-conflicts straight-recipes-flycheck-irony-version haskell-command-complete--cmacro org-registry-show ibuffer-never-search-content-mode 0 exit-function \.path -map-last buffer-face-mode Info-mouse-scroll-down max-s1 :after-hook term-color-black tablist-do-delete org-mac-chrome-insert-frontmost-url flycheck-indication-mode magit-run-git-gui lsp-ui-sideline--get-renderer radian--clipboard-last-copy counsel-rhythmbox-songs semantic-default-elisp-setup flycheck-checker-executable ffap-shell-prompt-regexp sp-wrap--initialize dabbrev--last-buffer biblio--search-result-marker-regexp go-errcheck semantic-equivalent-tag-p org-edit-fixed-width-region-mode epg-import-result lsp--cur-position org-edit-fixed-width-region semantic--before-fetch-tags-hook hydra-key-doc-function 0 lsp-define-whitelist-remove tablist-filter-op-numeric --cl-block-make-lsp--client-- SCR :asc lv-delete-window rfc2047-allow-incomplete-encoded-text markdown-regex-comment-end list-length parse-end org-shiftmetaright-hook clojure-move-to-let overwrite tablist-name-current-filter org-bibtex-treat-headline-as-title org-beginning-of-item newst-plainview auto-insert-directory calendar-chinese-mark-date-pattern stripped-name org-check-external-command search-expression true counsel-descbinds-history lsp--parser-read 0 ibuffer-kill-filter-group org-journal flycheck-previous-error haskell-font-lock-symbols-alist pdf-view-printer-minor-mode-map security haskell-lexeme-qsym to-marks add-saved-filters :visualizer company-clang--annotation sp--with-case-sensitive sp--get-string-or-comment-bounds bibtex-parse-idle-timer mksym gnus-newsgroup-ignored-charsets ivy--input org-agenda-mode-hook 0 haskell-align-imports-line-match-it haskell-check-command lsp-ui-doc-mode ivy-cleanup-string c-mode-hook org-extract-log-state-settings show-smartparens-mode org-clock--mode-line-heading doc-buffer timezone-parse-date ffap-read-only-other-window semanticdb-database-typecache browse-url-chromium-program haskell-last-overlay-in-if repos-end xref-etags-mode--saved RWL make-instance bibtex-completion-apa-format-editors pdf-view-dark-minor-mode lsp--set-sync-method 0 ibuffer-filter-group-name winner-mode-map :rangeLength company-mode-set-explicitly reftex-ref-style-activate 0 reftex-select-bib-mode ibuffer-insert-filter-group flymake-simple-cleanup sesman-system message-unique-id org-element-plain-list-parser ibuffer-make-column-modified counsel--M-x-prompt dired-async-do-hardlink -tails lsp-inhibit-message lsp-capability-not-supported haskell-cabal-section shift haskell-cabal-mode use-package-verbose burma pdf-isearch-batch-mode epg-user-id-signature-list form-at-point 0 company-preview-overlay pdf-view-mouse-extend-region reftex-nicify-text markdown-header-scaling-values whitespace-space-before-tab Go\ Backward sp--strict-regexp-quote org-bibtex-fields p-month 0 \\index --cl-block-straight-vc-git-check-out-commit-- company-tooltip-idle-delay reftex-select-bib-mode-hook websocket-mask haskell-cabal-add-indentation 0 extract add-to-list--anon-cmacro slime-symbol-end-pos url-automatic-caching 0 ibuffer-included-in-filter-p cl-struct-cl--random-state-tags lsp--client-request-handlers--cmacro comint--match-partial-filename epg-new-signature-digest-algorithm--cmacro tablist-edit swiper--opoint nnmail-split-abbrev-alist tablist-revert f-filename hindent-mode-hook custom-group-link-action semantic-lex-debug pdf-view-mode-map cider-lein-parameters ede-minor-mode markdown-table-delete-column straight-transaction rmail-highlight highlight-indentation-current-column-mode gnus-summary-wash-deuglify-map ivy-state-buffer ---truthy\? menu-bar-make-toggle ivy-yank-symbol Custom lsp--enable-stdio-client ibuffer-add-to-tmp-hide zerodark-modeline-modified gnus-request-group gnus-summary-sort-by-date ibuffer-mouse-filter-by-mode company-dummy-event vr/select-mc-mark nnimap-request-move-article interactive-haskell-mode-hook colir-blend reftex-typekey-to-prefix-alist semanticdb-without-unloaded-file-searches asciidoc irix First\ Level\ Setext :break rainbow-delimiters-unmatched-face mm-copy-to-buffer company-semantic-begin-after-member-access custom-get restart-args biblio-arxiv--entryp flycheck-llvm-llc-executable reftex-index-info 0 company-dabbrev 0 gnus-auto-expirable-newsgroups not-case-fold biblio--selection-first pdf-info-getattachments gnus-draft-buffer moose semantic-change-function company-dabbrev-ignore-buffers lowest reftex-in-comment ffip-split-window-horizontally mode-local-parent sh-canonicalize-shell lsp-ui-peek--goto-xref flycheck-go-gofmt-executable gnus-splash-svg-color-symbols ivy--preselect-index subword-capitalize reftex-string-to-label reftex-location-start oldvaralias dired-kill-subdir 0 semantic-tag-bounds Info--search-loop flycheck-error-column subword-mode-map picolisp package-description strokes-do-stroke flymake-after-save-hook semantic-lex-type-value counsel-describe-function-function lsp-ui-peek--toggle-hidden markdown-view-mode use-package-normalize-recursive-symlist comment-inline-offset company--should-complete reftex-is-multi ibuffer-read-filter-group-name nnimap-newlinep--cmacro custom-group-state-set-and-redraw flycheck-emacs-lisp-check-form reftex-tex-path auto-revert-mode-off-hook custom-tag-mouse-down-action sentence calendar-hebrew-yahrzeit cmd-list \.payload\.title org-heading-keyword-maybe-regexp-format SQL org-clock-marker projectile-sort-by-recentf-first tq-filter org-bullets-level-char customize-package-emacs-version nsm-check-tls-connection s-center debugger-batch-max-lines rg-result lineage dash--match-cons-get-cdr haskell-mode-tag-find run-command flycheck-parse-xml-region company-selection-changed package-desc-p--cmacro ffap-newsgroup-regexp jabber-activity-personal-face company-pseudo-tooltip-guard SRP gnus-simplify-subject-fuzzy org-irc-client counsel-projectile-mode wisent-parse-nonterminals projectile-project-types f-depth find-dired-filter ivy-occur-read-action ivy--recompute-index haskell-completions-can-grab-prefix eshell-host-timestamp use-package--warning103 use-package--warning104 use-package--warning105 ivy-thing-at-point use-package--warning107 org-clocktable-indent-string abbrev-re :on-error compiling magit-stage-modified company-search-lighter s-join level-exp hydra-props-alist use-package--warning111 pdf-view-active-region use-package--warning113 custom-menu hydra--delete-duplicates use-package--warning116 use-package--warning117 global-auto-revert-mode-off-hook use-package--warning119 straight-recipes-f-version capabilities rx-eval elisp-byte-code-mode-hook eieio-defgeneric message-send-via-mail bibtex-completion-buffer-visiting use-package--warning121 ruby-mode-hook ffap-guesser company-semantic--current-tags custom-toggle-hide-variable gnus-topic-topology lsp-ui-imenu--make-line isbn newsrc-file nofail ibuffer-or-filter straight-recipes-company-irony-c-headers-version flycheck-verification-result global-hl-line-overlays grep-files-history byte-compile-or company-cmake--candidates-cache reftex-toc-follow-mode :arguments biblio--selection-copy-quit ad-Advice-tabulated-list-init-header diary-comment-end markdown-ensure-blank-line-before ido-is-ftp-directory 0 :custom-reset-current adopt resume: Ref haskell-indentation-add-where-post-indent is-multi company-eclim--search-point subexp-depth :error-form tablist-edit-column-quit bibtex-start-of-field Copy\ region highlight-changes-mode outlines package-desc-from-define org-journal-search-history widget-parent-action org-in-clocktable-p haskell-session-set-cabal-dir ffap-file-remote-p biblio--selection-forward-bibtex straight-register-package python-completion-complete-at-point Info-index-next mode-local-map-mode-buffers vc-prefix-map marshal reftex-index-phrase-selection-or-word ivy-state-predicate--cmacro delannot lua-mode websocket-frame-opcode--cmacro fancybox Browse\ RefTeX\ Group windmove-wrap-loc-for-movement org-open-file-with-system hydra-ibuffer-action/ibuffer-do-query-replace-regexp-and-exit Info-virtual-nodes schedule-buffer counsel-list-processes-action-switch electric-pair-syntax-info org-drag-line-forward company-begin-with smartparens-org whole-subject radian-reload-init straight-vc-git--popup counsel-org-headline-display-todo straight-recipes-osx-trash-version Forward\ 1\ Year hydra-ibuffer-filter/ibuffer-filter-by-content avy-candidate-beg wisent-compute-FOLLOWS utf-8-emacs-mac filled-square speedbar-faces websocket-create-headers word-end gnus-group-news-2-empty electric-pair-inhibit-predicate atomic-chrome-edit-mode-set-explicitly markdown-get-unused-refs --cl-block-lsp-diagnostic-column--cmacro-- semantic-run-mode-hooks Info-isearch-end inline--dont-quote :last-syntax-ppss-point metamail-interpret-body ref-dep sp--skip-match-p :max-key-len company-template-declare-template nsm-level cl-member-if-not org-irc-get-current-erc-port sparse :filter-multibyte auth-source-netrc-cache swiper-match-face-3 swiper-match-face-4 mh-sequences no-littering-var-directory gnus-buffer-live-p custom-unlispify-tag-names markdown-table-next-row Index-Shortcut lsp--registered-capability counsel-evil-registers-height auto-revert-tail-mode-map ivy--sort bibtex-pop-next-search-point wisent-check-$N notmuch-tree-mode entry-path org-capture-templates-contexts org-agenda-clockreport-mode setup-indian-environment-map use-package-autoloads-mode lsp--client-enable-function--cmacro class-name use-package-handler/:requires rx-constituents 0 straight-recipes-swiper-version org-category syntactic-keywords ido-toggle-trace flycheck-sh-shellcheck-executable markdown-make-regex-link-generic company-search-string flycheck-puppet-lint-disabled-checks company-tooltip-selection flycheck-may-enable-checker markdown-regex-header el-patch-remove debugger-list-functions 0 nushu sp-no-reindent-after-kill-modes emacs-mime lm-authors cl--struct-epg-sub-key-p org-last-state sp--looking-back gnus-variable-list :original pdf-history-end-of-history-p hydra-disable set-core-nitems ibuffer-ext-visible-p magit-diff-file-heading-highlight flycheck-error-pos nnmail-split lsp--send-open-close-p ido-fractionp ido-trace ivy-highlight-grep-commands semantic-flex-keywords-obarray php-phpcs epg-context filter-or-empty radian--mode-line-right custom-group-reset-standard minibuffer-completing-symbol initialize-instance isp1 bibtex-completion-browser-function fullness atomic-chrome-edit-mode-on-hook oref-default biblio-doi-forward-bibtex haskell-interactive-mode-set-prompt uniquify--rename-buffer-advice :col org-journal-time-format-post-midnight set-shifts-shifts save-place-loaded gnus-spam-autodetect-methods 0 haskell-process-set-process imenu--relative-position company-space-strings delayed-hook gnus-newsgroup-variables markdown-bold-face counsel-ibuffer-visit-ibuffer eshell-ls-executable undo-tree-node-char-rwidth s-lex-format minmax ido-read-internal haskell-font-lock-quasi-quote-modes gnus-summary-limit-include-matching-articles projectile-file-exists-cache 0 0 reftex-toc-include-index-entries ido-use-virtual-buffers show-smartparens-mode-on-hook presentation-id Row company-time-limit-while-counter entry-key mail-header cljr-project-clean mod* setf-documentation smartparens-pkg ivy-bibtex-display-transformer :beginning sp-backward-sexp delayed-insertion reftex-highlight typename fetch-overload ace-select-window pcvs-parse haskell-commands hydra-ibuffer-mark/body ob-csharp vhdl-ghdl output-file projectile-configure-project wisent-useful-production hs-minor-mode-menu part-info inflections hl-line-unhighlight sp-restrict-to-pairs-interactive eieio--generic-subclass-generalizer newsticker-plainview-hooks Ethiopic\ Date gnus-check-server perl--Pod::Checker font-lock-fontify-syntactic-anchored-keywords itag pdf-view-registerv-make 0 ido-completion-buffer-full password-store wisent-errok ivy--old-cursor-type mark-by-name-regexp lsp-ui-peek--peek-new sp-gfm-electric-backquote-p lsp--client-default-renderer--cmacro dash--match-ignore-place-p ivy-state-keymap semantic-lex-one-token haskell-presentation-clear counsel-shell-history letf* reftex-use-multiple-selection-buffers mm-inhibit-auto-detect-attachment pdf-isearch-closest-match markdown-unfontify-region-wiki-links avl-tree--create--cmacro company-template--buffer-templates compilation-mode-line-errors ffap-replace-file-component pdf-view-image-size mml-attach-external re-only :def --cl-block-lsp--workspace-root-- company--should-continue flycheck-temp-directory 0 next-file-list yas-verbosity dabbrev-check-other-buffers compilation-set-window deleted semantic-foreign-tag outline-insert-heading-hook company-semantic-modes shifts-shifts lsp-ui-doc-border ido-make-dir-list sp-next-sexp startwin cl-print-readably gnus-summary-quit :jump-func --cl-block-url-type-- semantic-overlay-end straight-recipes-projectile-version Automatic\ Info ob-oz bmrk ido-try-merged-list ffap-rfc-path counsel-bookmark markdown-insert-kbd projectile-idle-timer company-bbdb :counter mm-destroy-parts Spell\ Checking semantic-overlays-at set-core-link :with haskell-auto-insert-module-template php-phpmd swift-mode:basic-offset reftex-kill-buffer flycheck-error-list-make-number-cell straight-recipes-dash-version ivy--highlight-fuzzy UID iter find-function-source-path :comment-widget ebnf-production org-todo-blocked background flycheck-may-use-echo-area-p 0 Tags\ and\ Properties url-cookie-list semantic-idle ignore-words period-end message-prune-recipients org-journal-calendar-entry-face org-agenda-skip-timestamp-if-deadline-is-shown biblio-metadata websocket-intersect gh-search epg--status-DECRYPTION_FAILED straight--expand-files-directive-internal viper-search semantic-lex avy-kill-ring-save-whole-line swiper-autoloads biblio-alist-get org-clock-drawer-name normal-erase-is-backspace-mode-off-hook projectile-project-vcs ivy--regex-ignore-order markdown-table-delete-row haskell-cabal-visit-file tablist-apply-filter straight-recipes-company-tern-version bookmark-prop-set ido-temp-list background-darker mark-read-only-buffers auth-source-user-or-password :constructor-flag ace-link--eww-action Info-speedbar-menu-items reftex-use-external-file-finders gnus-tmp-marked-mark semantic-displayor-tooltip-initial-max-tags biblio-arxiv--extract-interesting-fields straight--insert stop-subjob bibtex-completion-format-entry gnus-summary-execute-command doc-view-set-slice pdf-occur-buffer-mode-syntax-table 0 biblio-autoloads ibuffer-default-sorting-reversep postnote package-status-avail-obso gnus-subscribe-topics 0 markdown-mode-info semanticdb-find-adebug-lost-includes lsp-haskell-process-args-hie mon1 flycheck-display-error-explanation flycheck-overlay-category js2-skip-preprocessor-directives lsp-diagnostic-p--cmacro layout-end cljr-update-project-dependency company-common gnus-outlook-deuglify :valid-from biblio--bibtex-entry-format auto-revert-notify-watch-descriptor url-lazy-message-time haskell-process-hayoo-query-url counsel-url-expand exists exited debugger--insert-locals 0 haskell-process-completions-at-point straight-use-package-mode-on-hook company-semantic-doc-or-summary create-directory pdf-isearch--hl-matches-tick wisent-post-parse-hook flymake--schedule-timer-maybe cl--wrap-in-nil-block dired-maybe-insert-subdir parsebib-autoloads include-re helm-buffer-file s-collapse-whitespace char-table-extra-slot omnisharp-cache-directory counsel-grep-base-command nlines swiper--candidates :interfaces counsel-list-processes anchored-regexp time-eq sp-push-hybrid-sexp tablist-column-property ivy-prescient-mode-hook doc-view-document->bitmap company--create-lines unary-operator gnus-error company-pseudo-tooltip-show :throws counsel-fzf-occur flymake--diag-text some-match pdf-view-scale-reset bibtex-completion-pdf-extension writable-annotations backend-name flymake-proc-check-file-limit pdf-view-mark-whole-page frame-configuration-to-register pdf-view-register-alist fill nnimap-insert-partial-structure 0 counsel-git-grep-function org-self-insert-cluster-for-undo 0 ido-add-virtual-buffers-to-list labelfmt Display\ Metadata cl--struct-epg-import-result-p hydra-window/body newline-too ido-auto-merge-work-directories-length nnir-article-number ido-magic-delete-char org-irc-erc-store-link straight-use-package-no-build cnt-opt :invalidOptionWarnings global-auto-composition-mode \(setf\ seq-elt\) pdf-view-dark-minor-mode-on-hook symbol-start display-time-use-mail-icon xref-make-buffer-location reftex-idle-time nnheader-insert-nov oracle URL url-recreate-url-attributes semantic-install-function-overrides lsp--server-capabilities--inliner straight-check-all org-find-open-clocks request-accept-article pdf-cache--image/page gnus-summary-last-subject inhibit-next flycheck-hlint-ignore-rules haskell-ident-at-point persp-save-dir custom-variable-reset-standard use-package-handler/:config/el-patch lsp-ui-peek-expand-function global-font-lock-mode global-semantic-highlight-edits-mode-on-hook eshell-buffer-name helm-make-source org-scheduled-previously gnus-async-request-fetched-article :service nomatch rmail-set-message-counters browse-url-epiphany pop-filter peach semantic-modes woman-interface Author-Year erc-notify markdown-insert-footnote re-char-trans lsp-imenu-container-name-separator haskell-process-send-startup custom-reset-standard-variables-list company-gtags-modes nnir-run-notmuch org-mac-acrobat-get-page haskell-cabal-goto-benchmark-section :formats projectile-unignored-files-rel haskell-session-set pdf-info-running-p straight-rebuild-package semantic-symref-tool-grep-p -reduce-r cperl-help-system info-unchanged display-buffer-split-below-and-attach semantic-require-version org-table-edit-field evil-ex-search-history Edit\ Code\ Block ivy-set-display-transformer help-byte-code haskell-process-hayoo-ident sh-regexp-for-done nsubstitute-if gnus-group-update-eval-form :toname hydra-keyboard-quit semantic-analyze-completion-at-point-function libgnutls-version reftex-grep-document projectile-file-truename projectile-files-via-ext-command semantic-show-unmatched-lex-tokens-fetch ivy-prescient--old-ivy-sort-function ivy-occur-press-and-switch :span el-patch-require-with-editor swiper-all-query-replace jabber-roster-user-away ivy-completion-in-region-action nsm-warnings-ok-p erc-scripts counsel-describe-function-preselect Info-breadcrumbs-depth sp-wrap-overlays straight-arrow magit-remote-rename tide-mode ivy-occur-timer this-mode cl--generic-struct-specializers 0 arglist-mismatch ivy-on-del-error-function bof1 bof2 bookmark-bmenu-mode-hook counsel-org-goto-separator biblio-insert-result straight--transaction-depth semantic--tag-link-to-buffer error-explainer src-total bury-buffer radian-sunrise-wdx :custom-face package-lint-setup-flymake copied ido-make-prompt ignore-messages bright-background-blue widget-link-suffix package-menu-mark-obsolete-for-deletion markdown-incomplete-atx-p one-or-more package-menu--generate cl-print--number-index gnus-group-mode lsp-ui-doc--remove-invisibles byte-set-marker newst-backend toggle-sorting-mode org-odd-levels-only message-user-fqdn lsp-ui-sideline--delete-ov backup-value implicit-layout-active pdf-view-display-image org-element-example-block-interpreter sh-shell-file 0 elpy-rpc-python-command company-sort-prefer-same-case-prefix mail-source-fetch-pop lsp-ui-peek--insert-xrefs wisent-transpose 0 counsel-linux-apps-directories bnum auth-source-creation-prompts haskell-interactive-session :wstart 0 gnus-convert-article-to-rmail ivy-state-preselect--cmacro ebrowse-tree auto-revert-set-timer tags-table-list-member url-queue-check-progress f-dir-p winner-dont-bind-my-keys org-capture-goto-last-stored copy-haskell-command message-generate-hashcash company--offset-line lsp-ui-doc-custom-markup-modes package-delete-button-action prototype url-cookie-expires--cmacro typecase customize-read-group 0 org-bullets-mode-map hydra--cell ido-slow-ftp-host-regexps bindat--fixed-length-alist nosuffix ido-may-cache-directory image-dired-db-file gnus-status-message haskell-mode-loc-at flycheck-c/c++-gcc-executable message-add-header semantic-minimum-working-buffer-size lsp-ui-doc--display org-occur-link-in-agenda-files projectile-files undo-tree-recircle markdown-html-tag-name-face company-preview-common-frontend Custom-mode-hook opt-list custom-mode-hook sp-navigate-close-if-unbalanced jabber-rare-time-face grep-last-buffer lsp--workspace-file-versions marked-string display-format-alist main-pdf browse-url-temp-dir markup-reference-face pdf-util-translate start-of-value reftex-find-file-on-path reftex-allow-automatic-rescan Varioref port1 websocket-to-bytes flycheck-syntax-check pdf-info-asynchronous viqr-post-read-conversion ivy--regexp-quote package-keyword-button-action org-clock-out-switch-to-state ido-wide-find-file-or-pop-dir semantic-tag-type-members org-babel-noweb-wrap mm-coding-system-priorities reftex-auto-view-crossref magit-emacs-Q-command flycheck-xml-xmlstarlet-xsd-path semantic-overlay-get view-file-other-window org-crypt-text sp-use-subword pagelinks haskell-process-errors-warnings company--unread-this-command-keys custom-group-tag-faces did-query ibuffer-map-on-mark semantic-lex-type-p bibtex-completion-parse-strings _dir sort* s-concat cc-vars mm-archive-dissect-and-inline start-symbol 0 f-uniquify affiliation eshell-glob-entries hydra-ibuffer-main/ibuffer-do-save counsel-git-checkout-action counsel-bookmark-avoid-dired sp--current-indentation flymake-proc--master-file-compare Custom-save no-match dabbrev--last-expansion-location ruleId straight-recipes-avy-version ibuffer-default-sorting-mode org-setup-comments-handling flycheck-error-list-apply-filter force-deferred anzu-replace-highlight reftex-change-label make-lsp--workspace--cmacro every term-color-magenta bolp straight-vc-git-primary-remote message-ignored-bounced-headers gnus-summary-put-mark-as-dormant-prev hydra-deactivate cal-bahai :line2 descriptor error-string lsp-make-request biblio-crossref--parse-search-results org-clock-special-range ido-toggle-ignore lsp--intero-multiswitch speedbar-function reftex-this-word pdf-occur-search-finished flymake-proc--read-file-to-temp-buffer font-latex-math-face org-list-get-first-item message-put-addresses-in-ecomplete reftex-typekey-check company-echo-delay pdf-isearch-batch-mode-map message-unique-id-char pdf-view-midnight-minor-mode-off-hook straight-package-advice-save-selected-packages \.host f--directories ibuffer-push-filter global-company-mode-check-buffers straight-recipes-pip-requirements-version derived-mode-merge-abbrev-tables gnus-read-active-for-groups org-agenda-overriding-columns-format websocket-wss-needs-emacs-24 haskell-align-imports-line-match counsel--async-start vc-rcs-master-templates ad-set-advice-info cl--compiler-macro-list* xref-bogus-location-p gnus-read-group tablist-filter-edit-history Info-mode-font-lock-keywords sp-wrap--clean-overlays ivy-re-to-str Hide\ Level flycheck-scala-executable biblio--search-terms ido-directory-too-big 0 flycheck-config-files haskell-debug-highlight nnheader-narrow-to-headers screens mml-secure-epg-encrypt minibuffer-history-search-history ks_c_5601-1987 websocket-frame-length separator reftex-find-label-regexp-format appt-delete counsel-colors--formatter Display\ the\ Index 0 org-with-clock mail-decode-encoded-word-region hydra-ibuffer-action/ibuffer-do-toggle-read-only-and-exit AUCTeX fileglobattrs :websocket 0 my-parser pug-mode total-messages editable-field widget-specify-active :aliasclass company-pseudo-tooltip-hide widget-narrow-to-field org-texinfo-table-default-markup org-agenda-add-entry-text haskell-indentation-add-where-pre-indent cl-struct-url-cookie-tags ede/project-am newst-reader git-commit-summary-max-length prescient-cache-callback counsel--git-grep-count-func-default straight-recipes-zerodark-theme-version etags--xref-limit tablist-filter-wisent-parser gnus-frame-or-window-display-name pages auto-revert-tail-mode-off-hook bib-file to-address rtree pcomplete-ignore-case from-method git-gutter:unchanged gnus-sieve isearch M-S-kp-0 comint-backward-matching-input sp-kill-whole-line custom-face-standard-value auto-revert-verbose :get-root reftex-truncate M-S-kp-7 tablist-filter-op-< tablist-filter-op-= company-cmake--completion-pattern name->action semantic-init-hooks shift-table iso8859-10 lsp--text-document-did-save Stop\ searching message-strip-subject-re url-cookies-changed-since-last-save ace-link--info-collect word-boundary used-mode debugger--hide-locals ibuffer-do-shell-command-file display-line-numbers markdown-outline-previous-same-level showhide-window-divider directory debugger-mode-syntax-table epg-context-protocol years 0 smiley mc-edit-lines gnus-level-default-subscribed xref--pop-to-location debugger-step-through message-separator company-etags--candidates todo-categories ivy-highlight-face imenu-after-jump-hook compilation-separator2 detect cl-assoc-if reftex-add-index-macros notmuch-tree-match-author-face projectile-enable-idle-timer 0 mail-header-xref counsel-mode-override-describe-bindings idlwave-shell-highlighting-and-faces gh-pkg no-signers org-clock-start-time server-p use-package--hush-function compilation--loc->col semantic-tag-external-member-parent lsp--registered-capability-method--cmacro message-goto-newsgroups gnus-summary-find-prev bibtex-completion-format-citation-functions straight-recipes tablist-edit-column-mark-field hs-allow-nesting refbib org-journal-enable-agenda-integration biblio--cleanup-bibtex-1 flymake-proc--fix-file-name racket ob-eukleides semantic-lex-paren-or-list evil-mode irony-completion-annotation tramp-cache color-d75-xyz org-up-heading-all nnir-request-article jabber-chat-mode semantic-format-tag-name browse-url-epiphany-arguments cdlatex radian-fix-whitespace-global-mode-check-buffers gnus-group-clear-dribble swipe Previous\ Heading\ or\ List\ Item haskell-process-load-complete iso-8859-8-i ibuffer-delete-saved-filters markdown-calc-indents ivy-build-tramp-name startup--setup-quote-display haskell-debug/trace metafont atomic-chrome-get-websocket widget-sexp-prompt-value-history url-http-response-status 0 harvard haskell-mode-map company--disabled-backends complex-only flycheck-gcc-includes use-package-\(:type\ git\ :host\ github\ :repo\ \"magit/magit-popup\"\ :package\ \"magit-popup\"\ :local-repo\ \"magit-popup\"\)-nil-nil gfilenotify highlight-uses-mode-stop-here ibuffer-mark-on-buffer load-time-value fossil inline-const-p company-strip-prefix font-latex-warning-face reftex-toc-header-face helm-ff-dotted-directory counsel-projectile-mode-hook mml-expand-html-into-multipart-related mwheel-event-button haskell-interactive-mode-error-backward markdown-ensure-blank-line-after lsp--cur-line-diagnotics :content Run\ term nnoo-change-server hs-forward-sexp-func company-preview-show-at-point mml-generate-default-type el-patch-pre-validate-hook flymake-proc--get-init-function semantic-clear-parser-warnings Fill\ Entry hydra-ibuffer-main/ibuffer-toggle-filter-group semantic-clear-unmatched-syntax-cache auth-source-hide-passwords org-agenda-effort-filter counsel-at-git-issue-p gnus-summary-first-unread-article last-run biblio-dissemin--translate-classification lsp-ui-imenu--make-ov lsp--execute-command pdf-util-assert-pdf-window flycheck-ruby--find-project-root :match-end ivy--highlight-ignore-order flymake-proc--obsolete package--activate-autoloads-and-load-path ivy-prescient-sort-commands avy-autoloads macro-re :allocation tablist-column-editable company--window-width start-index pdf-isearch-minor-mode gnus-version-number projectile-get-all-sub-projects usg-unix-v Unsubscribed\ list\ post mark-by-file-name-regexp straight--transaction-exec Quote\ MML\ in\ region flycheck-remove-error-file-names org-element-property-drawer-parser dash--match-vector TeX-auto-global conf-windows-mode flycheck-syntax-check-p--cmacro bibtex-completion-string-hash-table mh-ranges cl--generic-name term-color-white wisent-recovering ibuffer-eliding-string charlayout vhdl-beautify cider-connect-clojurescript 0 left-indent 0 reftex-parse-from-file reftex-last-toc-master Hide\ by\ Regexp semanticdb-find-translate-path widget-apply-action haskell-cabal-end-of-subsection sp-in-comment-p bindat--pack-u16 lsp-ui-sideline-toggle-symbols-info org-src--goto-coordinates ivy--highlight-default delete-selection-mode-hook semantic-show-unmatched-syntax-mode-hook byte-list3 nnimap-request-expire-articles gnutls-deinit reftex-match-string flycheck-tidyrc counsel--yank-pop-position gnus-sort-articles clojure-mode bindat--pack-u24 --max-by rainbow-delimiters-pick-face-function S-wheel-left gnus-mouse-face-function comint-input-ring ibuffer-bs-toggle-all doc-view-current-image reftex-unhighlight org-re-timestamp package--ac-desc-reqs--cmacro package--incompatible-p -prodfn ivy-initial-inputs-alist bindat--pack-u32 pdf-cache-prefetch-delay lsp--region-to-range markdown-footnote-counter indicate-buffer-boundaries label-re :open-real -andfn find-file-hook markdown-beginning-of-text-block cl-struct-unknown-slot \.url gnus-put-text-property-excluding-characters-with-faces radian--company-tern-enable cl--generic-search-method message-tool-bar-update untilnow Man-completion-table gotos biblio-detail-header-face zerodark--set-selected-window helm--completing-read-default epa--encode-coding-string org-agenda-entry-get-agenda-timestamp ideographic-description Natbib global-subword-mode-check-buffers final-string f-executable-p gnus-summary-display-buttonized edit-column colors counsel-describe-function-transformer mml-secure-cust-fpr-lookup ido-show-confirm-message reftex-multifile-index exchange-filters org-static-mathjax org-timestamp-down gnus-group-sort-groups-by-method combination-limit company-assert-enabled drop-newline lsp--workspace-highlight-overlays ivy-bibtex-fallback wisent--assoc buffer-or-list supercite-cite haskell-hoogle nnmail-replace-status disass ns-drag-file haskell-interactive-mode-prompt-start hydra-ibuffer-mark/hydra-ibuffer-main/body-and-exit semantic-format-tag-abbreviate ibm852 0 ibuffer-marked-char evil-ex-search-direction with-slots flycheck-enabled global-semantic-show-unmatched-syntax-mode-hook company-bbdb--candidates alive flycheck-running-p url-host-allowed-chars org-journal-open-previous-entry bibtex-completion-notes-mode-hook flet rx-check-category mark-by-mode bibtex-completion-key-at-point flycheck-parse-checkstyle gnus-summary-wash-header-map bbdb-dwim-mail tmm-get-keymap reftex-index-level-re Harvard pos-start markdown-uri-types Check\ Deadlines org-element-headline-parser ace-maximize-window --delete-cancel message-user-mail-address longtable pdf-isearch-active-mode-off-hook avy-action-goto 0 ibm874 seq-take-while cider-find-dwim-at-mouse mouse--strip-first-event counsel--setq-doconst magit-shell-command-topdir set-terminal-coding-system-internal haskell-debug-session 0 flycheck-chef-foodcritic-executable inversion-find-version sp--pair-to-uninsert reftex-arg-index smerge indirect gnus-browse-mode 0 straight--modified-dir last-tag swiper-goto-start-of-match by\ Author :delayed-insertion cl-the package-load-list ffap-lcd flymake--log-1 xr-doc vc-mtn-admin-dir org-element--parse-paired-brackets prescient-frequency-threshold org-agenda-save-markers-for-cut-and-paste eshell-arg magit-commit-fixup 0 semantic-fetch-tags org-clock-resolve org-list-get-item-end ivy-state-frame counsel-ibuffer-visit-buffer mail-source-touch-pop 0 epa-validity-medium -remove semantic-active-p flycheck-flake8-maximum-complexity 0 compilation-info-face bindat-pack gnus-summary-stop-at-end-of-message cljr-add-require-to-ns company-idle-delay counsel-git-close-worktree-files-action wisent-print-core image-minor-mode-hook markdown-mode-abbrev-table company-search-mode-off-hook org-clock-file-total-minutes cl--generic-generalizer-specializers-function--cmacro bookmark-send-edited-annotation pdf-view-inhibit-hotspots org-agenda-buffer-tmp-name flycheck-process-error-functions reftex-overlay-put 0 bibtex-completion-notes-mode-map spam-use-bogofilter counsel-read-setq-expression markdown-collect-undefined ibuffer-mouse-toggle-mark helm-source-sync haskell-mode-syntax-table gnus-async f-relative\? apropos-regexp 0 automaton list-type doc-fun org-log-beginning org-get-time-of-day pdf-view-redisplay ffap-gnus-hook 0 haskell-next-line-indentation s-suffix\? recently-active display-only lsp--text-document-position-params reftex-derive-label-parameters gnus-summary-pipe-output-default-command use-package-regex-p counsel-ibuffer--buffer-name nnmail-remove-list-identifiers messages-buffer-mode org-hierarchical-todo-statistics period-name first org-inlinetask-demote 0 ace-link--eww-collect message-default-send-mail-function 0 0 bookmark-get-bookmark browse-url-mozilla-arguments :dontroute wgrep-done-face ad-Advice-delete-backward-char reftex-create-customize-menu sentence-end-without-space eshell-unix customize-object company-clang--version ivy-bibtex-insert-bibtex pdf-isearch-search-page flycheck-start-current-syntax-check :backward-only h-year sh-make-vars-local 0 ibuffer-hooks color-hsl-to-rgb message-header-format-alist url-queue-pre-triggered--cmacro cand url-cookie-mode-abbrev-table displayed-month counsel-apropos-history reftex-active-toc magit-bookmark Find\ test\ file charquote f--guard-paths :invalid-structure wisent-set-nullable _search-expression byte-leq eshell-number-regexp ibuffer-mark-forward org-footnote-sort ivy-backward-delete-char cperl-speed reftex-ref-style-default-list M-kp-8 M-kp-9 Move\ to\ Next\ Button semantic-symref-tool-idutils flycheck-completing-read company--replacement-string org-clock-persist-file flycheck-register-option-var org-clocking-p :body-pre erc-button markdown-end-of-block cursive\ writing suffixfile 0 org-clock-mode-line-entry tabulated-list--col-local-max-widths customize-rogue bibtex-parse-field-name dired-load-hook endelt hydra-default-hint min-pixel-width split-rest tmp-start bibtex-entry-delimiters 0 straight-use-package--last-ensure-function caps reopen-application haskell-session-target gnus-summary-create-article --cl-rest-- semantic-highlight-func-menu brai comint-substitute-in-file-name highlight-uses-mode-highlight org-preview-latex-process-alist hydra-ibuffer-mark/ibuffer-mark-unsaved-buffers-and-exit starttls-extra-args company-echo-show c-electric-colon bookmark-quit-flag atomic-chrome-normalize-header straight-recipes-el-patch-version ivy-insert-current pdf-isearch-find-next-matching-page ido-text json-pre-element-read-function data-debug org-do-latex-and-related jan-first rmail-previous-message bind-key-segregation-regexp pcomplete/org-mode/prop u16r :base-map TeX-strip-extension reftex-citep :verbosity save-filters mm-handle-filename reftex-citet font-lock-mode-internal pdf-info--queue dired-up-directory line-length processing-mode gnus-current-article company-clang--annotation-1 lexer lsp-ui-doc-frame reftex-do-parse children msft message-simplify-subject Toggle\ Inline\ Images retrieve-articles mbox-url :clock-in make-lsp--registered-capability--cmacro haskell-mode-handle-generic-loc company--incremental-p byte-defop lsp-ui-doc-enable set-coding-priority xref-match-item--anon-cmacro docTeX-mode eshell-hosts-file semantic--tag-overlay-cdr updatep solar-time-string company-template-clean-up counsel--org-get-heading-args markdown-other-window arxiv:affiliation org-journal-open-next-entry company-clang--parse-output wisent-parse markdown-promote-list-item erc-ezbounce websocket-received-error-http-response define-lex-simple-regex-analyzer company-xcode-project widget-field-value-delete lazy-highlight-cleanup pdf-tools-customize 0 counsel-find-library-other-window 0 r-lintr company-tooltip-offset newsticker-retrieval jka-compr-get-compression-info end-of-thing :invalid-context-prev 0 js2-function-param global-hl-line-overlay appt-display-duration company-clang-executable doc-view--buffer-file-name markdown-find-next-prop reftex-section-numbers straight--recipe-cache pdf-tools-customize-faces Compile bookmark-bmenu-any-marks projectile-project-ignored-directories Sort\ Table\ Lines gnus-article-mark-lists projectile-mode-line 0 0 org-indent-mode-hook kkc-init-file-name display-warning-minimum-level :types original-date compilation-line-face gnus-article-de-quoted-unreadable ede/locate Info-find-node-in-buffer lsp-notifications magit-commit-reshelve &cl-defs org-open-at-mouse haskell-move-nested parsebib-read-preamble company-show-doc-buffer magit-diff-lines-heading minibuffer-history-isearch-message-overlay gnus-disable-undo haskell-indentation-case-layout 0 bookmark-get-filename counsel-command-history-action-eval haskell-lexeme-qid-or-qsym ngotos use-package-normalize/:blackout markdown-live-preview-re-export eieio--class-name--cmacro reftex-replace-label-list-segment byte-interactive-p ffap-read-file-or-url pdf-util-scale close-group tablist-pop-filter evil-ex-search-activate-highlight korean-iso-8bit-mac biblio--event-error-code help-macro swift-mode 0 temp-buffer-window-setup debugger-will-be-back use-package-diminish haskell-process-insert-type tags-with-face 0 markdown-get-other-window eshell-basic f-unibyte-string-p reftex-ref-style-list projectile-switch-to-buffer-other-window not-stop org-encrypt-entries 0 company-dabbrev--search-buffer mm-command-output 0 flycheck-error-list-make-last-column gnus-summary-highlight-line-cached file-of-tag flycheck-after-syntax-check-hook speed-type-gb-dir tablist-edit-column-minor-mode-map file-directory sp-comment pdf-occur-document-face biblio-url-retrieve erc-server counsel-org-goto-custom-faces pre-command ffap-info speedbar-vc byte-eobp pdf-view-current-overlay gnus-summary-expunge-below lsp--make-notification Kill\ Element f-file-p x-bitmap-file-path smartparens doc-view-pdf->png-converter-function 0 auto-revert-notify-handler ido-buffer-window-other-frame s-chop-prefixes use-package-merge-keys bibtex-completion-find-local-bibliography tags-recognize-empty-tags-table org-agenda-toggle-deadlines artist-text projectile-sort-order parse-buffer package-archive-base 0 wisent-context-bindings lsp--make-document-formatting-options ivy-occur-click pdf-outline-imenu-enable flycheck-processing-executable reftex-pop-to-bibtex-entry full-name custom-theme-set-faces org-export-man pcomplete-unquote-argument org-bullets-mode zerodark--git-face-intern jka-compr-error semantic-lex-reset-functions _date widget-default-menu-tag-get s-uppercase-p rx-check epg-sign-string checkdoc-ispell-message-interactive clojure-thread-last-all project-external-roots bibtex-completion-resolve-crossrefs south diary-outlook-format-1 Save\ to\ File company-template-templates-at display-buffer-use-some-window biblio-insert-results dabbrev-eliminate-newlines 0 semantic--tag-expanded-p numspace windows-1252-mac lsp--as-regex package-desc-archive pdf-info-outline org-schedule ido-magic-forward-char diagnosis org-footnote gnus-make-predicate-1 flycheck-error-message-buffer racer-find-definition nnheader-insert bdata 0 mml-compute-boundary tags-table-computed-list ivy-state-p--cmacro helm-buffer-directory u24r dired-subdir-index semantic-lex-push-token swipe-right custom-buffer-order-groups 0 nnir-run-gmane epa-dired-do-verify flymake-proc--temp-source-file-name reftex-TeX-master-file projectile-ignored-files-rel option-list json-keywords --cl-block-lsp--workspace-file-versions--cmacro-- ido-saved-vc-hb items-by-file ffap-string-at-point-mode-alist message-send-form-letter parsebib-read-comment tablist-display-filter hydra-ibuffer-action/nil system-configuration-features 0 :magic mm-text-html-renderer smie-indent-functions ido-enter-matching-directory font-lock-set-defaults-1 lsp-ui-sideline-mode-hook haskell-completions-ghc-option-prefix 0 pdf-cache--prefetch-stop straight--put org-agenda-execute reftex-customize avl-tree--node-left TeX-mode-hook complete-with-action eshell-cmd windows-1250 windows-1251 prescient-filter haskell-interactive-mode-kill-whole-line :requires projectile-git-command url-queue-progress-timer oddmuse-wiki debugger-previous-window ido-ignore-buffers biblio--browse-url company-tng-configure-default dabbrev--ignore-buffer-p lsp-ui-doc--get-parent ac-robe-candidates highlight-uses-mode-hook haskell-interactive-mode-insert-presentation Info-dir-contents-directory Insert\ Chinese flycheck-rx-id custom-documentation gnus-summary-read-group-1 tablist-context-window haskell-syntax-propertize Forward\ Block flycheck-buffer-deferred mh-nmail entry-found 0 verilog-mode-indent company-files--complete lsp-ui-peek-highlight scan-buf-previous-region markdown-regex-link-inline bibtex-completion-cached-notes-keys reftex-fancyref-fref flycheck-clang-ms-extensions ido-get-buffers-in-frames iso-8859-8-i-dos flycheck-cppcheck-suppressions etags--xref-find-definitions haskell-string-trim-suffix grep-mode-map :step elisp-refs-function hydra--body-exit todo-edit _match wisent-digraph tablist-read-numeric-filter todo-state org-agenda-skip-entry-if string-width event-modifiers gnus-thread-sort-by-score --cl-block-lsp--workspace-client--cmacro-- ritem org-bibtex-read-file :debug --if-let ido-rewrite-file-prompt-functions sp--delete-selection-supersede-p 0 custom-magic-show-button ido-enter-insert-file auto-revert-mode-map semantic-lex-punctuation lsp--execute-lsp-server-command ssh-authorized-keys-mode :superclasses wisent-map-goto evil-this-register ivy--display-transformers-list 0 url-handler-mode-hook counsel-git-checkout lsp-ui-mode-map company-fetch-metadata straight-use-package--recipe-handler preserve-undo mml-secure-normalize-cust-name bookmark-buffer-name haskell-compile-cabal-build-alt-command company--company-command-p hindent-reformat-region-as-is org-latex-overlay crosspost display-time-world-mode-hook flycheck-defined-checkers ivy-bibtex-open-url-or-doi ivy-next-line toc-level f-base ido-file-extension-order org-journal-get-entry-path org-duration--modifier gnus-cached-article-p parsebib-read-string haskell-indentation-module-export magit-cherry-pick company-template-add-field ivy-mouse-dispatching-done markdown-demote-list-item ido-rotate Automatic\ Heading\ \(Setext\) wisent-set-maxrhs ledger-font-posting-date-face diags ivy-occur-delete-candidate --cl-block-lsp-diagnostic-column-- pdf-occur-dired-do-search json-snatcher run-swift mml-smime-encrypt-query company-auctex-init :emphasize org-defkey pdf-sync-forward-display-pdf-key org-get-buffer-tags biblio--selection-insert-quit undo-tree-visualizer-mode-hook operator reftex-last-follow-point package--check-signature projectile-known-projects markdown-kill-ring-save org-edit-src-continue flycheck--process-send-buffer-contents-chunked custom-filter-face-spec flycheck-overlay-errors-at change-marks counsel-grep-function zerodark--git-face-cached not-at-end-of-line biblio-dissemin--pretty-print undo-tree-node-p dash--match-symbol lsp--path-to-uri--inliner facemenu-face-menu viper-util high-seconds end-block gettext ido-set-current-directory pdf-misc-context-menu-minor-mode-off-hook next-error-function ibuffer-filter-by-starred-name markdown-outline-fix-visibility eieio-default-superclass-list-p flycheck-compile semantic-toplevel-bovine-table custom-group-tag-1 use-package-\(:type\ git\ :host\ github\ :repo\ \"racer-rust/emacs-racer\"\ :package\ \"racer\"\ :local-repo\ \"emacs-racer\"\)-nil-nil epg-import-result-secret-unchanged wisent-char-p org-plus-contrib-autoloads nnmail-incoming-coding-system haskell-interactive-mode-eval-as-mode xref-etags-mode-off-hook markdown-exdent-or-delete reftex-goto-label straight-recipes-atomic-chrome-version eieio--class-precedence-bfs shallow magit-merge-into rainbow-delimiters--char-ineligible-p subword-left radian--python-use-correct-flycheck-executable select-method ep-token flycheck-teardown straight-recipes-seq-version s-prefix\? projectile-project-configure-cmd color-cie-ε keyval Copy\ Headerline\ Tag magit-obsolete straight-use-package-mode-hook color-cie-κ append-output-to-file company-tooltip-minimum-width cl-struct-package--bi-desc-tags haskell-session-from-buffer 0 u32r sanity-spec sp-point-in-string-or-comment rmail-mime-charset-pattern message-insert-header setq-mode-local 0 semantic-describe-tag true-master password-cache-key-id comint-replace-by-expanded-history :caller docstruct ivy-use-selectable-prompt flycheck-error-highlight-overlay Change\ Date\ +1\ day C-S-kp-1 ggtags-update-tags records xref-make-bogus-location biblio--flatten-map copy-websocket haskell-quasi-quote-face reftex-table-of-contents-browser dst-in-effect git-rebase Refile f-touch swiper-multi 0 0 help-back radian-fix-whitespace-mode-major-mode semantic-foreign-tag-p dependant erc-ignore ido-downcase-unc-hosts rmail-collect-deleted biblio-doi--restore-mime-accept 0 int-to-char vc-needs-update-state sp-splice-sexp-killing-backward semantic-brute-find-tag-by-function ibuffer-count-marked-lines auth-source-macos-keychain-create gnus-article-add-buttons gnus-summary-pop-limit help-with-tutorial-spec-language 0 ibuffer-maybe-save-stuff reftex-toc-include-context color-cie-de2000 0 markdown-promote sr-autoload-extensions reftex-find-file-externally markdown-footnote-counter-inc mail-extr-all-top-level-domains org-refile-get-targets semantic-tag-components haskell-completions-module-name-prefix minimal-match eshell-group-id lt-line keep-current biblio-decode-url-buffer wisent-defcontext websocket-debug pdf-isearch-focus-match-isearch 0 mail-to ido-pre-merge-state counsel-set-async-exit-code company-semantic-documentation-for-tag helm-moccur-buffer reftex-auto-update-selection-buffers ivy-previous-line-or-history system-flag :techreport 0 company-prescient-mode-off-hook org-clock-rounding-minutes wisent-save-reductions sp-state-last-syntax-ppss-result haskell-utils-parse-import-statement-at-point cljr-hotload-dependency message-goto-distribution grep-num-matches-found hydra-curr-body-fn diff-added-refined-background semantic-lex-newline mail-source-delete-crash-box pdf-tools-assert-pdf-buffer markdown-cycle-atx straight-recipe-overrides org-element--get-node-properties reftex-sel hydra--head-has-property pdf-occur-search-pages-left bookmark-end-of-version-stamp-marker lsp--registered-capability-by-id--inliner Info-quoted hydra-amaranth-warn-message nndiary-generate-nov-databases message-in-body-p company-auctex-bibs lsp--parser-headers ido-max-dir-file-cache company-search-mode-map cljr-raise-sexp company-display flycheck-protobuf-protoc-executable bibentry Custom-help haskell-hoogle-server-buffer-name semantic-show-parser-state-string cl--expr-contains rg-ibuffer bengali-akruti ffap-machine-p rmail-auto-file lsp--sync-methods custom-variable-reset-saved mouse-set-secondary turn-on-undo-tree-mode sp--self-insert-command-p auth-source--aget wisent-flush-shift lsp--make-text-document-item gfm-mode-abbrev-table company-init projectile-get-repo-files websocket-process-headers flycheck-parse-cargo-rustc nroff epg-user-id-string--cmacro 0 list-keybindings gnus-summary-limit-map python-shell-get-process allxr org-element-section-interpreter org-columns-skip-archived-trees projectile-detect-project-type succ-month shift-select-mode company-doc-buffer browse-url-text-emacs-args semantic-add-system-include timezone-time-from-absolute viper-highlighting widget-magic-mouse-down-action hl-line-overlay defun-other-window-name org-element-special-block-interpreter secondary-selection-exist-p --cl-block-lsp--parser-queued-requests-- projectile-find-implementation-or-test websocket-on-error pdf-info-creatable-annotation-types lsp--make-text-document-item--inliner counsel-grep-last-line atomic-chrome-server-ghost-text-port semantic-map-buffers ibuffer-diff-buffer-with-file-1 browse-url-firefox-startup-arguments rmail-simplified-subject-regexp emacs-lisp-file-regexp lsp-client-register-uri-handler sp-override-key-bindings gnus-group-send-queue words-include-escapes kmacro-pop-ring inhibit-trace tabbar-default chunkmode vhdl-sequential-process projectile-open-projects hydra-face-amaranth gnus-group-news-6-empty ibuffer-name-column counsel-wmctrl helm-ff-invalid-symlink grep-error hydra-ibuffer-action/ibuffer-do-occur-and-exit paired-bracket swiper-stay-on-quit hydra-ibuffer-filter/hint projectile-create-test-file-for ido-push-dir nnimap-wait-for-connection tablist-current-column flymake-proc--compilation-is-running epg-key-signature-class haskell-debug-preview-span :before-exit pdf-view-dark-minor-mode-hook tablist-display-buffer-split-below-and-attach doc-view-dvipdf-program straight-recipes-org-plus-contrib-version sp--cleanup-after-kill url-gateway-method gnus-last-article markdown-regex-pandoc-metadata projectile-ripgrep widget-key-sequence-map gnus-summary-set-bookmark Custom-no-edit ep-var hs-looking-at-block-start-p haskell-process-compute-process-log-and-command keyed-md5 semantic-highlight-func-mode-on-hook browse-url-process-environment lookaheadnum lsp-symbol-highlight hydra-ibuffer-main/ibuffer-unmark-forward haskell-process-queue-command biblio-insert-with-prefix markdown-complete-atx pdf-view-active-region-text reffmt natbib smartparens-text glasses haskell-navigate-imports-line xbody Float Biblatex counsel-semantic-format-tag tablist-minor-mode-off-hook 0 projectile-git-ignored-command pdf-util-edges-empty-p imenu--generic-function pdf-util-image-map-mouse-event-proxy :prompt shell-command-with-editor-mode info-standalone ffap-string-at-point swift-mode:debugger-prompt-regexp undo-tree-reverting-redo-in-region-p renamed-to find-directory-functions markdown-get-fenced-block-middle-properties Turn\ off\ Flymake text-scale-adjust newflag 0 wisent-automaton-p semantic-flex-enable-whitespace magit-branch-remote biblio--completing-read-function reftex-select-label-mode-hook use-package-\(:files\ \(\"bind-key\.el\"\)\ :package\ \"bind-key\"\ :local-repo\ \"use-package\"\ :type\ git\ :repo\ \"jwiegley/use-package\"\ :host\ github\)-nil-nil org-get-packages-alist real-master all-top-level-domains run-octave display-popup-menus-p minted org-bullets-mode-hook haskell-command-exec-live flymake-proc-diagnostic-type-pred winner-set-conf :idle \ Apply\ and\ Save\ cl-remf semantic-highlight-func-current-tag-face tablist-mode-map elbank-progressbar-overflow-face font-lock-syntax-paren-check zerodark-selected-window package-desc-reqs--cmacro markdown-next-line-blank org-export-ascii pr-toggle-file-landscape sp-do-put-cl :server-p org-return-indent org-list-get-list-begin \.text sp-wrap--finalize org-show-notification-handler :hidden-states counsel--unicode-table no-highlight use-region-p :html 0 markdown-before-export-hook org-mac-iCal projectile-process-current-project-buffers hydra-window/hydra-move-splitter-right org-element-example-block-parser 0 pdf-view--next-page-timer browse-url-galeon-startup-arguments org-export-odt cursor-spec gnus-group-list-flush-map tablist-current-filter sub-key-list :system-flag iso-8859-1-unix company-tooltip-visible-p global-auto-revert-mode-map haskell-debug-session-debugging-p recentf-filters flycheck-puppet-lint-executable lsp--workspace irange Configure\ project gnus-make-predicate radian--flycheck-disable-checkers pdf-view-bookmark-jump image-scroll-down ido-matches pdf-view-goto-page mac-dnd-insert-pasteboard-string atomic-chrome-edit-done-hook org-src--construct-edit-buffer-name buf1 buf2 ido-fallback-command srecode/insert xref--find-ignores-arguments server-done-hook my-notifier-path lprops parsebib-collect-entries hydra--make-defun bibtex-completion-notes-symbol counsel-imenu org-journal-highlight ivy-occur-revert-buffer url-queue-remove-jobs-from-host newc rrc-total vhdl-template :test-not renderers org-move-item-up save-place-forget-unreadable-files custom-buffer-done-kill mh-thread cl--transform-lambda use-package-\(:type\ git\ :host\ github\ :repo\ \"benma/visual-regexp\.el\"\ :package\ \"visual-regexp\"\ :local-repo\ \"visual-regexp\.el\"\)-nil-nil ivy--reset-state ivy-state-current mml1991-signers ffap-highlight-overlay haskell-indentation-toplevel-list ido-make-file-list :case-fold maxrhs gnus-summary-first-unseen-subject ivy--create-and-cd message-user-organization orgtbl-ascii-plot package-delete info-lookup->completions debugger-record-expression tablist-filter-names org-clock-goto-before-context Server\ Name\ Indication bookmark-menu-popup-paned-menu derives cljr-update-project-dependencies magit-ediff-show-commit bibtex-completion-notes-global-mode-buffers pdf-occur-revert-buffer-with-args magit-add-change-log-entry &allow-other-keys company-files--regexps buff 0 pdf-virtual-buffer-backward-file global-company-mode erc-nick-default-face cl-if-not message-send-mail-partially gnus-info-group company-gtags--tags-available-p bibtex-file auto-composition-mode-off-hook pdf-tools-msys2-directory cps--handle-loop-for must-match outline-next-visible-heading cl-map-keymap-recursively company-select-next-or-abort markdown-gfm-parse-buffer-for-languages reftex-move-to-previous-arg recentf-list package--has-keyword-p ffip-git-diff-current-file 0 Show\ Col/Row\ Numbers colir-blend-face-background listel Ispell\ Entry browse-url-firefox-arguments projectile-with-default-dir counsel-ag-function ibuffer-mark-for-delete flymake-perl-init mail-source-imap-file-coding-system ido-enter-switch-buffer :formatting lsp-imenu-show-container-name cl-print-compiled-button View\ Crossref pdf-view-auto-slice-minor-mode markdown-mode imenu-update-menubar 0 ox-beamer 0 browse-url-text-input-delay gnus-group-edit-group reftex-find-citation-regexp-format auth-source-netrc-parse-entries wordlist semanticdb-strip-find-results gnus-article-outlook-rearrange-citation --cl-block-lsp--parser-workspace--cmacro-- ivy-dispatching-done circe-channel-mode ignored-files ibuffer-display-summary org-caldav-save-directory bibtex-completion-normalize-bibliography shr-color-visible-luminance-min 0 ivy-overlay haskell-compilation-error-regexp-alist starttls-open-stream-gnutls gnus-home-directory s-capitalized\? ido-show-dot-for-dired semantic-fetch-available-tags reftex-index-include-context company-emulation-alist haskell-completions-pragma-name-prefix flycheck-error-id eshell-ls-symlink semantic-lex-end-point lsp-ui-doc-header git-commit-setup oname mc/skip-to-previous-like-this ruscii-mac --cl-block-lsp-diagnostic-message-- nomove tq-queue-add byte-compile-warning-series semantic-edits-are-safe ad-update-regexp lsp--symbol-information-to-xref lsp-ui-peek--size-list pdf-occur-buffer-mode-map straight-recipes-marshal-version flycheck-stylelint-args byte-compile-goto-if unloaded haskell-cabal-subsection-end :codeAction package-desc--keywords file-name-shadow-mode-on-hook sx-autoloads counsel-info-lookup-symbol Info-find-index-name hydra-ibuffer-action/ibuffer-do-rename-uniquely-and-exit biblio--selection-browse-direct 0 --cl-block-lsp--workspace-cmd-proc--cmacro-- radian--advice-inhibit-tex-style-loading-message bibtex-completion-notes-global-mode-map prefer-utf-8-dos bookmark-name rx-categories shm-display-quarantine package--compatibility-table reftex-tmp sp--self-insert-uses-region-strict-p semantic-symref-find-tags-by-completion isearch-printing-char ibuffer-format-qualifier semantic-lex-type-invalid byte-compile-print-syms company-calculate-candidates org-clock-heading-function kmacro-call-ring-2nd gnus-summary-put-mark-as-unread-prev-unread org-shiftleft-final-hook default-dir it-index semantic-symref-perform-search fields-width compilation-beginning-of-line use-package-\(:type\ git\ :host\ github\ :repo\ \"Sarcasm/company-irony\"\ :package\ \"company-irony\"\ :local-repo\ \"company-irony\"\)-nil-nil auto-save-default domain-bits 0 Create\ TAGS\ File flymake--diag-type--cmacro projectile--globally-ignored-file-suffixes-glob radian--mode-line-left org-export-org sp-splice-sexp 0 org-journal-enable-encryption tablist-edit-column hardware biblio--help-with-major-mode-1 flycheck-ghc-args eshell-ext Kill\ Message korean-hangul-two-byte gnus-dependencies-add-header diary-hebrew-insert-entry 0 win-width efs-replace-path-component gnus-killed-articles url-queue-url--cmacro tablist-window-attach display-time-world-mode-syntax-table cl--nsublis-rec make-nnimap--cmacro gnus-page-broken completion--cycling-threshold-type adjoin semantic-tag counsel--browse-history racket-insert-closing-brace vowel-sign mac-odb-received-apple-events pdf-cache-pagesize org-export-pdf mode-local-initialized-p completion-in-region gnus-request-thread bookmark-bmenu-mode-syntax-table \.\.\.in\ Echo\ Area go-gofmt haskell-debug-insert-bindings semanticdb-find-results-p ido-ignore-extensions pdf-util-clear-faces-cache eieio--validate-class-slot-value smartparens-ml epa-key-list-mode electric-pair--unbalanced-strings-p sp--update-override-key-bindings org-mac-idle-seconds haskell-debug-parse-break-point tablist-mark-backward ending wisent-initialize-closure org-journal-mark-entries wisent-accept-tag smartparens-haskell wisent-reduce-grammar-tables s-split-up-to byte-char-syntax ivy-prescient-mode-on-hook 0 org-columns-current-fmt-compiled gnus-summary-save-article-mail table-delete-row bibtex-init-sort-entry-class-alist pdf-util-read-image-position 0 counsel-org-goto-history browse-url-xterm-args :closing filename/process org-check-before-invisible-edit haskell-command-live--cmacro :shown dired--align-all-files epg--gv-nreverse projectile-ibuffer-by-project projectile-globally-ignored-directories latex-fragment lsp--parser-p--cmacro time-date debugger-eval-expression haskell-navigate-imports-find-forward-line auto-detect untrusted javascript-eslint reftex-query-index-macro-prompt browse-url-CCI-host payload message-interactive go-build electric-pair-conservative-inhibit markdown-heading ivy--minibuffer-setup message-newgroups-header-regexp semantic-tag-deep-copy-one-tag helm-selection url-inhibit-uncompression company-search-delete-char :variable-document powerline-reset custom-browse-variable-tag reftex-cursor-selected-face radian-lib-file ido-get-bufname undo-tree-mapc counsel-flatten-forest ffap-all-subdirs-loop markdown-exdent-region bbdb-create semantic-flex-tokens Info-find-node-in-buffer-1 mc-cycle-cursors browse-url-text-browser hydra-curr-on-exit tablist-edit-filter image--set-speed org-agenda-reset-markers invalid-slot-type eshell-for vc-possible-master separator-ediff-directories ivy--sorted-files reftex-ref-style-toggle straight--repo-cache ad-vAlUeS lsp--point-is-within-bounds-p--inliner markdown-conditional-search-function org-list-to-latex pretty-filename expand-history global-semantic-highlight-func-mode-on-hook lsp-ui-flycheck-list--post-command company-template-move-to-first :always-active workspace lsp--xref-make-item projectile-get-project-directories markdown-heading-3-atx 0 lsp-ui-peek--kind tags-next-table biblio-response-as-utf-8 hydra-add-font-lock tis620-mac f-read-bytes tide-mode-hook defun-point flymake-proc-master-make-init org-mac-firefox-insert-frontmost-url :negotiated-protocols gnus-summary-post-menu lsp-ui-peek--deactivate-keymap-fn mail-resolve-all-aliases lsp-ui-sideline-mode-map gnus-group-news 0 sp-ignore-modes-list 0 dir-exclusions flymake-show-diagnostic find-tag-search-function :recipe message-goto-eoh company-pseudo-tooltip-edit counsel-git-grep-proj-function flycheck-gnat-language-standard epg-import-result-secret-read 0 projectile-project-run-cmd eieio-slot-descriptor-name reductions-number deactivate markdown-heading-6-atx msname org-open-non-existing-files ido-pp gnus-summary-catchup-and-exit org-log-note-state :mouse-face-get Info-read-node-name shortcut iso-cvt-read-only browse-url-netscape-new-window-is-tab visit-file idlwave-code-formatting ucs-normalize-combining-chars diary-fancy-display-mode-abbrev-table use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/gnu-elpa-mirror\"\ :no-build\ t\ :package\ \"gnu-elpa-mirror\"\ :local-repo\ \"gnu-elpa-mirror\"\)--1137813685888334671-nil bibtex-completion-apa-format-authors maybeparams 0 byte-compile-save-restriction ibuffer-summary global-subword-mode-hook haskell-cabal-min-indentation sh-basic-indent-line url-request-extra-headers advice--normalize-place flymake-proc-get-ant-cmdline TeX-save-query cl-struct-flymake--diag-tags micro package-status-disabled counsel-describe-variable cl-print--number-table org-clock-clocktable-language-setup dired-rename-file ido-require-match paired-delimiter 2-arg :render/background cabal-checksum extended-spec projectile-keymap-prefix semantic-c-add-preprocessor-symbol scala-scalastyle radian-highlight-long-lines-mode-map bind-key xref-after-jump-hook compress-program :state message-goto-fcc imap-password org-add-log-note tls-program org-babel-check-confirm-evaluate :mac ffap-machine-p-local ibuffer-auto-mode-hook package-menu--mark-upgrades-1 biblio-make-url-button markdown-code-at-point-p string-to-multibyte straight-vc-git--pull-from-remote-raw biblio--brief-docs bright-background-green url-domsuf flycheck-syntax-check-p gnus-summary-set-process-mark company-plainify hydra-ibuffer-action/ibuffer-do-eval-and-exit ido-enable-flex-matching :initarg minusp ivy-display-function auto-revert-buffers-counter-lockedout ivy-occur-mode-syntax-table :max sicstus semantic-tag-folded-p semanticdb-minor-mode-p counsel-colors-action-insert-hex gnus-request-set-mark now-map websocket-illegal-frame nnimap-request-articles derived-mode-map-name :configure flymake-find-make-buildfile conflicts package-menu-view-commentary straight-popup-raw gnus-summary-unmark-all-processable pdf-isearch-batch biblio-doi--generic-url-callback-1 menu-bar-options-save demanded url-queue-p--cmacro flycheck-save-buffer-to-temp org-html-htmlize-generate-css flycheck-command font-family-list 0 flycheck-sass-scss-cache-location f-write-text org-clock-sound lsp-ui-doc-url term-raw-map projectile-globally-ignored-buffers wisent-TC ido-file-internal markdown-trim-whitespace suppress-list cl--declare-stack describe-mode-local-bindings-in-mode cuneiform ad-Advice-cua-delete-region gnus-summary-article-map haskell-completions-identifier-prefix org-journal-search-future-scheduled key-codes NO-CONTEXT company-explicit-action-p prescient-filter-method lsp--workspace-status--cmacro 0 partspecial org-agenda-finalize-entries global-undo-tree-mode-enable-in-buffers counsel-irony-annotate :foreign-flag visual-fill-column-split-window-sensibly bibtex-completion-notes-global-mode-cmhh lsp--range--inliner :match-alternatives markup-title-2-face graphic-only arabic rmail-input reftex-mode-off-hook org-export-icalendar js2-imenu-extras-mode projectile--find-dir gnus-atomic-progn-assign tooltip-event-buffer magit-reflog-rebase errbuf sp-indent-defun cedet-menu-map override-file eieio--class-precedence-list company--should-begin emacs-cask unless-error flymake-proc-compilation-prevents-syntax-check counsel-imenu-categorize-functions company-safe-backends-p projectile-filtering-patterns gate semantic-tag-put-attribute-no-side-effect bookmark-edit-annotation-mode-syntax-table swift-mode-lexer cider-repl semanticdb-find-tags-by-class ecomplete unexists semanticdb-find-result-length mh-letter markdown-check-change-for-wiki-link-after-change map-values-apply biblio-hal-lookup :candidates gnus-put-overlay-excluding-newlines magit-insert-modules-overview wisent-pad-string evil--jump-backward magit-commit-mode ad-arg-binding-field comint-add-to-input-history cider-sync-request:complete ido-cur-item highlight-uses-mode-point submitType_s :send-sync lsp--workspace-client--cmacro markdown-sub-superscript-display counsel-org-goto--get-headlines ffap-lax-url Schedule\ Item org-next-block Phases\ of\ the\ Moon monthnum org-clock-display-default-range org-entity-get gnus-group-browse-foreign-server haskell-indentation-push-indentation inf-ruby-auto-exit url-queue-pre-triggered keep-fp use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/logito\"\ :package\ \"logito\"\ :local-repo\ \"logito\"\)-nil-nil haskell-check-filter-overlays Emacs\ MIME\ manual xref-etags-mode-map reftex-label-info-update :match-start package--add-to-compatibility-table 0 0 global-atomic-chrome-edit-mode-hook elpy-modules ido-enter-magit-status straight-package-neutering-mode-on-hook edit-abbrevs-map fixed-case lsp-on-save ibuffer-map-marked-lines radian--mode-line-align 0 markdown-cycle 0 tablist-filter-parser-init ffap-fortran-mode dir-to-create ivy-sort-file-function-using-ido Man-goto-section Info-read-node-completion-table save-place-local-mode-off-hook rx-not counsel-projectile-org-capture lsp-ui--toggle overload reftex-splice-symbols-into-list haskell-indentation-mode-on-hook radio-button-choice lsp--workspace-p markup-gen-face 0 :skip-match haskell-process-suggest-haskell-docs-imports ibuffer-default-display-maybe-show-predicates blink-matching-paren-on-screen lsp-ui-sideline--calculate-tag font-xlfd-name bookmark-insert-location project-find-file-in projectile-project-unignored-directories hydra-ibuffer-main/keymap radian-join-keys undo-tree-p erc-stamp render-fn flycheck-xml-xmllint-executable wisent-print-state gnus-group-real-prefix markdown-show-children emulations tablist-do-flagged-delete org-caldav-backup-file undo-tree-make-region-data--cmacro tag-find-file-of-tag hs-block-start-regexp sp-last-wrapped-region ediff-mult inf-lisp org-eldoc-get-breadcrumb diff-removed-background counsel-async-ignore-re deactivation 0 two-column circe-query-mode 0 jsons-print-path lsp--parser-waiting-for-response nodigits fun-list ido-enable-tramp-completion isearch--state-case-fold-search--cmacro projectile-unignored-directories-rel refile url-bad-port-list ffap-rfc flycheck-eruby-erubis-executable use-package-autoloads/:bind* :diagnostic flycheck-emacs-lisp-check-declare refill markdown-get-used-uris package-desc-extras--cmacro semantic-imenu undo-tree-visualizer-parent-mtime ivy-state-matcher org-fill-template :conditions errs-errs debugger-args custom-variable-backup-value lsp--select-action retval use-package-handler/:init mml-secure-check-sub-key auto-revert-check-vc-info bibtex-completion-add-PDF-attachment lsp-ui-sideline--run gnus-summary-mark-forward websocket-conn--cmacro radian-fix-whitespace-global-mode-cmhh end-of-args eshell-util 0 magit-am-popup cl-builtin-gethash package-lint-flymake dabbrev--last-abbreviation epg-sub-key-secret-p--cmacro org-at-table-hline-p return indirect-variable build-directory markdown-syntax-propertize-fenced-block-constructs ivy-format-function-default bibtex-completion-insert-bibtex translation-table-vector w3-view-this-url pdf-view-close-document pdf-view-midnight-minor-mode-hook toc-nodes timezone-months-assoc company-search-words-regexp hydra-window/save-buffer sp-wrap-curly lsp-ui-peek--make-ref-line holiday-bahai gmm-message markdown-gfm-used-languages xref-backend-identifier-at-point company-cmake--candidates f-swap-ext websocket-ready-state :visibility-widget auto-revert-tail-mode-on-hook hydra-ibuffer-action/ibuffer-do-view-and-exit byte-rem :shebang package--emacs-version-list ibuffer-mouse-popup-menu cl-remprop ibuffer--maybe-erase-shell-cmd-output :msg company-template-after-clear undo-tree-mode-major-mode reftex-compile-variables reftex-type-query-help flycheck-overlays-in comint-redirect-results-list-from-process indent-next-tab-stop grep-mode-abbrev-table bookmark-buffer-file-name file-with-archives gnus-sort-gathered-threads org-clock-play-sound sparc-pascal-example tide-hl-identifier-mode company-search-mode-on-hook syntax-propertize--done package-menu--find-and-notify-upgrades eshell-special-chars-outside-quoting package-make-builtin counsel-preselect-current-file ivy--old-re forth-block-mode -cons* wisent-loop prescient--load feature-file sentence-end-without-period radian--clj-refactor-enable bookmark-bmenu-load semantic-ia-show-summary reftex-show-label-location gnus-expand-group-parameters swift-mode:builtin-method-face reftex-get-buffer-visiting bibtex-MVReference haskell-lexeme-looking-at-quasi-quote-literal tags-expand-table-name preserve-timestamps lsp--client-new-connection--cmacro cl-macro-list ido-eoinput webpaste-autoloads bare-filename ffap-url-p flycheck-register-config-file-var url-file-executable-p res-words toggle-save-place counsel--switch-to-shell url-user--cmacro gnus-summary-toggle-header windmove-constrain-loc-for-movement --cl-block-lsp--client-action-handlers-- org-duration-to-minutes mac-string-to-pasteboard-string auto-revert-find-file-function remove lsp-ui-sideline--occupied-lines ido-next-match-dir ftnchek flycheck-error-list-previous-error no-seckey gnus-override-subscribe-method dabbrev-result emms-stream-mode fancy-splash-screen hydra-ibuffer-sort/ibuffer-do-sort-by-recency global-company-mode-hook f-same-p url-queue-inhibit-cookiesp--cmacro org-note-abort reftex-multifile-symbols allowedp sp-in-code-p ivy--flx-featurep present-symbol describe-mode-local-overload right-count popup-is-open start-table biblio-dissemin--make-buffer org-journal-search-print-results ange-ftp-file-modtime pidfile etags-table python-tracebacks-and-caml toc-entry -partition-before-pred tablist-yes-or-no-p ruby-electric-autoloads bookmark-kill-line company-etags-ignore-case cl-struct-flycheck-error-tags diff3 halted projectile-all-project-files lsp-apply-commands x-uuencode ivy-pop-view ivy-calling use-package--warning10 haskell-interactive-mode-input :on-open use-package--warning13 ffap-require-prefix vc-dispatcher use-package--warning16 use-package--warning17 css-stylelint use-package--warning19 lein-midje --cl-block-lsp--workspace-server-capabilities-- imenu--truncate-items bibtex-entry-head semantic-symref-find-file-references-by-name markdown-incomplete-setext-p pdf-info-regexp-flags use-package--warning21 use-package--warning22 --count use-package--warning24 pdf-isearch-filter-matches-function pagelabels current-time-origin hs-hide-level-recursive haskell-process-extract-modules starttls-success ad-make-advice ibuffer-switch-format global-git-commit-mode-map history-length file+headline wisent-set-fderives use-package--warning31 eieio-class-un-autoload company-filter-printing-char semantic-analyze-possible-completions semantic-push-parser-warning use-package--warning36 lsp-ui-sideline--tag flycheck-pending-output auth-source-protocols backward-filter-group sp--get-handler-context flycheck-interrupt-command-checker Previous\ Round markup-complex-replacement-face dired-goto-next-file use-package--warning40 company-input-noop use-package--warning42 tag-word-match-p use-package--warning44 company-grab-line use-package--warning46 haskell-interactive-mode-goto-end-point eshell-cmpl use-package--warning49 radian--advice-org-agenda-default-directory gnus-summary-wide-reply-with-original use-package-\(:type\ git\ :host\ github\ :repo\ \"magit/ghub\"\ :package\ \"ghub\"\ :local-repo\ \"ghub\"\)-nil-nil semantic-throw-on-input wisent-RTC ad-make-hook-form use-package--warning50 use-package--warning51 use-package--warning52 haskell-cabal-section-data-start-column use-package--warning54 company--electric-commands ido-toggle-virtual-buffers use-package--warning57 Replace\ in\ Document wisent-count-sr-conflicts org-mhe-get-message-folder 0 senator-copy-tag-to-register company-files 0 timeclock-status-string use-package--warning60 use-package--warning61 json-post-element-read-function use-package--warning63 url-cookie-setup-save-timer bookmark-bmenu-inline-header-height ivy--format-function-generic ido-everywhere use-package--warning68 use-package--warning69 ibuffer-never-show-predicates wisent-parse-grammar haskell-indentation-parse-to-indentations tq-queue-head-regexp Info-extract-pointer pdf-util-scale-relative-to-points use-package--warning70 -iteratefn use-package--warning72 use-package--warning73 pdf-occur-dired-minor-mode-off-hook cl-struct-package--ac-desc-tags use-package--warning76 flymake--backend-state-reported-p lsp-rename lsp-format-region buffer-strings eshell-file-attributes rotate-frame gnus-group-group-unread parsebib-expand-xrefs isearch-describe-key ffap-read-url-internal use-package--warning81 gfm-view-mode-syntax-table tramp-get-completion-function use-package--warning84 lookaheadset use-package--warning86 tablist-map-with-filter haskell-interactive-mode-hook slime-symbol-start-pos counsel-el magit-ediff-show-unstaged calendar-bahai-epoch lsp-ui-peek-find-workspace-symbol helm-match-item ibuffer-filter-format-alist sp--gfm-point-after-word-p use-package--warning91 delete-on-destroy use-package--warning93 ivy-occur-mode-map use-package--warning95 counsel--cmd-to-dired-by-type hydra-key-regex use-package--warning98 tags-included-tables-function org-mac-grab-link reftex-parse-all flycheck-error-line--cmacro el-patch-require-ivy swiper-query-replace hydra--callablep markdown-nested-imenu-heading-index radian-show-git-mode-major-mode package-archive-contents find-tag-next-line-after-failure-p ob-groovy semantic-show-label 0 flymake-warnline hs-isearch-show-temporary hydra-ibuffer-main/heads projectile-create-missing-test-files ffap-newfile-prompt byte-set treemacs-persist-file cconv-liftwhen haskell-debug-get-span-string pdf-tools-locate-build-directory counsel-find-file-at-point company-dabbrev-code-other-buffers opt-args thing-at-point-file-name-chars set-shifts-nshifts ivy--resize-minibuffer-to-fit dired-copy-filename-as-kill to-groups mark-by-mode-regexp :accessor defun-other-window-form org-journal-update-org-agenda-files --each mml--possibly-alter-image debug--implement-debug-watch makefile-automake-mode eshell-substring radian-clojure-strings-as-docstrings-mode-hook org-preserve-lc format-function rainbow-delimiters-mode-map markdown-mark-subtree wisent-set-assoc purple json-pop ansi-color-context parsebib--match-quote-forward org-emphasize biblio-kill-buffers core-items reftex-delete-overlay title_s use-package-\(:type\ git\ :host\ github\ :repo\ \"pitkali/pos-tip\"\ :package\ \"pos-tip\"\ :local-repo\ \"pos-tip\"\)-nil-nil haskell-process-suggest-remove-import-lines 0 delete-saved-filter-groups describe-current-display-table company--search-update-predicate org-read-date-prefer-future ob-mscgen company--search-assert-enabled counsel-org-goto-face-style haskell-interactive-face-compile-warning use-package-handler/:bind flycheck-verilator-include-path haskell-reload-p alphabetic rmail-search-backwards markdown-include-title-properties severity ask-user package-help-section-name revision\ control mode-local-active-mode partial-rear deb-jump cl-least-positive-normalized-float company--inside-tooltip-p lsp--client-type ffap-c-path reftex-call-back-to-this-buffer markdown-follow-wiki-link-at-point lsp-diagnostic-p gnus-tmp-marked 0 window-group-start-function human-readable nintersection haskell-process-live-build object-slots read-buffer-function regs elisp-refs-autoloads straight-popup term-setup-hook gnus-kill-buffer pdf-isearch-wrap-function haskell-interactive-process idlw-shell sp--self-insert-commands semantic-debug-parser-source cl-deftype-handler diary-from-outlook-internal projectile-default-project-name company-candidates-predicate markup-title-5-face split parsebib--get-xref-fields reftex-cache-cite-echo flycheck-clear-errors coerce lsp-ui-peek-jump-backward projectile-file-exists-p semantic/util websocket-server-filter f-ancestor-of-p use-package-normalize/:bind-keymap* -uniq message-check-news-body-syntax superword reduction-table pdf-annot-list-annotations rmail-summary-mode ivy-state-frame--cmacro gnus-parent-headers electric-pair-skip-self swift-mode:repl-executable compilation-skip-visited custom-sort-items deb-cont ivy-remote haskell-interactive-face-result compilation-previous-error 0 f-canonical oldfnalias sb-image cua--fallback counsel-github-url-p zerodark-theme bookmark-bmenu-file-column occur nindex ps-print-page no-tc ivy-dynamic-exhibit-delay-ms org-table-create-or-convert-from-region gcov-called-line mode-local-equivalent-mode-p flycheck-go-megacheck-disabled-checkers prescient--frequency copy-package-desc imenu-space-replacement override-flag org-journal-time-entry-level ido-set-matches cl--struct-epg-new-signature-p--cmacro electric-pair--insert ebcdic-uk-dos :default-get el-patch-concat mac-pointer-resize-left-right orange flycheck-error-list-after-refresh-hook ivy--sort-files-by-date counsel-pt format-str TeX-insert-quote byte-compile-recurse-toplevel unresolved package-desc-full-name byte-pushconditioncase pdf-util-scale-points-to-pixel gnus-print-buffer ido-virtual-buffers parentheses ivy--flx-propertize ido-last-directory-list use-echo-area reftex-recursive-edit-marker lsp-ui-sideline--toggle-current cl-struct-undo-tree-register-data-tags cl--const-expr-val package--display-verify-error counsel-locate-action-dired radian--kill-buffer-delete-directory-if-appropriate siddham multind bugfix lsp-ui-peek--get-xrefs-list advice2 Lookup\ a\ String\.\.\. biblio-doi--dx-mime-accept reftex-cite-format-builtin ido-unc-hosts-cache semantic-overlay-put bookmark-old-default-file gnus-inhibit-demon showhide-fringe projectile-globally-unignored-files url-cookie nnmail-get-active kmacro-edit-macro-repeat lsp--capabilities prescient-initials-regexp straight-recipes-markdown-mode-version endnotes isearch-toggle-char-fold ffap-tex highlight-lines-matching-regexp erc-input-face org-goto-local-search-headings lsp--apply-text-edits \.port org-agenda-new-marker atomic-chrome-extension-type-list semantic-reset-system-include flycheck-eslint-config-exists-p encryption flymake-err-line-patterns ibuffer-cached-filter-formats nedges semantic-mode-hook compiler-macroexpand gnus-seconds-month helm-swoop-target-line-face company-prescient-mode-map purge-from-projectile-cache ibuffer-mark-help-buffers 0 org-journal-carryover repo markdown-cur-list-item-end erc-spelling mode-line-next-buffer parsebib--biblatex-inheritances tablist-read-equal-filter flycheck-haskell-ghc-executable winner-make-point-alist parenthesis counsel-command-history-action-edit-and-eval lpr-buffer tablist-filter-edit-display-help ido-record-ftp-work-directories org-get-local-tags-at flycheck-go-errcheck-executable ivy-recursive-restore counsel-git-log-cmd counsel--async-filter gnus-header-content --cl-block-lsp--workspace-registered-server-capabilities--cmacro-- \.payload\.text 0 org-bullets-bullet-list gnus-read-active-file-2 compilation-grep-find pdf-view-auto-slice-minor-mode-hook auto-revert-notify-watch-descriptor-hash-list make-obsolete-overload hydra-ibuffer-filter/hydra-ibuffer-main/body-and-exit 0 ido-find-literal markdown-insert-code widget-default-delete 0 center-paragraph auth-source-specmatchp smart lsp-ui-peek--find-xrefs author-year straight-recipes-clj-refactor-version semantic-complete-inline-project ibuffer-save-filter-groups haskell-process-do-cabal org-export-latex color-clamp org-clocktable window-min-height bookmark-bmenu-use-header-line ido-complete do-query-replace-regexp ad-position-p --cl-block-lsp--parser-response-result--cmacro-- avy-goto-symbol-1 nsm-save-host-names use-package-handler/:demand 0 image-previous-line browse-url-url-encode-chars reftex-try-all-extensions mac-separator-tab irony-version 0 hydra--format org-bibtex-write haskell-process-show-overlays projectile-root-top-down-recurring company-height bookmark-completing-read mml-secure-encrypt gnus-info-read bibtex-completion-clear-string-cache company-require-match-p crm114 haskell-align-imports-collect counsel--git-grep-count auth-source-netrc-search variable-pitch elbank-progressbar-fill-face x-mac-cyrillic lsp--parser smartparens-global-mode-off-hook rmail-get-attr-names cp932-2-byte timezone-make-sortable-date babel\ language gnus-read-active-file-p nnimap-find-connection show-paren-match haskell-font-lock-compose-symbol next-position electric-quote-comment counsel-git-grep-history frame-pixel-width pdf-info-getattachment-from-annot comment-empty-lines pdf-tools-set-modes-enabled :init-value window-group-start org-link-edit ido-is-unc-root 0 0 ibuffer-repair-saved-filters diary-insert-anniversary-entry org-beamer-export-as-latex haskell-process-set-response special-mode-hook :formatter f-relative chinese-gb18030-unix semantic-unmatched-syntax-cache-check TeX-macro-global save-filter-groups bookmark-show-annotation reftex-highlight-shall-die infix gnus-summary-mail-other-window multiple-value-setq ivy-history straight-recipes-memoize-version org-journal-search-follow-link-action pdf-occur-ibuffer-minor-mode-on-hook company-echo-strip-common-format gnus-summary-high-undownloaded-face f-equal-p el-patch-validate pdf-isearch-minor-mode-on-hook project-am straight-recipes-logito-version projectile-project-p auth-source--decode-octal-string compilation-mode-separator2 url-queue-buffer--cmacro haskell-indentation-expression-list flycheck-rpm-rpmlint-executable action-internal 0 semantic-highlight-edits-new-change-hook-fcn flycheck-javascript-eslint-executable saved-yank-menu true-filename custom-browse-group-tag-action gnus-long-file-names c-add-style semantic-lex-depth global-undo-tree-mode-hook erc-page projectile-remove-ignored nnmail-message-id-cache-length Multind 0 cmd-proc sx-open-link agenda-files-without-org-journal floatfig widget-documentation-string-action rmail-forwarded-attr-index gnus-continuum-version pdf-cache--prefetch-timer Info-final-node no-pubkey gnus-article-mark semantic-navigation-separator create-if-interactive-and-no-custom-id org-clock-continuously Custom-mode-menu compilation-page-delimiter bbdb-record-xfield markdown-forward-block semantic-new-buffer-fcn-was-run sh-variables ps-print-zebra php-eldoc lsp--make-document-range-formatting-params flycheck-jsonnet-executable straight-recipes-rust-mode-version use-package-\(:type\ git\ :host\ github\ :repo\ \"syohex/emacs-hcl-mode\"\ :package\ \"hcl-mode\"\ :local-repo\ \"emacs-hcl-mode\"\)-nil-nil tags-table-format-functions doc-view-desktop-save-buffer flycheck-parse-rustc use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/magit-gh-pulls\"\ :package\ \"magit-gh-pulls\"\ :local-repo\ \"magit-gh-pulls\"\)-nil-nil tablist-read-filter-name websocket-on-close--cmacro darcs el-patch-require-ruby-electric ibuffer-locked-buffer-p cider-inspect-defun-at-point company-eclim-executable-find Mark\ Block helm-ff-prefix use-package-\(:type\ git\ :files\ \(\"visual-regexp-steroids\.el\"\ \"regexp\.py\"\)\ :host\ github\ :repo\ \"benma/visual-regexp-steroids\.el\"\ :package\ \"visual-regexp-steroids\"\ :local-repo\ \"visual-regexp-steroids\.el\"\)-nil-nil noentries messagep f--traverse-upwards erc-paranoia url-queue-silentp clojure-indent-style nnir-swish-e-index-file flycheck-display-errors-delay yaml-ruby :domain Commentary 0 biblio-strip gnus-group-list-inactive-groups melpa global-atomic-chrome-edit-mode tags-apropos-verbose grep-tag-default imenu--create-keymap returnonerror ffap-dired company-prefix use-package-normalize/:config/el-patch nsublis package--build-compatibility-table css-mode-map hydra-window/lambda-z projectile-verify-file-wildcard org-list-search-generic Info-undefined ivy-set-prompt company-files-exclusions custom-face-get-current-spec global-flycheck-mode-buffers nnimap-split-fancy pdf-view--write-contents-function reftex-everything-regexp-no-index flycheck-verification-result-message url-file-name-completion semantic-symref-tool-grep-list-p use-package-handler/:disabled org-indent-agent-resume-delay counsel-ag-base-command gnus-adjust-marked-articles wisent-allocate-itemsets haskell-cabal-save-indentation server-with-environment atomic-chrome-edit-mode-major-mode projectile-test-prefix markdown-insert-header-dwim debugger-old-buffer subst-if-not :pos package--list-loaded-files lsp--markup-content-p 0 company-search-keypad custom-reset DocView use-package-\(:type\ git\ :files\ \(\"elisp/*\.el\"\)\ :host\ github\ :repo\ \"chrisdone/hindent\"\ :package\ \"hindent\"\ :local-repo\ \"hindent\"\)-nil-nil semantic-tag-with-position-p markdown-footnote-find-text flymake-diagnostics-buffer-mode-syntax-table semantic-init-mode-hook difference xref--next-error-function Info-build-node-completions-1 semantic-describe-buffer-var-helper recursive-path message-signature biblio-results-header-face lsp-ui-doc-background func ido-use-url-at-point tablist-filter-map reftex-vars magit-log-head gnus-group-sort-alist-function etags-tags-included-tables bibtex-autokey-name-case-convert browse-url-chrome company-echo-metadata-frontend flycheck-buffer-empty-p projectile-reset-cached-project-root org-self-insert-command reftex-add-to-label-alist :pre bad-signature org-agenda-set-mode-name reftex-what-special-env rmail-fontified org-get-org-file semantic-bovinate-nonterminal-check-obarray zerodark-modeline-buffer-identification lsp-completion-item lsp-ui-flycheck-add-mode gnus-mark-article-as-read nnir-search-history mouse-drag-throw iso-2022-8bit-ss2-mac lsp-diagnostic-range infty emerge haskell-interactive-prompt-read-only message-header-xheader projectile-bzr-command flycheck--verify-princ-checker :settings undo-tree-visualizer-mode Kill\ ring\ save org-redisplay-inline-images get* ido-wash-history after-setting-font-hook 0 flycheck-gfortran-warnings 0 moved-from seventh markdown-inline-code-at-point-p gnus-widget-reversible-to-external json-mode-standard-file-ext org-wikinodes semantic-ia-complete-symbol-menu avl-tree-size mml-secure-cache-expiry-interval org-capture-refile indent-region-line-by-line org-add-props :message widget-default-notify comint-last-output-start flycheck-racket-executable projectile-ignored-buffer-p browse-url-can-use-xdg-open Add\ THIS\ to\ Index\ Phrases namazu ido-enter-dired browse-url-netscape-send bibtex-completion-notes-mode-major-mode package-pinned-packages 0 epg-key-signature-validity--cmacro org-bullets-bullet-map magit-bookmark--status-make-record mm-inline-external-body mml-secure-encrypt-pgpmime Indent\ Region bovinate help-info ange-ftp-default-user :config hydra-ibuffer-main/ibuffer-forward-filter-group auth-source--aput-1 org-table-sum company-eclim--prefix bookmark-bmenu-mark open-access-status pdf-info-pdf-date-regexp haskell-interactive-mode-history-toggle tablist-named-filter ido-auto-merge-timer gnus-summary-save-in-vm radian-fix-whitespace-global-mode-enable-in-buffers bibtex-completion-notes-mode-on-hook 0 ffap-prompter 0 sp-get-quoted-string-bounds browse-url-kde-args frame-char-width projectile-commander-methods gnus-group-make-web-group try-r mouse-select-region-move-to-beginning accept-func gnus-list-memq-of-list Go\ to\ the\ inbox\ of\ a\ feed\.\.\. markdown-inside-link-p edits swiper--line c-eldoc-print-current-symbol-info do-applescript lexical-let f-this-file gnus-group-sort-flat org-export-texinfo rec-type markdown-gfm-code 0 blink-cursor-timer 0 on-message straight-recipes-js2-mode-version lsp-send-request ido-keep-item-list semantic-lex-block-streams newst-treeview straight--process-run biblio-arxiv--extract-id ivy-state-collection wisent-input 0 websocket-error flycheck-python-mypy-executable gnus-agent-read-servers-validate-native s-reverse hi-lock-faces 0 org-current-tag-alist widget-key-sequence-read-event tablist-selection-changed-handler reftex-label-mac-list semantic--tag-deep-copy-tag-list ido-initiate-auto-merge reftex-index-tag-face response-result semantic-popup-menu gnus-summary-wash-display-map gnus-newsgroup-ephemeral-ignored-charsets 0 org-crypt-tag-matcher semantic-highlight-func-mode custom-variable-documentation company--scrollbar sp-state-last-syntax-ppss-point--cmacro biblio-dblp--parse-search-results markdown-export-kill-buffer company-candidates-length magit-tag rec-values pdf-annot-add-highlight-markup-annotation biblio-selection-mode-hook object-of-class-p 0 semantic-insert-foreign-tag-change-log-mode f--path-separator epg-context-armor--cmacro restart-emacs compilation-mode-font-lock-keywords --cl-block-outer-- internal--build-binding-value-form package-desc-priority-version hydra-ibuffer-action/ibuffer-do-view-other-frame-and-exit url-handler-file-remote-p tls-checktrust smartparens-strict-mode-off-hook company-irony-c-headers company-auctex-symbols projectile-keep-project-p emacs-init-time deb-s0 deb-s1 deb-s2 straight-process-buffer tag-lines-already-matched markdown-mode-style-map bibtex-completion-parse-bibliography info-header-node counsel-git-log-split-string-re custom-add-parent-links js2-old-indent browse-url-epiphany-new-window-is-tab ido-delete-backward-word-updir debian markdown-text-property-at-point reftex-syntax-table-for-bib browse-url-netscape-sentinel dabbrev--last-table w3m-haddock-heading-face notmuch-message-summary-face Lookup\ a\ string\ and\ display\ index\ of\ results\.\.\. allprefix eieio--class-index-table--cmacro f-writable-p radian-find-init-el 0 bookmark-default-annotation-text company-abort-manual-when-too-short projectile-cabal-project-p swiper-window-width org--line-empty-p flycheck-start varid command-line-1 tag-symbol-match-p jabber-history-dir bs-appearance notmuch-search-unread-face pdf-view-enlarge scheduled-time ibuffer-filtering-qualifiers company-search-filtering markdown-edit-code-block-default-mode elisp-lint no-markup-p INDEX copy-file-notify--watch magit-blame-mode Info-isearch-pop-state markdown-compress-whitespace-string Info-next-menu-item 0 lunar front-context-string 0 reftex-index-support label-start semantic-stickyfunc-mode-off-hook :rc4 message-fill-field-address company-in-string-or-comment 0 magit-rebase ediff-window ibuffer-make-column-filename-and-process reftex-key-to-index-macro-alist getannot ffap-list-directory swiper--face-matcher reftex-save-parse-info Integer swift-mode:auto-close-multiline-comment sp-change-inner minibuffer-inactive-mode-map Buffer-menu-sort show-smartparens-global-mode-on-hook custom-themed package-desc-summary straight-recipes-go-mode-version tmm-shortcut project-bundle dont-check-for-anything-just-trust-me ivy-partial open-result browse-url-netscape-program f-guard-error :custom-reset-standard semantic-read-type nsm-temporary-host-settings gh-cache gnus-group-quit-config :delayed-hook projectile :match-edges str-to-insert recentf-cleanup prop-alist sh-indentation gnus-newsgroup-savable-name gnus-override-method global-semantic-highlight-func-mode-off-hook ivy-forward-char format-kbd-macro PDF\ Tools pdf-util-expand-file-name markdown-cycle-setext --every-p ebrowse-member f90-mode undo-tree-node-clear-visualizer-data replaced projectile-file-exists-cache-cleanup package--download-and-read-archives haskell-cabal-indent-line Search ruscii-unix :display-sort-function org-clock-has-been-used haskell-auto-insert-module-format-string 0 Add/Move\ Current\ File\ to\ Front\ of\ List acc used parse replacer gnus-update-missing-marks 0 f-append-text haskell-process-suggest-language-pragmas counsel-semantic-tags acl org-irc-ellipsify-description ffap-url-at-point haskell-font-lock-fontify-block tablist-edit-column-bounds ada coding\ system org-bibtex-export-to-kill-ring sp-pair-overlay-list notmuch-crypto-decryption semantic-before-toplevel-cache-flush-hook 0 counsel-linux-app-action-default reftex-arg-cite adj :value-inline bof-list :rem tablist-filter-binary-operator sym-temp-let magit-run-gitk-all newsticker-reader compilation-next-error counsel-grep-post-action-hook 0 eshell-search-path avy--style-fn ivy-kill-line org-clock-notify-once-if-expired message-remove-header sp--get-allowed-regexp pdf-view-use-scaling org-agenda-buffer semantic-parse-tree-set-needs-rebuild semantic-flex-keywords mode-local-use-bindings-p org-list-set-checkbox elapsed markdown-hr-display-char turn-on-haskell-decl-scan cdlatex-environment ido-enable-dot-prefix 0 ivy--flx-sort xref-match-item--eieio-childp bibtex-field-kill-ring-yank-pointer ido-directory-too-big-p &environment :collection lsp-ui-doc--set-eldoc epg-bug-report-address --cl-block-lsp-diagnostic-source-- haskell-interactive-next-error-function cedet-version company-occurrence-prefer-closest-above projectile-completing-read compilation--make-message eieio--defalias hexlify-buffer gnus-summary-prev-unread-same-subject default-port custom-comment-show epa-key-list-import-keys Markdown lsp--text-document-code-action-params display-table-slot message-auto-save-directory ido-bufs-in-frame define-key-after speedbar-file-face occur-mode-goto-occurrence-other-window smartparens-python org-koma-letter-export-to-latex org-element--cache-root reftex-renumber-simple-labels magit-submodule-popup after-input radian--mode-line-project-and-branch ibuffer-filter-by-filename isearch-start-hscroll org-sexp-date org-mhe-get-header s-count-matches compilation-get-file-structure copy-flycheck-error Save\ Document ido-default-file-method :switches org-export-default-language mailclient date2 minor-mode-list dense eshell-glob ibuffer-visit-buffer-other-window-noselect ibuffer-kill-line counsel--yank-pop-truncate ffap-menu-alist reftex-nth-arg request-thread hydra-ibuffer-mark/ibuffer-mark-read-only-buffers-and-exit lsp-eldoc-render-all dockerfile-mode-autoloads gnus-undo-last open-paren biblio--selection-next sr-term-cd-newterm sp-wrap-square aix compilation-in-progress xref--xref-buffer-mode-syntax-table markdown-get-fenced-block-begin-properties allow-newlines websocket-get-debug-buffer-create ivy--cd-maybe Find\ directory viper-backward-char gnus-score-headers gnus-summary-raise-score gnus-data-remove inversion-test diff-refine-removed cl--struct-class-parents windmove-window-distance-delta ivy--case-fold-p custom-browse org-create-customize-menu w32notify-rm-watch company--pseudo-tooltip-height lsp--error-string flycheck-error-list-explain-error radian--advice-help-disable-revert-prompt cps--make-unwind-wrapper thing-at-point-newsgroup-regexp la-elt gnus-summary-line-format haskell-indentation-phrase-rest no-longprefix mule-keymap projectile-determine-find-tag-fn string-delimiter crontab-mode global-semantic-idle-summary-mode gnus-request-create-group mml-boundary gnus-group-news-2-low hydra--strip-align-markers markdown-inline-image-overlays shr-color filter-by-filename apple swift-mode:build-config-keyword-face epa-field-name projectile-verify-file global-outline-minor-mode-cmhh dates sesman-autoloads websocket-server-p spook bibtex-completion-format-citation-cite ibuffer-column-summarizer rcirc-mode company-finish adjust ibuffer-do-view-1 org-get-indentation haskell-indentation-where-post-offset nnir-mode Day\ View dired-auto-revert-buffer gnus-summary-next-thread auto-revert-tail-pos amx not-this-window bookmark-bmenu-this-window :registered-server-capabilities cider-browse-spec 0 ivy--wnd-cands-to-str lsp-parse-error gnus-group-news-5-low gnus-splash browse-url-mozilla-sentinel absolute-start oetu-active-p flymake-after-change-function projectile-cache-current-file company-clang--completion-pattern haskell-process-do-try-info auto-revert-active-p counsel-pt-base-command global-undo-tree-mode-buffers org-journal-time-format temp-file-name ivy-mouse-offset lsp--make-hover-callback markdown-get-start-fence-regexp prescient-save-file t0-name org-indent-agentized-buffers counsel--generic websocket-send-text dabbrev--make-friend-buffer-list org-clock-idle-time quarters Custom-mode-map debugger-return-value sym-temp-map User-Agent jka-compr-info-file-magic-bytes lsp--imenu-create-index ibuffer-old-saved-filters-warning hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 1\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) use-package--warning3 use-package--warning4 multibyte\ character use-package--warning6 ivy-prev-action use-package--warning8 use-package--warning9 ido-minibuffer-setup session-dir -is-prefix\? kmacro-view-item-no compilation--flush-file-structure eshell-mode-map cl--generic-generalizer-name ps-print-buffer-faces Forward\ in\ history lsp--current-region-or-pos doc-view-current-slice ffap-file-exists-string execute haskell-session-lookup markdown-table-at-point-p-function org-journal-link company--search-assert-input gnus-map-articles org-follow-timestamp-link markdown-match-gfm-close-code-blocks haskell-debug-parse-stopped-at force-charset org-add-note projectile-get-other-files org-dblock-write:columnview ido-cache-ftp-work-directory-time update-directory-autoloads flycheck-error-list-entry-< personal ivy-magic-tilde 0 epg-sub-key-fingerprint--cmacro f-read-text markdown-command reductions-next ido-visit-buffer Build\ Full\ Customize\ Menu asm bibtex-completion-cite-command-history ido-final-slash Enable\ on-the-fly\ syntax\ checking font-latex-italic-face compose-region-internal pdf-util-edges-transform package-show-package-list paste company--fetch-candidates straight--determine-find-flavor gnus-summary-best-unread-subject asy reftex-create-tags-file php+-mode local-copy encrypt :run semantic-tag-function-arguments windmove-coord-add path1 seq-mapn ede-speedbar ns-do-applescript nospecial ido-makealist magit-process-ok flymake-compile bibtex-completion-pdf-symbol 0 message-sent-message-via :org-clock-minutes-custom cmax avy-styles-alist gnus-version markdown-match-propertized-text markdown-export use-package-normalize/:delight flycheck-ghc-stack-project-file ace-link--info-action pdf-util-required-hscroll sp-show-pair-from-inside straight-recipes-irony-version rfc2047-encode-function-alist gnus-tmp-false-parent ivy-state-directory hydra-ibuffer-main/body projectile-project-buffer-names opacity company--idle-delay org-decrypt-entries save-place-version-control beginning-of-visual-line package--bi-desc c-mode ivy-state-sort markdown-gfm-language-history gnus-member-of-valid haskell-presentation-buffer-name projectile-get-immediate-sub-projects --cl-block-lsp--client-response-handlers--cmacro-- sp-cancel-autoskip-on-backward-movement defun-buffer util semantic-parse-changes-default bgn nonterm websocket-p--cmacro undo-tree-node-next 0 flycheck-hlint-language-extensions gnus-treat-hide-boring-headers big5-hkscs-dos reftex-select-font-lock-fontify-region haskell-process-cabal :public-key-id 0 venue clevel hcl-mode haskell-cabal-section-add-build-dependency ams-tex-mode reftex-remove-symbols-from-list s-append highlight-uses-mode-replace cmem reftex-uniquify org-clock-cancel-hook erc-prompt-face word-start big hydra--head-set-property min-n gnus-summary-repeat-search-article-forward elisp-byte-code-mode-abbrev-table gh-orgs urlobj rmail-last-regexp company-prescient-transformer ibuffer-title-face mime-security gnus-article-loose-mime ido-max-work-directory-list package--prettify-quick-help-key lsp--gethash markdown--cur-list-item-bounds hydra-message-timer semantic-lex-keyword-invalid org-default-properties semact thcount sp-in-string-quotes-p cider-profile custom-magic eshell-user-id compressed-file pdf-util-scale-pixel-to-points 0 org-clock-user-idle-seconds eclipse-root Info-try-follow-nearest-node newsticker-faces xref-etags-mode-hook haskell-mode--skip-qualification-backward haskell-move-nested-left grouped-by-subs mark-forward s-lowercase-p eshell-uniqify-list hl-line-mode-hook hydra-ibuffer-action/ibuffer-do-shell-command-pipe-replace-and-exit projectile-globally-ignored-modes canadian-aboriginal haskell-debug-insert-current-context ivy-truncate-lines ob-R org-journal-format-date max-y pdf-tools-identify-build-directory published :async Beginning\ of\ Entry toc-levels ido-work-directory-match-only company-grab-word object-add-to-list :render/usecolors biblio-arxiv--parse-search-results biblio-doi--crosscite-url straight-use-package--straight-normalizer 0 bookmark-write-file cfengine-mode publisher magit-collab ivy-prescient--old-ivy-sort-file-function pdf-view-change-page-hook flymake-proc-get-make-cmdline bmk ruby-electric-closing-char haskell-check-paint-overlay parsebib-collect-comments semantic-next-unmatched-syntax haskell-sandbox-exists-p f11 completep haskell-compile-command org-agenda-get-restriction-and-command semantic-decoration-include-visit gradle message-sending wisent-parse-action reftex-bib-extra-face custom-comment-hide straight-recipes-ruby-electric-version hol-year-4 straight-recipe-repositories ivy-rotate-preferred-builders semantic-dependency-tag-file for-build boa reftex-label-info reftex-section-post-regexp :severity thisyear bof calendar-string-spread company-occurrence-prefer-any-closest hydra-ibuffer-action/heads 0 compilation-button-map org-clock-get-clocked-time bom spam-spamoracle reftex-auto-view-crossref-timer make-package--ac-desc score-mode epg--status-IMPORT_PROBLEM flycheck-verilog-verilator-executable bot iso-latin-4-unix abs-day bow bookmark-name-prop use-package-\(:type\ git\ :host\ github\ :repo\ \"jschaf/esup\"\ :package\ \"esup\"\ :local-repo\ \"esup\"\)-nil-nil lsp--client-last-id--cmacro byte-bobp message-header-other-face flycheck-locate-config-file-home org-face-from-face-or-color pdf-occur-revert-buffer cl--loop-handle-accum Count\ Entries :company-prefix-length prefer-utf-8-mac message-ignored-supersedes-headers mh-scan websocket-frame-completep web-mode markdown-fontify-list-items websocket-frame current-buffer-name json-data flycheck--clear-idle-trigger-timer gnus-newsgroup-expirable magit-reflog-cherry-pick atomic-chrome-httpd-send-response bibtex-completion-prepare-entry tq-queue-empty bibtex-completion-notes-global-mode-on-hook yaoddmuse-mode vect bibtex-autokey-titleword-case-convert flycheck-fringe-face lt-column 0 mail-abbrevs-disable company-capf org-agenda-mode TeX-active-styles flycheck-option-gfortran-layout org-list-get-item-begin -find-indices counsel--linux-apps-cache-timestamp proxy-function eieio-set-defaults org-overlay-before-string :org-clock-minutes-default biblio--selection-previous display-term biblio--selection-extended-action 0 flymake--overlays etags-xref-find-definitions-tag-order haskell-session-all-modules option-missing tablist-filter-unparse bookmark-search-size compilation--compat-parse-errors org-choose do-shell-command-file websocket-sentinel copy-lsp--registered-capability ivy-switch-buffer-kill global-atomic-chrome-edit-mode-off-hook preview-TeX-style-dir :mtime cl-most-negative-float LaTeX\ Math\ Support reftex-find-reference-format erc-services cdl tq-process-buffer lsp--send-notification--inliner gnus-group-customize pr-toggle-faces ch1 lsp-common lsp--get-end-position core-next biblio-dissemin--parse-buffer gnus-pp-to-string elisp-archive-directory org-check-for-org-mode semantic-flex-depth sp-get-hybrid-sexp cl-struct-file-notify--watch-tags erc-display request-close pcomplete-use-paring gnus-summary-write-to-file f90 reftex-typekey-list flycheck-scala-scalastyle-executable org-clock-mode-line-map other-window-for-scrolling flycheck-verification-result-label url-setup-done ido-prev-work-file copy-lsp--parser :custom-form electric-pair--balance-info compilation--compat-error-properties LaTeX-insert-left-brace radian ebrowse --cl-finish-- xlfd-regexp-adstyle-subnum change-timer-disabled erc-list mail-dedicated-frame geiser-implementation company-clang-required-version ghub org-element-superscript-parser prefered-coding-system delsel-unload-function char-fold g++ org-clock-remove-empty-clock-drawer :allow-nil-initform wisent-new-state lsp--before-save dont-check gnus-summary-use-undownloaded-faces twig-mode Index\ Style notmuch-search-subject org-clock-default-task helm-swoop-target-line-block-face :key-exchange xref--collect-matches-1 Open\ project\ in\ dired atomic-chrome-buffer-open-style use-package-as-symbol bibtex-parse-association epg-user-id-string flycheck-checker-supports-major-mode-p counsel-load-theme-action gh-profile semantic-highlight-func-highlight-current-tag dabbrev--goto-start-of-abbrev cp437-dos markdown-move-subtree-up eshell-io Renumber\ Simple\ Labels default-prec inferior-python-mode ffip-find-files company--continue haskell-complete-module-component ivy-format-function-line advice semantic-varalias-obsolete no-wait flymake-proc--temp-master-file-name semantic-decoration-unparsed-include-do-reset auth-source--aput score-file etags-select-find-tag geiser-chibi sparc-pascal-line bookmark-current-buffer ffap-file-finder custom-toggle-parent lsp-ui-doc-mode-off-hook flymake-proc-simple-make-init-impl gnus-browse-foreign-server ibuffer-make-column-read-only seconds-to-string xref--convert-hits s-replace-all initial-frame-alist bzr flycheck-def-args-var cached-for idlwave-routine-info TeX-plain-tex-mode completion-pcm-word-delimiters show-smartparens-mode-map epg-key-owner-trust inf-ruby-minor-mode reftex-locate-file 0 sorted markdown-mark-page Info-file-supports-index-cookies-list package--find-non-dependencies HOST_NAME magit-rebase-skip reftex-expand-path number-of-article flycheck-cppcheck-suppressions-file org-thing-at-point :locate cl-struct-eieio--class-tags eshell-ls ido-current-directory haskell-utils-compose-type-at-command quarter Previous noselect org-clock-into-drawer enable-multibyte-characters initarg-tuples reftex-abbreviate-title json-read-number commit slot-missing markdown-wiki-link-alias projectile-find-implementation-or-test-other-window message-send-news-hook hack-charsets starttls-process-connection-type cl-coerce Reset\ RefTeX\ Mode ace-link--org-action index-key-end-re haskell-mode-stylish-haskell-path url-cookie-p--cmacro semantic-dump-parse undo-tree-pull-undo-in-region-branch epa-error-buffer reftex-max-section-depth response-handlers semantic-debug bookmark-get-annotation company-xcode-reset tablist-filter-pop shiftp dired-dnd-popup-notice :previous-string shifts nonl pdf-view-after-change-page-hook sp-point-in-blank-line wisent-set-goto-map message-header-cc local-start projectile-check-vcs-status no-export undo-tree-visualize-switch-branch-left mm-uu-pgp-encrypted-extract-1 calendar-daylight-time-offset semantic-make-local-hook haskell-interactive-mode-old-prompt-start shr-color-visible f-readable-p magit-stash-branch markdown-match-gfm-open-code-blocks wisent-action-row wisent-skip-token wisent-traverse override-global-mode-hook lsp-ui-mode-off-hook elpy-refactor compilation-warning-face :local-pairs display-time-mode-map spray cl-cdadar projectile-idle-timer-seconds reftex-index-math-format :init biblio--throw-on-unexpected-errors ibuffer-mark-read-only-buffers \(Un\)Comment\ region cpp org-show-notification data-debug-insert-stuff-list coffee-mode counsel-org-goto-action _new-value cut-width haskell-blank-line-p hmac-def flymake-proc-real-file-name-considering-includes markdown-syntax-propertize-pre-blocks gnus-article-remove-images outside-comment lsp-ui-peek-jump-forward spam-use-bsfilter gnus-set-mode-line custom-invalid starter-indent recent solar-data-list geiser-faces ibuffer-do-view dav ivy-add-newline-after-prompt lsp-ui-doc--render-buffer day undo-tree-region-data-redo-end Occur\ document helm-header-line-left-margin counsel-customize-face nnir-imap-search-arguments url-queue-url company-xcode-fetch undo-tree-visualizer-select-left sprec hl-line-face python-mypy url-file-symlink-p ivy--highlight-function magit-log-trace-definition projectile-associated-file-name-extensions org-agenda-insert-diary-make-new-entry org-use-tag-inheritance diagnostic url-cookie-delete-cookies hydra--head-property projectile-select-files reftex-memory lsp-ui-peek--peek-hide Describe\ Package org-babel-default-inline-header-args mm-find-mime-charset-region semanticdb-database-typecache-p cte ibuffer-clear-filter-groups haskell-doc-show-type do-not-find-pdf counsel--descbinds-cands art-group pdf-occur-global-minor url-cookie-value org-clocktable-defaults Hebrew\ Date markdown-regex-declarative-metadata sx-ask evil-search-module sp-backward-up-sexp 0 copy-rectangle-to-register debugger-insert-backtrace gnus-article-ignored-charsets custom-face-edit-all ruby-electric-space/return url-queue-callback--cmacro haskell-process-clear mm-automatic-external-display-p literal+initialism use-package-\(:type\ git\ :host\ github\ :repo\ \"ellerh/peg\.el\"\ :package\ \"peg\"\ :local-repo\ \"peg\.el\"\)-nil-nil semantic--tag-deep-copy-value s-capitalized-words w32-pipe-buffer-size ox-taskjuggler der des pdf-info-search-regexp rx-atomic-p esup-depth flycheck-count-errors pdf-cache--image-cache flycheck-d-base-directory org-level-2 org-clock-interrupted-task pdf-occur-buffer-mode-abbrev-table flycheck-flake8-maximum-line-length markdown-check-change-for-wiki-link org-level-7 magit-rebase-abort sp-text-mode-emoticon-p pdf-tools-toggle-debug cvs flycheck-typescript-tslint-rulesdir all-strings package--read-pkg-desc flycheck-error-buffer--cmacro haskell-hoogle-kill-server gnus-get-newsgroup-headers-xover tablist-filter-edit-filter ido-ignored-list copy-url-queue lsp--symbol-to-imenu-elem marked-line :sources compilation-menu-map wisent-prec :dense GFM\ Code\ Block smartparens-global-mode 0 nnimap-find-uid-response reftex-search-document gnus-put-text-property-excluding-newlines company--multi-candidates-mapper zerodark-warning-face :custom-mark-to-reset-standard ido-wide-find-dir ad-Advice-cua-replace-region isearch-unread reftex-latex-syntax-table old-unexists keyfreq-file-lock update-header stateno reftex-referencing-labels die coding-category-utf-8 company-modify-line first-reduction counsel--unicode-names bootstrap-version LAno custom-face-edit Lines tags-apropos-additional-actions f-ext\? browse-url-maybe-new-window ibuffer--near-buffers dir pdf-info-getoptions isearch-regexp lv-use-separator color-saturate-name bindat-length 0 debugger--backtrace-base zerodark-git-face undo-tree-visualizer-selection-toggle-diff ffap-read-file-or-url-internal reftex-where-am-I --- sp-show-pair-match-content-face 0 --all\? gnus-tmp-news-method-string markdown-table-at-point-p flycheck-error gnus-face-3 browse-url-default-macosx-browser radian-after-init-hook no-littering-expand-var-file-name atomic-chrome-on-message do* nnmail-prepare-save-mail-hook smartparens-mode-on-hook company-etags-modes reftex-auto-mode-alist reftex-view-crossref 0 :after-exit find-additional old-max semantic-tag-expand-function f-directories C-down-mouse-2 biblio-dissemin--insert-record hydra-ibuffer-mark/ibuffer-mark-compressed-file-buffers-and-exit nunion flymake-simple-make-java-init company-grab-symbol markdown-backward-paragraph ibuffer-compile-make-substring-form org-clock-insert-selection-line haskell-ident-pos-at-point :apply dp1 group-n company-fill-propertize message-checksum org-agenda-mark-header-line counsel-minibuffer-history docstruct-symbol wildcard-to-regexp org-element-src-block-interpreter reftex-label-support ibuffer-sorting-mode --cl-block-lsp-diagnostic-p--cmacro-- gnus-summary-write-article-body-file group-sym org-cmp-tag eshell-host-names semantic-stickyfunc-indent-string vr/query-replace custom-buffer-create-internal tq-queue-head-closure haskell-indentation-bird-outside-code-p ffap-latex-guess-rules gnus-group-kill-level pdf-util-munch-file straight-recipes-undo-tree-version 0 company-reformat pdf-annot-mouse-add-text-annotation 0 message-delete-not-region projectile-save-project-buffers lsp-ui-flycheck-list-mode-abbrev-table cl--generic-struct-generalizer notmuch-crypto-signature-good dns f-root-p url-handler-unhandled-file-name-directory org-clock-resolve-clock ov-end markdown-maybe-funcall-regexp doi ido-delete-file-at-head ivy-completing-read-ignore-handlers-depth reftex-finding-files pp-last-sexp :properties :match ivy-bibtex-insert-citation window--resize-child-windows-skip-p --cl-block-lsp--workspace-status-- dos dot notmuch-search-date hl-line-mode-map cljr-add-use-to-ns org-bbdb-anniversary-format-alist 0 counsel-locate-function url-host :val :include flymake-fringe-indicator-position 0 shared ruby-rubylint biblio-lookup cl-&optional-arg org-clock-in-switch-to-state comp tags-table-check-computed-list ivy-set-action which :uri dired-mark-prompt frame-title projectile-configure-cmd-map 0 tablist-display-filter-mode-line-tag sh-remember-variable atomic-chrome-get-frame sp--calculate-indentation-offset reftex-toggle-auto-toc-recenter include-file gnus-group-get-parameter-function :use ffap-kpathsea-depth counsel-root-command undo-tree-redo-1 compilation-goto-locus browse-url-gnudoit-program archive-lzh :initial-offset flycheck-sql-sqlint-executable use-package-hush haskell-stack-ghc cljr-change-function-signature org-clock-goto-may-find-recent-task non-unique flymake-proc--get-include-dirs-dot magit-branch-local --cl-block-lsp--client-action-handlers--cmacro-- flycheck-find-checker-regexp gnus-keep-same-level straight-recipes-ace-window-version --split-when $snd ind-sexp flymake-php-init pdf-util-highlight-regexp-in-string perl-mode ido-before-fallback-functions projectile-invalidate-cache url-http-end-of-headers xref--show-pos-in-buf use-package-\(:local-repo\ \"org\"\ :files\ \(:defaults\ \"contrib/lisp/*\.el\"\)\ :package\ \"org-plus-contrib\"\ :type\ git\ :repo\ \"https://code\.orgmode\.org/bzg/org-mode\.git\"\)-nil-nil dst s-starts-with\? gnus-cache-enter-remove-article mail-header-set-message-id keep-mode-if-same copt erc-goodies smartparens-strict-mode-hook org-agenda-current-span yaoddmuse-wikiname undo-end websocket-on-message--cmacro reftex-label-ignored-macros-and-environments Markup\ Completion\ and\ Cycling org-clock-clock-out org-eldoc-breadcrumb-separator package--initialized markdown-electric-backquote -map-first pr-customize biblio--help-with-major-mode mh-tool-bar core gnus-article-decode-charset rassoc-if markdown-gfm-get-corpus :no-require display-line-numbers-type mail-source-strip-keyword tty-color-mode-alist elpy-django 0 prolog url-queue-start-retrieve company--capf-cache json-mode-beautify flymake-diagnostic-beg company-callback keep-file semantic-mode-on-hook em-alias all-the-icons--icon-info-for-buffer external-symbols company-echo-show-when-idle counsel-git-log-function company-mode-major-mode flycheck-display-errors-function wisent-state-table-size message-goto-cc gnus-same-method-different-name gnus-group-sort-groups-by-alphabet flycheck-python-mypy-ini keve mail-source-callback debugger-bury-or-kill lv-message face-italic-p spam-bogofilter flymake-proc--replace-region projectile-test-project global-outline-minor-mode-enable-in-buffers bookmark-edit-annotation-mode undo-tree-make-redo-region-data Switch\ to\ open\ project rlhs nnir-hyrex-additional-switches reftex-reset-mode -dotimes wisent-cook-tag eshell-script installation scripts methname ogonek :company-match org-agenda-filter-expand-tags ivy--prompt-selected-p journal-entry splash_url reftex-index-section-face pdf-occur-history doc-view-scale-bounding-box f-uniquify-alist company-scrollbar-bg hydra-ibuffer-filter/ibuffer-filter-by-name gnus-mh 0 f-dirname 0 synctex-backward-search aggressive-indent-mode caller ido-make-buffer-list-1 gnus-article-highlight-headers rmail-delete-headers hour-fix Bibentry sx-switchto-map reftex-view-crossref-extra layout-indent markdown-wiki-link-alias-first gnus-group-spam-exit-processor-blacklist -tree-mapreduce lsp-on-open epg-import-keys-from-string pdf-info-quit org-list-get-prev-item caption pdf-view-text-regions-hotspots-function \.\.\.in\ Other\ Window global-hl-line-unhighlight flycheck-puppet-parser-executable auth-source-delete woman-faces background-blue url-rlogin browse-url-url-at-point org-transpose-element ruby-electric-mode-map company-preview-common--show-p pdf-view-create-image TeX-auto-apply biblio-arxiv--pdf-url semantic-tag-overlay reftex-what-macro field-width semantic-cache-data-to-buffer f-move --cl-block-lsp-diagnostic-line-- radian-fix-whitespace-global-mode-buffers gnus-no-server Certificate\ Type bookmark-bmenu-ensure-position company--scrollbar-bounds info-lookup-change-mode lsp-highlight-symbol-at-point reparsed-files hydra-ibuffer-sort/ibuffer-do-sort-by-size lsp--set-code-action-params ->> lsp-ui-imenu--win-separator clojure-convert-collection-to-quoted-list window-conf custom-buffer-style menu-bar-make-mm-toggle default-info hypertext company-scrollbar-fg separator-ediff-windows markdown-export-and-preview flycheck-parse-xml-string tool-bar-setup watchpoint company-idle-begin Continuous lsp-demote elems third math-mode rfc2047-encode-max-chars org-agenda-entry-text-show scheme Insert\ Task\ List\ Item ffap-rfc-directories org-small-year-to-year bibtex-completion-insert-reference pdf-occur-global-minor-mode-on-hook eieio-object-name hydra--input-method-function lsp-ui-doc--hide-frame random-state-p gnus-summary-dummy-line-format-spec nocheck markdown-outdent-region gud-tooltip-mode flycheck-clang-include-path auth-source-do-cache company-lighter :typemodifiers flymake-diagnostic counsel-git-grep-switch-cmd company-xcode-types dired-do-search ivy--insert-minibuffer biblio-dissemin--url outlineify-sticky thisq counsel-linux-app-format-function-name-first semantic-parse-tree-unparseable websocket-frame-too-large epg-signature-digest-algorithm custom-group-reset-saved diff-hunk-header custom-magic-value-create not-newline markdown-content-type calc-dispatch s-format checkbox reftex-check-parse-consistency symbol2 flycheck-python-pycompile-executable markdown--table-at-point-p straight-vc-git--decode-url prefix-command--last-echo haskell-presentation-slot-button ld-script reftex-macros-with-index flycheck-php-phpcs-executable bindat--unpack-u8 gnus-convert-image-to-gray-x-face parsebib-read-entry helm-candidate-number semantic-ignore-comments template-haskell-quote cl-declarations-or-string flycheck-syntax-check-new org-disputed-keys :start-line wisent-production-bounds mm-uu lsp--send-notification far vc-sccs ivy-kill-ring-save flymake-proc--unprocessed-mark gnus-uu tophl counsel-rhythmbox-play-song chinse-two-byte undo-tree-node-redo--cmacro atomic-chrome-server-atomic-chrome vhdl haskell-debug-parse-history-entry custom-face-edit-activate terraform-mode-autoloads show-smartparens-global-mode-map ido-wide-find-dirs-or-files radian--projectile-indexing-method-p semantic-flex dart-mode counsel-git-grep-query-replace org-clock-task-overrun-text epg--status-GET_LINE reftex-get-cite-format lisp-complete-symbol global-atomic-chrome-edit-mode-check-buffers org-bullets-mode-off-hook gnus-group-news-low-empty-face ivy--subexps markdown-extend-changed-region pdf-view-next-page custom-face-action gnus-goto-char interactive-buffer org-x11-idle-seconds lsp-ui-sideline-show-code-actions ido-cache-ftp-valid fcv adaptive-fill-regexp flycheck-json-jsonlint-executable tablist-mode-filter-map message-completion-function finder-unknown-keywords utf7-decode debugger-mode-abbrev-table vc-file-setprop smex-rank company-cmake--parse custom-state pdf-isearch-current-colors org-babel-execute:sclang feedmail-queue window-id gnus-asynchronous run-haskell haskell-process-set-suggested-imports start1 start2 haskell-navigate-imports-start-point pdf-info-getselection abszone projectile-project-unignored-files ad-get-cache-definition ido-make-merged-file-list biblio--read-query _val ivy-kill-word TeX-modes org-babel-temp-file ivy-exit org-outline-level reftex-no-info-message doc-view-last-page counsel-linux-apps-faulty --remove-last line-end hfy-optimizations nnimap-convert-partial-article haskell-process-filter matches message-send-mail-with-mh custom-group-save ert-kill-all-test-buffers mml-smime-verify-test haskell-process-haskell-docs-ident shr-image-map org-context swiper-invocation-face org-habit-p method-or-server match-data-list find-tag-regexp-next-line-after-failure-p ivy-help-file parsebib-find-bibtex-dialect lsp-ui-peek-find-implementation cperl-affected-by-hairy verify-tags-table-function fortran-gfortran zerodark-error-face 0 semantic-customize-system-include-path haskell-cabal-goto-section-type err-table gnus-group-timestamp pdf-misc-size-indication-minor-mode-off-hook image-mode-winprops-original-function wisent-push-var Mark\ Section racket-repl-mode criteria meghanada-server-install-dir flycheck-first-error org-clock-get-table-data debugger-step-after-exit image-type-from-buffer haskell-debug-with-modules :depth filter-by-size-gt company-show-location electric-help bookmark-name-from-full-record compilation-fake-loc company-ensure-emulation-alist ivy-state-def gnus-group-mail-1-low gnus-server-add-address message-forward-make-body-digest-plain org-edit-src-abort tags-table-set-list url-file-writable-p 0 company--capf-data-real avl-tree-stack-first lsp--window-show-message gnus-summary-raise-same-subject-and-select undo-tree-visualizer-selection-mode ediff-odd-diff-A ediff-odd-diff-B ediff-odd-diff-C zerodark-buffer-coding company-eclim-auto-save flymake-proc--find-buildfile haskell-cabal-section-name tablist-do-operation hydra-window/heads fn2 mm-default-directory cl-struct-url-queue-tags grep--save-buffers nnmail-cache-fetch-group 0 s-prefix-p haskell-process-restarting websocket-frame-payload gnus-execute ivy-occur-grep-mode-syntax-table haskell-process-file-loadish org-clock-sum-custom semantic-alias-obsolete is_primary semantic--tag-copy-properties grep-find-ignored-files smartparens-strict-mode-map company-dabbrev--time-limit-while ivy-pop-view-action haskell-process-send-string image-mode-as-text nnimap-update-infos ad-Advice-tq-process-buffer meson pdf-view-max-image-width mail-rfc822-time-zone org-clock-mode-line-total gnus-group-unread browse-url-conkeror-new-window-is-buffer counsel-git-stash-kill-action semantic-set-unmatched-syntax-cache xselect-convert-to-string set-errs-nerrs flt nnir-swish++-additional-switches markup-meta-hide-face avy-tree flx ibuffer-update-saved-filters-format haskell-mode-before-save-handler org-journal-search-by-string semantic-symref-find-text completion-in-region--data haskell-debug-get-breakpoints -reject-first counsel-ibuffer--get-buffers sp--keep-indentation reftex-section-or-include-regexp binary-overwrite-mode jikes-file biblio--selection-mode-name-base unnumbered org-capture-goto-target websocket-get-opcode ido-everywhere-hook global-auto-revert-ignore-buffer s-pad-right reftex-cache-variables url-encoding-table markdown-range-properties-exist big5*-* async-autoloads company-eclim-executable gitconfig-mode compilation-minor-mode-off-hook god-mode-self-insert rmail-get-remote-password comint-buffer-maximum-size semantic-tag-incompatible-version file-link whitespace-indentation Final\ Node gnus-setup-news Goto\ Today markdown-insert-link-button flymake-running-backends custom-raised-buttons gnus-group-spam-exit-processor-ifile custom-guess-doc-alist vc-bzr json-encode-alist after-p rmail-mime-message-p help-go-forward biblio-format-bibtex :sibling-args org-journal-hide-entries-p org-link-follow f-copy-contents sp-pair-list Mark\ All\ Obsolete\ for\ Deletion ediff-vers pdf-cache--data ace-link--woman-action compilation-next-error-function fpr haskell-process-prompt-restart-on-cabal-change subword-find-word-boundary pdf-misc-popup-context-menu 0 reftex-find-label-regexp-format2 org-find-entry-with-id geiser s-chomp isearch-yank-char symname radian-highlight-long-lines-mode-on-hook saved-match-data nomessag projectile-cached-buffer-file-name semantic-something-to-tag-table lsp-generalise-applicative --split-with semantic-current-tag magit-section magit-diff-hunk-heading-highlight epg--status-POLICY_URL flycheck-ghc-package-databases typescript-mode-autoloads package--ac-desc-extras kill-compilation One\ File haskell-mode-buffer-apply-command sortkey package--append-to-alist 0 counsel-describe-face rfc2047-syntax-table flop-frame Options khar Mark\ Paragraph filename-and-process counsel-org-headline-display-style pcomplete-continue gnus-check-reasonable-setup org-clock-total-time-cell-format mc/mark-pop org-bibtex-prefix flycheck-haskell--find-default-directory gnus-summary-push-marks-to-backend xref-after-return-hook gnus-group-sieve-map key-name epa-key :table-special takeprompt ivy-completing-read-dynamic-collection supercite-frames reftex-prefix uri_s 0 gnus-request-pseudo-article org-element-strike-through-parser json-number-format counsel-linux-app-format-function-command-only url-os-type org-agenda-entry-types file-list :function-document mm-get-content-id biblio-doi--dx-callback org-agenda-entry-text-hide swift-mode:run-repl flymake--diag-type obuf swiper-all-function org-agenda-remove-filter recentf swiper-font-lock-ensure haskell-indentation-type org-clock-in-prepare-hook json--decode-utf-16-surrogates --cl-block-straight-vc-git-merge-from-remote-- downfrom make-lsp--client calendar-backward-year org-goto magit-section-highlight atomic-chrome-server-ghost-text flymake-proc--interrupted el-patch-locate-variable state1 state2 wisent--item-no reftex-with-special-syntax grep-filter custom-magic-faces wisent-item-number lexical-let* biblio-selection-mode straight--ensure-profile-cache-valid erc-control-characters counsel-linux-app-format-function-name-only sp-last-kill-whitespace mail-source-imap-authenticators distance reftex-access-search-path help-string tablist-move-to-major-column flymake-proc-simple-cleanup ibuffer-copy-buffername-as-kill ivy-virtual-abbreviate info-insert-file-contents-1 org-yank-folded-subtrees reftex-using-biblatex-p cua-base seq-map flycheck-finish-checker-process term-color-yellow :accept-string ido-exhibit vhdl-style make-backup-file-name ht-autoloads pdf-occur-ibuffer-minor-mode-hook byte-char-before view-mode-p widget-member el-patch-defcustom counsel-ag-command gnus-matches-options-n company-cmake--unexpand-candidate full-other-window-keybinding mc/add-cursor-on-click ido-common-match-string sp-swap-enclosing-sexp markdown-regex-code window-fringes url-insert-file-contents elisp-get-fnsym-args-string use-package-\(:type\ git\ :files\ \(\"loop\.el\"\)\ :host\ github\ :repo\ \"Wilfred/loop\.el\"\ :package\ \"loop\"\ :local-repo\ \"loop\.el\"\)-nil-nil asynchronous-p auth-source-backend--anon-cmacro dontexpunge anniversary lsp--versioned-text-document-identifier PostScript color-xyz-to-xyy kmacro-step-edit-help :formula org-clock-out-remove-zero-time-clocks xref-buffer-location semantic-bovinate-toplevel websocket-parse-repeated-field reftex-revisit-to-echo up-mouse-3 flymake--with-backend-state states flycheck-checker-default-executable markdown-gfm-block-end article-ids ido-make-dir-list-1 ido-active mark-special-buffers lsp--client-language-id--cmacro semantic-tag-of-class-p -juxt company-dabbrev-code-ignore-case mercury-mode tablist-edit-column-minor-mode-hook counsel-package-action sp-in-docstring-p Restore\ from\ File org-entry-restore-space eieio--initarg-to-attribute -any-p f-root\? ibuffer-tmp-show-regexps haskell-interactive-mode-include-file-name projectile-get-ext-command 0 vc-cvs semantic-edits-new-change-functions ibuffer-default-directory haskell-process-prompt-regex translation-hash-table 0 org-agenda-type url-queue-parallel-processes biblio--cleanup-bibtex url-scheme-get-property normalization so-far lsp-status org-eldoc-test-buffer-name tdpos word-search-regexp ibuffer-do-isearch-regexp file-notify--watch ivy-action-wrap bibtex-completion-add-pdf-to-library flycheck-locate-config-file-functions preceding-char projectile-hash-keys mouse-select-font static bib-files ivy-mode-hook cua-replace-region true-color message-next-header mm-preferred-coding-system ivy--find-file-action run-mit s-chop-suffix delete-file Caesar\ \(rot13\)\ Region browse-url-delete-temp-file w32-vars cider-find-dwim flycheck-coffeelintrc global-semantic-show-parser-state-mode-on-hook org-clock-save browse-url-gnome-moz-program 0 Jurabib groups custom-redraw thing-at-point-url-at-point websocket-process-frame fortran-indent lsp--client-p rmail-use-spam-filter flycheck-error-group 0 debugger-continue wisent-struct lsp-ui-sideline--code-actions magit-cherry-harvest s-left extra-capabilities-cons ffap-bib-path xref-match-item-child-p ps-print-preprint viqr package-menu-mark-unmark pdf-view-mouse-set-region-rectangle lsp--inc-cur-file-version--inliner read-file-name-function wisent-quote-p el-patch-require-tex vc-before-checkin-hook global-semantic-highlight-func-mode-map reftex-move-over-touching-args gnus-uu-digest-mail-forward ido-enable-last-directory-history diff-added-background 0 Midnight\ Mode archive-7z package--ac-desc-version url-p--cmacro no-littering-autoloads lsp-face-highlight-read Automatic\ Recenter 0 0 message-cleanup-headers org-priority-up nxml-faces --cl-block-straight-watcher-start-- highlight-indentation :prescript-delay el-patch-defvar pdf-info-pagelinks ibuffer-mode-hook ps-mule ivy--split-spaces notations sequence1 Next\ Link straight--recipe-repository-stack lsp--before-change-vals projectile-known-projects-file tool-bar-images-pixel-height image-toggle-display-image hydra-ibuffer-filter/heads lsp-ui-doc--visit-file backquote gnus-article-hiding ibuffer-filter-by-content find-file-in-project-by-selected table-justify-row company-init-backend semantic-show-parser-state-mode-off-hook ess-julia-mode authors ido-use-faces reftex-varioref-vref message-mode-map gnus-article-washing lsp-make-notification keep-prefix message-read-from-minibuffer package--update-selected-packages sp-forward-barf-sexp company-clang--lang-option markdown-beginning-of-defun pdf-occur-abbrev-document flymake-proc--get-full-patched-file-name c-electric-lt-gt tablist-filter-set-entry-hidden 4bsd pdf-info-renderpage-highlight 0 flycheck-php-phpmd-executable semantic-tag-make-assoc-list markdown-metadata-markup ido-enter-find-file flymake-proc--master-file-name :cipher-id python-pycompile ede/base org-clock-jump-to-current-clock oddp ibuffer-view-ibuffer finder-mode netrc-parse markdown-cycle-hr cedet-packages ede-project-options url-cookie-delete haskell-process-cabal-live jde-mode straight-recipes-spinner-version alt-file :protocol let-alist--remove-dot markdown-toggle-math conditional initial-value haskell-yesod-parse-routes-mode-syntax-table minibuffer-completion-predicate package--user-selected-p gnus-invisible-cut-children sequences semantic--tag-properties-cdr get-setf-method tide-project-errors org-agenda-get-day-entries senator-step-at-tag-classes make-shifts bookmark-maybe-upgrade-file-format haskell-c2hs-mode straight-check-for-modifications swiper--current-window-start sp-get-string 0 company--occurrence-predicate Undo\ Remote\ Editing xref--outdated-p ibuffer-do-view-horizontally tablist-context-window-update--timer gnus-select-group-with-message-id prettify-symbols-default-compose-p hydra-ibuffer-filter/ibuffer-filter-by-used-mode set-shifts-next markdown-table-align company-keywords url-cookie-mode xr-alist debugger-mode mc/mark-next-symbol-like-this el-patch-require-counsel nnoo-push-server 0 map-keys nonassoc resolution flycheck-options cl--compiler-macro-adjoin sp--special-self-insert-command-p ibuffer-do-sort-by-mode-name bookmark-unload-function lsp--workspace-buffers cl--random-time fsharp-mode iso-ascii lsp-ui-doc-use-childframe ido-kill-buffer-at-head map-remove appt-display-format undo-tree-move-to-parent compilation-skip-to-next-location ledger-font-payee-uncleared-face nneething-read-only tooltip-show-help category-keep coding-system-2 biblio-get-url company-semantic--prefix global-undo-tree-mode-map set-face-attribute-from-resource bibtex-completion-edit-notes gnus-emacs-completing-read his hit :documentation-property org-eldoc-documentation-function semantic-equivalent-major-modes nullable Switch\ to\ buffer org-clock-find-position status markdown-move-list-item-down company-search-repeat-forward use-package-normalize-recursive-symbols org-table-create-with-table\.el gnus-article-view-part ido-default-item flycheck-php-executable company-css org-is-active-clock defhydradio clear-filter-groups downto ivy-state-caller pdf-view-goto-label ivy-bibtex-open-any appt-audible bibliography-hash gnus-summary-subject-string ido-name walk-windows advice--where-alist json-encoding-object-sort-predicate reftex-ensure-index-support skip-base haskell-completions-grab-pragma-prefix counsel-list-processes-action-delete org-contextualize-validate-key --cl-block-lsp--client-default-renderer-- :pressed-face custom-reset-standard-faces-list gnus-article-toggle-truncate-lines undo-tree-mode semantic-lex-comment-regex epa-info-mode markdown-syntax-propertize-comments Rotate\ Image\.\.\. lsp--range omit-nulls semantic-find-first-tag-by-name :configuration-error ivy-state-text w3-fetch biblio-doi--dx-url Custom-newline org-list-struct-fix-bul lsp--locations-to-xref-items gnus-get-top-new-news-hook avy-read-de-bruijn table-cell pdf-annot-add-strikeout-markup-annotation by\ Year\,\ reversed comint-adjust-point gfm--table-at-point-p 0 sh-zsh sendsys haskell-collapse semantic-stickyfunc-popup-menu logito-autoloads wheel-left websocket-server-p--cmacro ivy--regex e-offset debugger-record-buffer hydra-multipop dired-hide-details-mode-on-hook isearch-search-fun ready-state hydra--normalize-heads compilation-error-list magit-diff-removed-highlight pdf-view-text-region flymake-proc-legacy-flymake flymake-diagnostic-end hydra-face-pink ffap-mouse-event Go\ to\ previous\ problem 0 ffap-ro-mode-hook ivy--occur-insert-lines websocket-server hide-region-body flycheck-d-dmd-executable auth-source-remembered-p s-less-p magit-dired-jump pdf-view-fit-width-to-window gnus-score-find-trace projectile-buffers-with-file sx-time company-oddmuse-link-regexp how projectile-current-project-dirs erc-ibuffer builtin semantic/senator ebnf-merge-style browse-url-new-window-flag last-undo-buffer -on ivy--maybe-scroll-history siblings virtual\ cursor max-length org-element-property-drawer-interpreter lsp--parser-waiting-for-response--cmacro ido-buffer-completion-map 0 ido-auto-merge-inhibit-characters-regexp debug--function-list swiper--reveal-mode semantic-tag-components-with-overlays coding-system-doc-string semantic-expand-nonterminal haskell-error-mode balance-windows-1 org-eldoc-local-functions-cache url-cookie-file lein-test ibuffer-visible-p bookmark-bmenu-relocate end-spc-re inferior-scheme-mode custom-button-unraised start-window old-list biblio-join gnus-cloud-ensure-cloud-group error-token-number flycheck-markdown-markdownlint-cli-executable sp-split-sexp bibtex-completion-notes-global-mode-check-buffers counsel--occur-cmd-find file-directory-p bibtex-completion-show-entry -replace-where semantic-bovinate-from-nonterminal checkers haskell-lexeme-id ido-setup-hook ibuffer-use-other-window saved-syntax -clone nnir-request-group s-lex-value-as-lisp :tag-info haskell-process-suggest-remove-import eshell-convert markdown-table-sort-lines straight-recipes-visual-fill-column-version imenu--cleanup-seen gnus-article-special-mark-lists calendar-hebrew-date-is-visible-p --some\? hsv reftex-index-phrase-file-extension magit-cherry-spinout pdf-occur-page-face list-load-path-shadows url-cookie-secure xref-lsp all-headlines pdf-info-process-assert-running new-op strokes-describe-stroke xref--read-identifier-history ido-enter-insert-buffer pdf-util-fast-image-format ivy-state-display-transformer-fn--cmacro org-log-note-previous-state reftex-include-file-commands reftex-file-boundary-face electric-pair-default-inhibit amsmath received-body-length markdown-table-goto-dline gnus-group-listed-groups custom-menu-order-groups gnus-srvr file-notify--event-cookie pcase-FUN company-post-command undo-tree-move-down url-domsuf-parse-file widget-regexp-match etags--xref-backend org-indent-mode-off-hook org-scheduled-today bookmark-set-internal appt-display-diary marked hz+ same-as-time-stamp flymake-proc-xml-init strip org-remove-latex-fragment-image-overlays include-declaration rowp sent-stdin org-table-auto-blank-field htmlize new-string --cl-block-lsp--client-get-root--cmacro-- url-cookie-write-file calendar-dst-ends uncompface :urgency ido-wide-find-dir-or-delete-dir flycheck-error-parser lsp-faces facemenu-set-intangible 0 semantic/db-ebrowse 0 reftex-index-default-tag hydra-ibuffer-sort/ibuffer-do-sort-by-major-mode reftex-query-index-macro-help nwords :outline-regexp org-modifier-cursor-error default-props pr-toggle-landscape ido-read-file-name-non-ido pairlis parsebib-find-next-item gnus-summary-display-make-predicate counsel-grep straight-vc-git-clone org-tag-groups-alist-for-agenda mode-line-y org-fontify-like-in-org-mode rcirc-track-minor-mode mm-mule-charset-to-mime-charset image-dired-dir :nowait nnir-imap-expr-to-imap --cl-block-straight-vc-git--ensure-remotes-- swiper-all-map websocket-ensure-handshake hl-line-unload-function url-or-function label-end menu-bar-showhide-tool-bar-menu-customize-enable-top view-emacs-news Change\ Label\ and\ Refs bibtex-contline-indentation org-preview-latex-image-directory haskell-debug-insert-context body-sep-pos markdown-definition-display-char pdf-util-pdf-buffer-p compilation--note-type bookmark-jump-noselect company-dabbrev-code-everywhere :max-doc-len custom-prefix-add rcode --cl-block-lsp--workspace-p-- counsel-tmm-prompt projectile-dir-files flycheck-ruby-reek-executable set-errs-errs MODE-cmhh ediff-current-diff-A ediff-current-diff-B ediff-current-diff-C gnus-total-fetched-for timezone-make-date-sortable calendar-iso-date-string sh-indent-supported kmacro-default-counter-format parent-buffer url-cookie-mode-map reftex-translate-to-ascii-function sp-pair line-move-partial image-bol nsubstitute use-package-\(:type\ git\ :files\ \(\"*\.el\"\ \"server\"\)\ :host\ github\ :repo\ \"Sarcasm/irony-mode\"\ :package\ \"irony\"\ :local-repo\ \"irony-mode\"\)-nil-nil -non-nil local-bib semantic-insert-foreign-tag-log-edit-mode index-tags pdf-cache--clear-images-of-annotations bookmark-get-bookmark-record Parse\ Document atomic-chrome-start-websocket-server haskell-goto-first-error initial-buffer package--bi-desc-reqs gnus-not-ignore mac-font-panel-mode-on-hook wisent-log-buffer-name :ready-state ido-next-match auth-source--symbol-keyword new-coding Custom-goto-parent sidecap straight--versions-file count-if-not bookmark-default-file flycheck-syntax-check-new--cmacro url-cookie-p semantic-complete-self-insert lsp--capability follow-link bookmark-exit-hook pdf-tools-find-bourne-shell flymake--handle-report reftex-optimizations-for-large-documents signencrypt hydra-ibuffer-main/ibuffer-backward-filter-group rmail-enable-mime-composing package-menu--post-refresh savehist-save-hook haskell-interactive-set-+c url-cookie-confirmation wisent-lookahead eshell-dirs use-package-normalize/:after ac-robe-doc gnus-summary--inv positions kp-multiply bibtex-completion-make-entry-hash ido-change-word-sub 0 radian-eval-buffer-or-region notfirst :request-handlers websocket-extensions--cmacro comment-quote-nested-function semantic-parse-tree-unparseable-p zerodark-modeline-ro Info-file-list-for-emacs org-disable-agenda-to-diary xref--find-definitions expiration pr-ps-file-ps-print Search\ Whole\ Document full-keybinding rmail-output-body-to-file cider-repl-history undo-tree-node-cwidth file-exclusions semantic--umatched-syntax-needs-refresh-p 0 semantic-complete-analyze-inline poly-markdown-mode mail-header-narrow-to-field tablist--save-face-property org-quote-vert markdown-fontify-reference-links powerline-active1 reftex-bibpath-environment-variables lsp-ui-peek-line-number erc-truncate formats haskell-cabal-join-paths json-end-of-file reftex-prefix-to-typekey-alist straight-recipes-sesman-version ido-merged-indicator reftex-access-parse-file lsp--parser-response-result flycheck-erlang-library-path hydra--make-funcall haskell-interactive-mode-history-previous cl-nunion blist new-conn ivy-virtual org-drag-line-backward semantic-symref-tool-cscope-p tablist-major-column-name cider-stacktrace rfc2047-allow-irregular-q-encoded-words use-temp-buffer cl--loop-steps epg-new-signature-pubkey-algorithm Info-exit vcursor noreturn semantic-tag-properties set-char-table-default zerodark-modeline-vc gnus-group-make-group url-history :multifile epg-digest-algorithm-alist markdown-markup-properties gnus-topic-read-group amx-rank biblio-dissemin--format-author counsel-unquote-regex-parens persistent-scratch-save-file winner-mode-off-hook wisent-parser-automaton straight-recipes-company-prescient-version enh-ruby-mode-hook do-rename-uniquely vlen iso isp loads ffap-next-guess widget-field-last addresses sp-autoinsert-quote-if-followed-by-closing-pair hydra-window/ace-maximize-window org-clock-in wisent-add-lookback-edge server-menu custom-face-edit-lisp ivy-add-prompt-count org-habit-overdue-future-face pdf-info-addannot mc/create-fake-cursor-at-point gnus-gravatar what-page org-current-time s-mixedcase-p ivy-state-predicate org-create-formula-image cl-print-compiled ibuffer-compile-format upper-domain url-cookie-create subsection biblio-backends epa-progress-callback-function nocache tablist-filter-negate hydra-ibuffer-mark/ibuffer-mark-special-buffers-and-exit gnus-cloud-synced-files fill-minibuffer-function company-auctex-macros lsp-haskell-enable 0 lsp--inc-cur-file-version parse-time-months lastyear message-goto-followup-to hydra-ibuffer-sort/ibuffer-do-sort-by-filename/process lsp-define-stdio-client haskell-mode-uses-at decf company-template-objc-templatify ibuffer-buffer-names-with-mark flycheck-command-argument-p column-strings eieio--class-method-invocation-order network-stream-certificate tablist-filter-op->= flycheck-checkers tablist-edit-column-minor-mode-off-hook seq-difference eshell-stringify-list org-bookmark-names-plist ephemeral ivy swiper-font-lock-exclude company-tooltip-offset-display insert-flag cl-struct-websocket-tags utc-time flycheck-option-vars org-inbox-file pdf-view-fit-page-to-window hydra-ibuffer-main/quit-window-and-exit 0 lsp--json-pretty-print company--clean-string org-journal-dir-check-or-create global-undo-tree-mode-on-hook set-reductions-nreds ffap-kpathsea-expand-path server-window wisent-escape-sequence-strings calendar-mayan-goto-long-count-date Lists mode-line-mule-info-help-echo semantic-stickyfunc-mode-hook echistory deb-hfol browse-url-epiphany-startup-arguments widget-checklist-validate semantic-show-unmatched-syntax-mode-off-hook reftex-process-string post-completion cl-struct-slot-value--inliner flycheck-rust-cargo-workspace-root websocket-ready-state--cmacro semantic-highlight-edits-mode-off-hook package--make-autoloads-and-stuff calendar-persian-date-string inf-ruby-switch-setup katakana-jisx0201 ivy-call dabbrev-friend-buffer-function org-clock-clocked-in-display xref--show-location flymake--make-backend-state--cmacro gnus-novice-user biblio-dblp--hitp biblio-hal--parse-search-results tq-queue-pop company-search-candidates org-clock-select-task cl-pushnew ivy-toggle-ignore perl--Test2 bound modseq package-menu--archive-predicate biblio-dblp--extract-interesting-fields :opened window--min-size-ignore-p this-state ivy-recursive-last reftex-keep-temporary-buffers wisent-get-state tabbar-highlight article-menu message-goto-mail-followup-to mouse-wheel-inhibit-click-time prog-mode-hook projectile-root-local ido-file-extensions-order hydra-ibuffer-filter/ibuffer-filter-by-size-gt Preview\ &\ Export :follow-link straight-recipes-parsebib-version modify-syntax-entry company-tooltip first-shift projectile-save-known-projects haskell-cabal-header-p tags-revert-without-query global-hl-line-unhighlight-all reftex-buffers-to-kill haskell-interactive-at-prompt spam-spamassassin completion--merge-suffix inhibit-line-move-field-capture rmail-next-error-move atomic-chrome-turn-on-edit-mode haskell-align-imports-fill company-select-next-if-tooltip-visible-or-complete-selection highlight-indentation-set-offset touch wisent-nonterminals-reduce elinks-ping-process logging wisent-lexer-function hashcash org-agenda-get-some-entry-text font-latex-setup reftex-index-phrases-sort-in-blocks file-attribute-link-number projectile-project-buffer-p reftex-label-regexps gnus-summary-update-secondary-mark line-start target-char string-reverse :body make-errs flycheck-locate-config-file-by-path flymake-proc--safe-delete-file erc-autoaway 0 no-littering-expand-etc-file-name dos-fns org-babel-noweb-error-langs puppet-lint flycheck-error-list-mode-hook horizontal-scroll-bars-available-p ebnf-non-terminal magit-diff-removed eieio--class-initarg-tuples sp-max-prefix-length -reject-last semanticdb-get-tags gnus-summary-catchup-and-goto-next-group semantic-lex-tokens org-element-section-parser haskell-cabal--compose-hasktags-command inf-ruby-setup-keybindings eieio-defclass-internal json-pretty-print-buffer-ordered reported-p ps-print-color org-element--pair-curly-table fromabs auto-save-files iso-8859-8-e-unix straight-recipes-json-mode-version package-menu-backup-unmark words0 --cl-block-lsp--workspace-highlight-overlays--cmacro-- projectile-add-known-project reftex-sublist-nth haskell-literate company-files--grab-existing-name renderpage --splice-list flymake--disable-backend tex-file hydra-ibuffer-filter/ibuffer-filter-by-size-lt url-cookie-name flycheck-disable-checker internal--listify custom-group-reset-current error-patterns ibuffer-add-saved-filters company--event-col-row ibuffer-negate-filter cider-connect-cljs bibtex-completion-notes-extension tablist-with-filter-displayed :button-face flycheck-phpcs-standard ivy--sort-function ibuffer-compile-make-eliding-form biblio--named-backends ogam obcode 0 bindat-idx save-place-mode-hook Doc\ mode ffip-copy-reactjs-import ticked haskell-process-collect image-mode-new-window-functions rmail-after-get-new-mail-hook lm-maintainer rst-adjust global-company-mode-off-hook markdown-toggle-markup-hiding wisent-expected-conflicts ffap-el-mode lsp--parser-queued-requests haskell-process-do-type color-hue-to-rgb journalTitle_s sass haskell-indentation-common-electric-command reftex-mouse-selected-face reftex-macros-with-labels custom-button-mouse semantic-tag-remove-hook formatted-cmd semantic/analyze/fcn nnimap-dummy-active-number url-cookie-clean-up org--open-doi-link jabber-roster-user-error lsp--send-request-async org-property-value calendar-day-of-week hydra-ibuffer-main/nil reftex-index-re org-move-item-down counsel-colors--web-alist internet hl-line-mode-off-hook ido-flatten-merged-list package--newest-p 0 reductions-nreds ensure json-encode-hash-table pdf-misc-minor-mode-off-hook pdf-view-use-dedicated-register 0 period-start mark-dissociated-buffers straight-recipes-ripgrep-version pdf-info-process undo-tree-p--cmacro min-args cwl-mode parsed-master ivy-occur-last seq-25 reftex-all-assq eshell-under-windows-p semantic-lex-token-without-text-p css-eldoc-function -fourth-item reftex-section-number fn-rest defun-markdown-buffer imenu-example--lisp-extract-index-name markdown-footnote-kill-text 0 wisent-set-region em-xtra org-crypt-checksum reftex-ref-macro-prompt pdf-occur-tablist-gather-documents c-eldoc 0 0 company-foo reftex--prepare-syntax-tables hs-toggle-hiding counsel-evil-registers semantic-stickyfunc-mode-on-hook hydra-base-map alt-file-other-window pdf-annot-add-squiggly-markup-annotation package-menu-describe-package color-gradient undo-tree-visualizer-quit deb-nxt tablist-display-filter-temporarily semantic-analyze-current-context counsel-prompt-function-default global-semantic-highlight-edits-mode Info-history-forward org-mac-outlook-message-insert-selected 0 custom-face-state-set whois rrhs :book counsel-yank-pop-separator --cl-block-lsp--parser-waiting-for-response-- 0 org-journal-calendar-date->time markdown-insert-header-setext-1 markdown-insert-header-setext-2 compilation-enter-directory-face connecting semantic-lex-map-symbols :compilation-dir info-setup projectile-files-cache-expire org-bullets-mode-on-hook ivy--filter markdown-demote-subtree markdown-marginalize-update-current company-search-abort 0 Supported\ curves dabbrev-backward-only company-set-selection hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 16\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) possible-indentations ivy-state-update-fn--cmacro s-with reftex-short-context anzu-match-1 anzu-match-2 anzu-match-3 comint-next-prompt epa-font-lock-keywords biblio-dissemin--print-results avy-goto-word-0 radix-tree ibuffer-filter-by-modified projectile-generic-command index-tag ivy-prescient--last-valid-regexp-list lazy-lock-after-fontify-buffer index-re unreg pdf-info-getannot browse-url-mosaic-arguments semantic-after-toplevel-bovinate-hook use-package-inject-hooks kkc rmail-summary-buffer puppet-parser project-vc-ignores tablist-change-marks lstack lsp-get-end-position find-tag-marker-ring gnus-article-signature magit-diff-added custom-buffer-verbose-help gfm-table-hline-regexp semantic-lex-token-with-text-p s-numeric-p biblio--group-alist biblio--search-history semantic/db do-view-and-eval custom-variable-standard-value notmuch-crypto-signature-unknown ido-toggle-regexp :foreign-keys bibtex-completion-make-candidate pdf-util--dedicated-directory notification-handlers package-menu-refresh haskell-sandbox-pkgdb reftex-select-marked pdf-util-edges-intersection ido-buffer-internal org-agenda-cleanup-fancy-diary 40! f-absolute\? Blockquote pos-visible-in-window-group-p-function 0 TeX-data-directory markdown-fenced-code nuseless-productions reftex-index-phrases-case-fold-search 0 xref-match-item-p org-element-inline-src-block-parser whitespace-tab rmail-summary-vector wisent-parse-verbose-flag query-to-create \\label pdf-info-gettext org-cdlatex-mode-on-hook new-sub-keys vr/select-replace ffap-other-frame 0 isearch-lazy-highlight-max-at-a-time minibuffer-completion-help term-send-down custom-comment-invisible-p lsp--registered-capability-p--cmacro ivy-bibtex-default-action filter-by-modified Swedish lsp-ui-imenu--post-command debugger-toggle-locals bibtex-summary pdf-occur-search-in-progress-p all-todos ebnf-syntactic 0 company-next-page straight-recipes-yaml-mode-version haskell-cabal-beginning-of-subsection semantic-lex-analysis-bounds mml-secure-sign-pgpauto cdate lenses Today set-filter-groups-by-mode dired-warning-face org-set-tags-command gnus-dead-summary-mode reftex-special-env-parsers conf-variable counsel-org-goto-display-tags org-journal-extract-current-subtree bookmark-bmenu-mode-abbrev-table lsp-ui-doc--make-frame mail-hist c-electric-slash lsp-ui-peek--list lsp-ui-doc--move-frame straight--process-dependencies company--good-prefix-p epg-import-result-imports pdf-util-track-mouse-dragging counsel-hydra-heads ivy-add-face-text-property s-dashed-words rectangle haskell-interactive-mode-clear :warning-type gnus-article-date-english widget-radio-button-notify flycheck-texinfo-executable plain-text gnus-server-method-cache websocket-get-server-response mail-alias-separator-string company-prescient hydra-ibuffer-mark/ibuffer-mark-dissociated-buffers-and-exit byte-compile-get-closed-var puny-initial-bias --cl-block-flycheck-error-level-- sexpr company-cancel reftex-fancyref-Fref 0 gnus-parameter-to-address wisent-print-nullable straight-recipes-prescient-version org-bibtex-read-buffer company-candidates ivy-state-buffer--cmacro lv-window 0 reftex-parse-one haskell-font-lock inline-letevals kmap foreign-tag 0 :post-handlers-cond tildify message-ignored-news-headers flycheck-error-message--cmacro dockerfile-build-buffer buf-list swiper-action-recenter :value-face files_s lsp-ui-find-workspace-symbol goto-table biblio-parenthesize flymake-simple-java-cleanup pyvenv not-in-file ibuffer-filtering-alist magit-am-apply-maildir message-insert-importance-low hard 0 0 lexically-safe markdown-header-face-2 markdown-header-face-3 colir--blend-background org-drill-visible-cloze-hint-face markdown-header-face-6 haskell-import-for-module haskell-interactive-mode-map flycheck-checker-shell-command oset-default pdf-util--face-colors-cache do-sort-by-alphabetic org-agenda-goto-mouse needle ebnf-optimization nsm-format-certificate global-semantic-idle-completions-mode assert biblio--selection-copy isearch-lazy-highlight-end-limit compilation-debug tablist-edit-column-minor-mode ivy-generic-regex-to-str sort-subr suffixes-to-try implementation haskell-indentation-layout markdown-regex-include el-patch-require-sh-script reftex-notice-new-section sig-notations Info-additional-directory-list :data-start-column 0 haskell-sort-imports-at-import timezone-zone-to-minute notmuch-search-matching-authors org-babel-exp-process-buffer :button-suffix haskell-cabal-end-of-section negate-filter gnus-thread-loop-p bookmark-set-front-context-string pdf_url company-search-repeat-backward edit-indirect-region bibtex-completion-get-entry1 flymake-display-warning semantic-symref-tool-baseclass epg-decrypt-file 0 haskell-mode-make-use-highlight avy-copy-region browse-url-of-file-hook company-cmake-prefix-dollar-brace-p minimizing counsel-org-files radian-show-git-mode odata define-lex-sexp-type-analyzer found-eol reftex-find-start-point spam-use-gmane-xref bookmark-current-bookmark conf-space-keywords semantic-desktop-ignore-this-minor-mode f-symlink\? message-fcc-externalize-attachments purple-dark summary-highlight gssapi copy-package--bi-desc browse-url-interactive-arg epg--make-temp-file magit-ediff-dwim url-ns-user-pref mode-variable-flag company-grab-symbol-cons diary-mark-included-diary-files update-fn ffap-info-2 ffap-info-3 gnus-group-ham-exit-processor-BBDB deb-frame sp-match-sgml-tags magit-merge-preview timezone-parse-time split-re reftex-access-scan-info undo-tree-visualizer-data-lwidth--cmacro haskell-mode-toggle-scc-at-point sunrise-x-tree ivy--window-index hideif :show-all-attributes semantic-toplevel-bovine-cache pyvenv-autoloads markdown-show-version git-commit pdf-isearch-mode-initialize file-notify--watch-make--cmacro allowed-close :end-suf :initial-input reftex-toggle-plug-into-AUCTeX eshell-glob-load-hook cps--dynamic-wrappers image-eob tool-bar-border haskell-stack xref-collect-references radian-tide-format-mode reftex-nearest-match straight-vc-git--list-remotes Info-mode-syntax-table org-entry-put mh-show-folder-buffer pdf-util-edges-p org-archive-to-archive-sibling key-fprs dabbrev flymake--fringe-overlay-spec company-file--keys-match-p edn-print-string flymake-note-bitmap default-LA lsp--make-sentinel company-search-mode imenu-generic-expression bibtex-autokey-titleword-separator sx-auth calendar-bahai-print-date flymake-diagnostic-buffer lsp--cur-position--inliner 0 ivy-prescient-filter-method-keys indium-workspace-file projectile-skel-variable-cons Printed\ Mode browse-url-epiphany-sentinel markdown-outline-next puny-tmax timezone-fix-time semantic-load-system-cache-loaded ido-make-merged-file-list-1 message-minibuffer-local-map erc-server-hooks wisent-print-states counsel-rg-base-command projectile-globally-ignored-files flymake-create-temp-inplace 0 hs-find-block-beginning x-selection-exists-p bibtex-completion-notes-template-one-file org-agenda-show-1 0 subword-forward-internal magit-pull-from-pushremote reftex-highlight-overlays forward-matching-history parsebib--parse-value markdown-insert-reference-link org-beamer-publish-to-pdf 0 byte-save-current-buffer ffap-highlight lob markdown-show-subtree comint-completion-autolist lsp-ui-doc--on-delete exclusion counsel-outline caseless font-latex-bold-face debugger-jumping-flag Copy\ messages\ at\ point font-lock-defaults-computed rx--pcase-macroexpander org-list-indent-offset avy-goto-line-below ivy-set-occur dired-at-point-prompter org-inc-effort magit-branch-current 0 compilation-skip org-agenda-highlight-todo same-class-p gnus-group-list-groups initialize-fn semantic-lex-syntax-table julian-year tramp-sh abbrev-expansion url-user-agent bookmark-bmenu-unmark :syntax-table lsp-ui-sideline--align module gnus-format-specs absolute-end flycheck-r-lintr-executable ivy-action epg-import-status magit-cycle-branch*pushRemote :input bibtex-completion-notes-global-mode overload-obsolete flycheck-go-build-executable custom-put-if-not gnus-cloud-chunk-sequence flycheck-highlighting-mode map server-existing-buffer nnimap-request-article package-load-descriptor Context company-preview-frontend rx-check-any flycheck-mode-major-mode open-gnutls-stream mailheader websocket-url--cmacro compilation-error-properties markdown-get-fenced-block-from-middle -any hydra-window/windmove-left bookmark-edit-annotation-mode-abbrev-table lsp-ui-peek--skip-refs newloc reftex-plug-into-AUCTeX $STARTS global-semantic-highlight-edits-mode-hook haskell-with-overlay-properties projectile-load-known-projects flycheck-sh-posix-dash-executable tablist-marker-face hydra-ivy/body 0 gnus-intersection 0 gnus-useful-groups tcp-proc debug-help-follow pcomplete-next-arg hl-line-move def-projectile-commander-method ibuffer-filter-by-basename lst gnus-bookmark cl--loop-accum-var company-call-backend-raw magit-rebase-onto-pushremote ivy-restrict-to-matches shr-inhibit-images incoming cp1252-unix markdown-mark-text-block pop3-stream-type eieio--class-option-assoc wisent-source org-clock-goto-hook epg--status-NEED_PASSPHRASE_PIN winner-last-frames org-insert-time-stamp org-refile--get-location ssh-known-hosts-mode reftex-bibliography-commands solar-equatorial-coordinates ibuffer-make-column-size bibtex-completion-clean-string custom-save-faces org-export-get-backend mem doc-view--current-converter-processes 0 semantic--tag-put-property 0 stream-list compilation-minor-mode-hook last-line-start hydra-window/windmove-up xref-make-file-location haskell-presentation-present gnus-marked-assoc custom-changed project-name starred-name zerodark-modeline-position --map-last encode-hz-region lsp--parser-response-result--cmacro arxiv:journal_ref use-package-\(:type\ git\ :host\ github\ :repo\ \"hotpxl/company-irony-c-headers\"\ :package\ \"company-irony-c-headers\"\ :local-repo\ \"company-irony-c-headers\"\)-nil-nil tar-untar-buffer leftovers tags-tag-face ivy--exhibit-timer :no-more message-tool-bar-map registerv-insert-func--cmacro file_name cl-macroexpand flymake-proc--get-project-include-dirs biblio-doi--insert hs-minor-mode-map company-auto-complete-chars kernel-base Indian semantic-mode-line-update lsp-ui-peek-list-width markdown-end-of-subtree --cl-block-lsp--client-stderr--cmacro-- swiper-mc electric-pair-local-mode-on-hook 0 reftex-label-alist-builtin org-activate-angle-links filter-by-basename semanticdb-project-database-file flycheck-same-files-p gnus-suppress-duplicates handlebars diff-file-header browse-url-chrome-arguments ivy-scroll-up-command gnus-tree-open Slow\ Down\ Animation default-input-method new-file-p Info-node-spec-re semantic-tag-resolve-proxy novice semantic-complete-analyze-and-replace counsel-org-headline-display-priority *undo-tree-id-counter* find-file-literally-at-point 0 markdown-convert-wiki-link-to-filename gnus-request-move-article slime-contextual-completions semantic-menu-item rtn1 asynchronous url-temporary-directory reftex-words-to-typekey-alist projectile-run-eshell haskell-interactive-mode-present-id reftex-find-duplicate-labels cdlatex-math-symbol haskell-process-greetings swiper updown \\ref \.type hydra-timeout-timer use-package-\(:type\ git\ :host\ github\ :repo\ \"abo-abo/avy\"\ :package\ \"avy\"\ :local-repo\ \"avy\"\)-nil-nil new-start ivy-display-functions-props irony pdf-occur-global-minor-mode-map s-repeat bookmark-load-hook radian-find-profiles-clj-other-window json--path wisent-context-name SRTP counsel-prompt-function epa-unmark-key pyvenv-activate zero-or-more 0 pdf-info-query--transform-attachment pdf-view--hotspot-functions hydra--hint smartparens-strict-mode-major-mode sp-wrap-overlay-closing-pair cedet-global 0 cljr--post-command-message gnus-group-yank-group undo-tree-visualizer-hide-diff :constant-flag url-parse org-footnote-at-reference-p flymake-simple-make-init counsel-find-file-occur-use-find f-entries find-name-arg Fancyref message--syntax-propertize given ivy-overlay-impossible-p atomic-chrome-enable-auto-update straight-vc-git-default-protocol helm-ff-symlink org-cursor-to-region-beginning org-beamer-select-environment cddar timezone-last-day-of-month pdf-info-metadata --cl-block-lsp--workspace-buffers--cmacro-- python-flake8 0 projectile-project-type counsel-git-worktree-parse-root 0 gnus-summary-mark-article electric-pair-local-mode-off-hook lsp-before-save-edits :key-type ibuffer-mouse-toggle-filter-group mc/mark-sgml-tag-pair sx-tab-week hoogle doc-view-toggle-display gnus-summary-down-thread ido-use-mycompletion-depth ivy-occur-grep-mode-hook :fringe-bitmap lsp--point-is-within-bounds-p helpful-callable company-semantic-completions-raw srecode/cpp find-tag-marker-ring-length member-if :original-file-name ibuffer-fontification-alist semantic--tag-run-hooks lsp-ui-sideline-mode-off-hook --cl-block-flycheck-error-p-- Insert\ Link outline-2 outline-3 outline-4 outline-5 org-registry-file magit-gh-pulls-mode ivy-prescient-mode-map sp--transpose-objects bindings class-children 0 flycheck-verify-generic-checker lsp-ui-doc-frame-parameters semantic-tag-include-filename flycheck-verification-result-message--cmacro s-ends-with\? flycheck-rust-valid-crate-type-p hydra-window/nil company-eclim--annotation grep-find-ignored-directories Info-speedbar-hierarchy-buttons markdown-comment-face reftex-show-commentary undo-tree-discard-history org-table-convert f-ext-p --cl-block-lsp--client-get-root-- biblio--prepare-title ivy-fixed-height-minibuffer biblio--target-buffer message-canlock-generate :dstart ivy-quit-and-run company-preview-hide git-commit-filename-regexp shut-up-autoloads :cmd-name pdf-occur-buffer-mode eieio--generic-subclass-specializers size-indication-mode-off-hook haskell-sort-imports-normalize change-class lsp--client-get-root c-update-modeline calendar-hebrew-year-Saturday-complete-Thursday use-package-\(:type\ git\ :host\ github\ :repo\ \"alexeyr/company-auctex\"\ :package\ \"company-auctex\"\ :local-repo\ \"company-auctex\"\)-nil-nil counsel-find-file-ignore-regexp pdf-isearch-search-fun-default Citation\ Style widget-specify-secret S-mouse-2 gnus-article tablist-context-window-function lsp--get-symbol-type msb haskell-lexeme-looking-at-string-literal secs gnus-recenter projectile-project-unignored left-count parsebib-collect-preambles deb-rec lsp-ui-doc--with-buffer kkc-region markdown-wrap-or-insert org-in-verbatim-emphasis tq-queue-head-fn spam-stat forward-comment custom-group-action url-password cider-profile-summary latin-3 grammar :year _display goto-eob finish-hook deb-ret Buffer-menu-unmark-all-buffers diag gnus-summary-next-unread-subject org-journal-schedule-view projectile-test-command markdown-bounds-of-thing-at-point url-cookie-value--cmacro semantic/mru-bookmark reftex-fontify-select-label-buffer projectile-project-buffers url-unhex semantic-lex-punctuation-type bibtex-completion-format-citation-default lsp--cur-file-version--inliner 0 ffap--toggle-read-only org-agenda-todo-previousset debugger-frame-number lsp--remove-cur-overlays next-entry gdb-non-stop gnus-read-event-char working-file company-pseudo-tooltip-unhide rawkey s-titleize org-indent-mode-turns-off-org-adapt-indentation flymake-proc-simple-ant-java-init xref-file-location--anon-cmacro org-mhe-get-message-num nov-save-place-file ivy-minibuffer-shrink url-cookie-parse-file hydra-ibuffer-action/ibuffer-do-shell-command-pipe-and-exit flymake-proc--get-file-name-mode-and-masks switch-to-saved-filters revappend gnus-summary-number-of-articles-in-thread ivy-occur-grep-mode :v-adjust index-level-re ediff-cust nnmail-split-methods haskell-debug/start-step add-to-history pdf-view-fit-height-to-window thing-at-point-bounds-of-list-at-point project-ignores displayed-year memoize-autoloads lsp-diagnostic-message em-rebind mname desktop-path haskell-overlay-start< gnus-agent-batch haskell-overlay-start> haskell-check-error-fringe url-news-server ffap-newsgroup-p lm-homepage :cbon haskell-indentation-layout-offset all-index pdf-occur-search-documents gtex markup-title-0-face sp-tags company-dabbrev--filter hydra-fontify-head-default reftex-highlight-selection org-bibtex-autokey byte-compile-log-buffer ido-rewrite-file-prompt-rules prettify-symbols--compose-symbol org-agenda-filter-show-all-effort 0 idlwave-misc winner-ring-alist debbugs-gnu-bug-number bibtex-completion-pdf-open-function info-lookup-history copysign reftex-locate-bibliography-files listings semantic-unmatched-syntax-overlay-p ibuffer-always-compile-formats company--insert-candidate flycheck-rust-args flycheck-gcc-language-standard rfc2047-charset-encoding-alist ivy-prescient-persist-filter-method rkeymap thebib define-overload ido-file-extension-aux skip-weeks biblio-faces new-unreads haskell-interactive-mode-prompt-previous gnus-summary-next-group pdf-util-dedicated-directory diary-fancy-date-pattern goto-tag-location-function :latex-compiler custom-command-apply Switch\ to\ project rule reftex-mouse-view-crossref skip-closing-pair flymake-mode-off-hook dash-enable-fontlock curbuf ace-link--org-collect tree-up :documentation-indent immediately use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/spinner\"\ :package\ \"spinner\"\ :local-repo\ \"spinner\"\)-nil-nil semantic-lex-analyzer gfm-view-mode-abbrev-table ffap-gnus-wrapper tagtypestring sname 0 describe-mode-local-bindings mm-extern-cache-contents :macos-keychain-generic reftex-no-include-regexps vt100-led deuglify ALPN 0 company-with-candidate-inserted weblint -interpose seq1 ivy--format-minibuffer-line reftex-reference popup-edges s-pad-left widget-field-end pdf-info-assert-writable-annotations nsm-check-protocol semantic-idle-scheduler-mode flycheck-sh-bash-args 0 needs-rebuild reftex-section-prefixes allout-developer bookmark-make-record Homepage request-params deb-fclear org-publish-current-project reftex-format-cite-function make-ivy-state lsp--default-message-handler insert-and-inherit 0 ivy-auto-select-single-candidate eshell-hist bibtex-completion-additional-search-fields package-list-unversioned 0 0 :queued-notifications 0 lsp--merge-two-plists flycheck-ghc-no-user-package-database :local Iterate\ all 0 dired-do-byte-compile projectile-go-project-test-function sp-transpose-sexp :history org-element-contents ibuffer-included-in-filter-p-1 haskell-process-suggest-no-warn-orphans semantic-tag-function-parent pdf-sync org-user-idle-seconds tablist-filter-push pdf-view-check-incompatible-modes info-lookup-select-mode projectile-find-implementation-or-test-other-frame ido-prev-match emojify check-parens Latin-6 tablist-get-marked-items xref-item-child-p sp--update-local-pairs-everywhere use-package-concat npm tablist-repeat-over-lines use-package-handler/:recipe org-list-set-nth ivy-state-initial-input make-lsp-diagnostic global-atomic-chrome-edit-mode-buffers seqs company-xcode-tags mh-show-buffer-message-number ivy--cleanup clojure-unwind-all markdown-cleanup-list-numbers-level C-M-S-up 0 hydra--complain electric-pair-delete-adjacent-pairs M-kp-multiply flymake-get-real-file-name undo-tree-enable-undo-in-region cl--labels-convert gcov-never-called erc-menu websocket-accept-string gnus-agent-meta-information-header jabber-avatar-cache-directory org-agenda-remove-tags-when-in-prefix ivy-beginning-of-buffer -applify gnus-summary-repair-multipart lsp-ui-peek--get-text-selection Auto-Save\ Parse\ Info package-unsigned-archives obn menubar oddmuse-mode fderives registerv-p--cmacro :initform kword rust obv org-contribdir rrc-count flymake-master-make-init company-backend markdown--substitute-command-keys org-agenda-filter-make-matcher-tag-exp ido-forget-work-directory password-read 0 nnimap-command :outline-level gnus-cloud-sequence markdown-heading-1-atx semantic-before-idle-scheduler-reparse-hook goto-func ido-prev-work-directory bmrk-filename current-command lsp-ui-peek-enable 0 w32notify timezone-day-number clocktable-start ~/Documents/org/333\.org em-smart go-vet xr-index lsp--client-last-id ido-use-filename-at-point company--maybe-init-backend nnimap-find-wanted-parts mm-inhibit-file-name-handlers switch-to-chibi org-taskjuggler-export dired-mouse-find-file-other-frame swiper--re-builder org-clock-update-period entry-type company-completion-cancelled-hook kill-matching-buffers hydra-window/keymap org-list-struct-fix-ind f-read flycheck-phpmd-rulesets 0 make-lsp--parser--cmacro dirp s-presence auth-source-macos-keychain-search eieio-copy-parents-into-subclass reftex-make-index-buffer-name url-working-buffer kill-read-only-ok gnus-auto-subscribed-categories atomic-chrome-httpd-parse-string reftex-make-selection-buffer-name autoconf company-echo-format mml-signencrypt-style -is-infix-p spam-contents defaultport reftex-make-regexp-allow-for-ctrl-m s-mixedcase\? qprefix subword-mode-off-hook :display-transformer-fn gnus-summary-reparent-thread gnus-data-make do-replace-regexp s-right gnus-newsgroup-spam-marked 0 tq-queue-head-question semantic-edits-incremental-parser ffap-menu-regexp haskell-process-do-cabal-format-string lsp--client-string-renderers mode-local-read-function new-newsgroups sp-autodelete-closing-pair newsticker-dir package--update-downloads-in-progress diary-lunar-phases gnus-correct-length page-curl rotatef swiper--format-spec counsel-customize-face-other-window hydra-ibuffer-main/ibuffer-forward-line semantic-symref-tool-cscope biblio--read-selection-extended-action 0 haskell-cabal-find-subsection markdown-footnote-marker-positions not-in-buffer gnus-method-functions -cut 0 sp--indent-region ps-print-face communication filever mh-sending-mail pdf-occur-read-string url-gateway org-agenda-show-future-repeats lsp-goto-type-definition swiper--add-overlay url-cookie-store haskell-command-live epg-start-decrypt reftex-index-default-macro markdown-toggle-wiki-links 0 sp-pair-overlay-keymap Fontify\ Code\ Blocks\ Natively wall swiper--update-input-ivy company-echo-timer bogofilter colir-compose-soft-light :compilation-level gnus-balloon-face-function mail-encode-encoded-word-region org-agenda-bulk-marked-p --only-some-p ffap-compression-suffixes cljr-stop-referring find-lisp-find-dired-subdirectories bibtex-completion-shorten-authors xref-mode-local-find-override org-clock-persist-query-resume ibuffer-unmark-backward git-gutter:deleted ivy-index TeX-current-macro 0 compilation-compile] (:action #f(compiled-function (result) #<bytecode 0x4136470d>) :keymap (keymap (keymap (3 keymap (18 . #f(compiled-function () (interactive nil) #<bytecode 0x4136476d>)))) keymap (67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find-symbol)) :predicate commandp :require-match t :history counsel-M-x-history :action #f(compiled-function (cmd) #<bytecode 0x415697e1>) :sort t :keymap (keymap (67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find-symbol)) :initial-input nil :caller counsel-M-x)) | |
ivy-prescient-read(#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a format string, normally ending in a colon and a\nspace; %d anywhere in the string is replaced by the current\nnumber of matching candidates. For the literal % character,\nescape it with %%. See also `ivy-count-format'.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThis argument is for `completing-read' compat.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION can be\nselected, i.e. custom text.\n\nIf INITIAL-INPUT is not nil, then insert that input in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN is called each time the current candidate(s) is changed.\n\nWhen SORT is t, use `ivy-sort-functions-alist' for sorting.\n\nACTION is a lambda function to call after selecting a result. It\ntakes a single string argument.\n\nUNWIND is a lambda function to call before exiting.\n\nRE-BUILDER is a lambda function to call to transform text into a\nregex pattern.\n\nMATCHER is to override matching.\n\nDYNAMIC-COLLECTION is a boolean to specify if the list of\ncandidates is updated after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determine which\ncustomizations apply to the current completion session." #<bytecode 0x41337149>) "M-x " [## connection-failed diary-included-files epg-context-signers reftex-untie-multifile-symbols 0 -is-infix\? message-required-headers magit-submodule-update custom-face-menu pdf-cache-renderpage-highlight magit-reflog-commit semantic-tag-write-list-slot-value markdown-match-bold haskell-cabal-empty-regexp mml-secure-smime-sign-with-sender url-cookie-multiple-line biblio--selection-insert template ido-choice-list lsp-ui-flycheck mixal gnus-summary-recenter avl-tree--stack-store--cmacro cl-print--preprocess ivy-sort-file-function-default tls-success ellipses -some\? straight-maybe-emulate-symlink 0 post-deadline semanticdb-project-database-file-child-p being \" f-directory\? auth-source-token-passphrase-callback-function test-command package-menu--new-package-list \' ---5 gnus-summary-catchup-from-here :start-time ---8 request-list elfeed-search-date-face not-at-beginning-of-line f-empty\? undo-adjusted-markers projectile-tags-file-name ivy--regex-hash url-fullness--cmacro diff-refine-added ivy-highlight-functions-alist hit-value gnus-thread-hide-killed ivy--length doc-view-previous-page company--capf-data dired-marker-regexp gnus-remove-if ivy--actionp em-unix expires flycheck-error-list-set-source swiper-recenter-top-bottom angle-close hexl-current-address fingerprint url-cookie-generate-header-lines F gnus-summary-set-local-parameters gnus-group-restart locally projectile-symbol-or-selection-at-point reftex-add-label-environments ad-preactivate-advice auto-revert-mode-hook sh-smie--indent-continuation markdown-location-button P reftex-select-label-mode reftex-bib-title-face hs-headline flycheck-report-failed-syntax-check :protocols tablist-filter-eval ledger-font-xact-highlight-face company-clang-prefix-guesser :serial-number reftex-section-levels-all ellipsis org-journal-file-name->calendar-date expandable counsel-ibuffer-visit-buffer-other-window _ euc-jp-mac org-clock-persist-query-save eshell-handle-errors ivy-match-required-face tablist-push-numeric-filter ido-text-init reftex-allow-detached-macro-args company-preview f--collect-entries fullstr bahai-date url-cookie-name--cmacro company-indent-or-complete-common ido-completions company-search-other-char flymake-proc-master-file-count-limit ledger-font-other-face q end-line rfc2047-fold-region cus-theme :tcolumns default-type org-x11idle-exists-p websocket-client-data ivy-inhibit-action z sp-get-pair straight-vc-git--ensure-local gnus-delete-windows-in-gnusey-frames $EOI sftp org-escape-code-in-region swiper--init global-semantic-highlight-func-mode julia-mode flycheck-verify-checker haskell-mode-interactive-prompt-state oldf gnus-article-treat-fold-newsgroups flycheck-mode-set-explicitly semantic-show-parser-state-auto-marker hanoi company--auto-completion org-src-mode-hook undo-tree-visualize-redo-to-x s-present\? 0 select-tags-table-mode-hook cider-connect-sibling-clojurescript dired-mark-pop-up ido-reread-directory 0 ibuffer-current-format org-agenda-skip-additional-timestamps-same-entry counsel-yank-pop go-golint browse-url-netscape-arguments hydra-window/delete-other-windows biblio-selection-mode-abbrev-table ivy-bibtex-add-PDF-attachment org-babel-when-in-src-block gnus-summary-next-group-on-exit haskell-interactive-prompt company-keep org-agenda-daily/weekly ivy-state-re-builder--cmacro :shown-value semantic-lex-open-paren bindat-get-field gnus-update-summary-mark-positions semantic-tag-include-system-p hydra-ibuffer-filter/ibuffer-filter-by-predicate markdown-link-face ovl counsel--face-at-point flycheck-this-emacs-executable container-title 0 websocket-conn skeleton pdf-isearch-active-mode-hook literate-comment overload-docstring-extension ivy-left-pad semantic-ia-fast-jump message-subscribed-address-functions search-length user-defined-down epg-key-validity-alist company-clang--error-buffer-name remote-dir 0 gnus-group-ignored-charsets-alist pgp semantic--tag-attributes-cdr counsel-semantic-or-imenu clojurec-mode org-completing-read remember-pos rmailout rainbow-delimiters-depth-5-face custom-variable-edit custom-notify Info-read-node-name-2 sp--get-suffix package-install-button-action gnus-start-date-timer org-ts-regexp-inactive done-bad company-cmake-executable AUCTeX\ Interface parentstring end-list pid haskell-delete-indentation ido-rescan true-file straight-recipes-rg-version markdown-live-preview-window-deserialize mail-header-make-address lsp--parser-make-filter haskell-indentation-with-starter flycheck-rust-manifest-directory lsp-ui-sideline--margin-width global-git-commit-mode-hook -some-> package--removable-packages 0 org-journal-search-calendar-year semantic/complete --reduce-r org-doi-server-url make-full-mail-header jump-to-filter-group crystal-spec semantic-tag-new-alias biblio--prepare-authors ibuffer-toggle-filter-group-1 semantic-working-type browse-url-galeon-arguments gnus-strip-killed-list hexl xref-file-location-list-p bookmark-upgrade-version-0-alist keypad-numlock-setup semantic-overload-symbol-from-function shr-color-html-colors-alist ibuffer-redisplay-engine pkg widget-function-prompt-value-history bibtex-parse-field-string wisent-print-conflicts markdown-font-lock-extend-region-function calendar-view-diary-initially-flag markup-title-3-face hydra--hint-heads-wocol org-link-edit-forward-slurp swiper--point-max flymake-diagnostics-buffer-mode-abbrev-table dash--table-carry make-websocket-frame--cmacro text-edit ignored-local-variables electric-pair--with-uncached-syntax s-chop-suffixes compilation-minor-mode-on-hook gnus-string-remove-all-properties :custom-level elfeed-enclosure-default-dir Locally AEAD-ciphers Texinfo projectile-project-buffers-non-visible semantic-tag-prototype-p mm-7bit-chars magit-signature-good parent-rep lsp-ui-flycheck-list save-place-mode-map ido-is-unc-host semantic-with-buffer-narrowed-to-current-tag haskell-lexeme 0 supported-operations lsp--registered-capability-by-id wbol :pre-handlers semantic-tag-components-with-overlays-default sp-delete-word eshell-passwd-file ivy--cd semantic-parse-tree-needs-rebuild-p diary-bahai-date hydra-ibuffer-main/ibuffer-backward-line 0 deb-top rmail-summary-exists :fingerprint ivy-string< d-incp Strikethrough Info-prev-reference field-beginning delete-selection-save-to-register iso-8859-5-unix Char range-error 0 supers lana counsel-yank-directory semantic-test-data-cache browse-url-browser-display ad-should-compile biblio-doi--set-mime-accept counsel-rhythmbox-current-song mu4e-headers-mode eieio-list-prin1 pom lsp--global-teardown markdown-mode-font-lock-keywords-math counsel-colors-action-kill-hex cl--simple-funcs Show\ all\ errors mail-parse-charset reftex-arg-label duplicates tamil-composable-pattern Narrow\ to\ Block 0 s-capitalize jka-compr-file-local-copy library ivy-expand-file-if-directory pathvar company-echo-truncate-lines 0 erlang ivy-height pcase-codegen shar bibtex-completion-find-pdf-in-library sunrise-commander-autoloads rmail-msgbeg wisent-eoi-term parsebib--find-bibtex-field :print-function tablist-operations-function nnimap-buffer ido-chop epa-key-mode-hook lsp-ui-peek--adjust straight\.el ivy-toggle-case-fold pdf-util--base-directory magit-popup-mode semantic-symref-tool-global-p org-clock-total-time pre c-scope-operator prg ffap-url-fetcher autoload-timestamps quail-update-leim-list-file wisent-error-tag from-file counsel-find-file-extern ivy-state-collection--cmacro eshell-parse-colon-path url-queue-callback :completep ivy-views gnus-mime-buttonize-attachments-in-header --first bibtex-autokey-get-names swiper--point-min gnus-summary-put-mark-as-ticked-prev gnus-summary-format avy-action markdown-next-link org-agenda-filtered-by-top-headline custom-buffer company-tooltip-search-selection use-package-unalias-keywords list-directory-brief-switches haskell-process-get-repl-completions read-from-whole-string f-directory-p unmark-all haskell-interactive-mode-splices-buffer-name rainbow-delimiters-mode-off-hook actives ibuffer-always-show-last-buffer nnmail-large-newsgroup haskell-compilation-mode network-stream-open-starttls s-lex-fmt|expand ido-confirm-unique-completion ivy--regex-or-literal flycheck-error-list-propertized-source-name -setq geiser-menu epg--status-NEED_PASSPHRASE_SYM ido-is-root-directory ivy--occur-press-update-window nnoo-parents message-point-in-header-p org-mac-safari-insert-frontmost-url atomic-chrome-httpd-process-filter header-mouse-map rotating fullwidth gnus-show-threads markdown-get-all-refs counsel--find-symbol wisent-parse-error-function preselect Archive\ default-1 _force gnus-article-treat-overstrike tb-size-cb flycheck-error-thing-region url-queue-kill-job undo-tree-visualizer-initial-node ad--defalias-fset flycheck-checker tablist-assert-column-editable tag-any-match-p biblio--tag-backend browse-url-gnudoit-args use-package-\(:files\ \(\"ivy-prescient\.el\"\)\ :package\ \"ivy-prescient\"\ :local-repo\ \"prescient\.el\"\ :type\ git\ :repo\ \"raxod502/prescient\.el\"\ :host\ github\)-nil-nil esup-child-chomp url-parse-query-string Refresh/Reload nnir-compose-result dired-subdir-max company-cmake--meta-command-cache flycheck-collapse-error-message-whitespace ffap-el jinja2-mode flymake-start-syntax-check cl--make-usage-var sx-favorites gnus-summary-very-wide-reply company--manual-action ledger-font-periodic-xact-face flycheck-handle-save org-babel-expand-body:elisp org-open-file-with-emacs fnh-elem last-dist reftex-toc-include-file-boundaries reftex-index-section-letters org-texinfo-def-table-markup haskell-cabal-mode-syntax-table window-safe-min-height help-insert-string biblio--plist-to-alist signature-algorithm gnus-articles-in-thread utf-16-be-no-signature Reveal\ on\ isearch custom-browse-only-groups counsel-locate-cmd-noregex gnus-newsgroup-begin pdf-tools-faces websocket-frame-p atomic-chrome-create-buffer operand qid markdown-footnote-chars reftex-everything-regexp company-replacement-args sass/scss-sass-lint hydra--work-around-dedicated use-package-normalize-mode -reductions haskell-interactive-mode-return parsebib--match-brace-forward vc-mtn with-editor-shell-command counsel-string-compose dabbrev--select-buffers Projectile all-children bbdb-search hydra-window/hydra-move-splitter-down browse-url-file-url ibuffer-assert-ibuffer-mode customized-face-comment ivy--buffer-list custom-group-members mml-smime-passphrase-cache-expiry tablist-read-regexp-filter ffap-event-buffer accum company-eclim--project-list inline-quote url-cookie-untrusted-urls s-matches-p undo-tree-undo ibuffer-map-deletion-lines mode-local-post-major-mode-change pdf-occur-search-batch-size warn-unencrypted epg-make-data-from-string--cmacro projectile-parse-dirconfig-file org-end-time-was-given haskell-guess-module-name org-checkbox-statistics-done sp--get-hybrid-suffix flycheck-display-error-messages :variable-type sp-kill-region flycheck-try-parse-error-with-pattern mac-pointer-not-allowed ctable abbrev-insert 0 undo-tree-repeated-undo-in-region-p face-at-point flycheck-cppcheck-include-path accept-string ad-compiled-p ido-minibuffer-setup-hook :default-face raw-text-dos tablist-negate-filter ibuffer-load-hook cl-tree-equal Sideways bibtex-completion-candidates display-time-world mm-handle-set-undisplayer semantic-flex-list capture org--msg-extra japanese-katakana-two-byte wisent-set-conflicts parsebib-entry-type-error gnus-summary-clear-above -fix sp--merge-prop subtitle list-only markdown-regex-block-separator undownload colir-color-parse sx-tab-month straight--process-output-end epg-context-error-buffer--cmacro u16 old-modified pdf-cache--prefetch-started-p :document jka-compr-run-real-handler eieio-object-name-string magit-imenu--log-prev-index-position-function markdown-get-defined-references mm-encode undo-outer-limit-truncate mm-text-coding-system org-bbdb-anniv-extract-date 0 mml2015 mark-to-kill last-shift sp-char-is-escaped-p Info-next ivy--get-window next-field-start parsebib--key-regexp haskell-process-queue-flushed-p wisent-parse-start haskell-utils-async-watch-changes undo-tree-node-redo-beginning lsp-make-traverser markdown-metadata-value-face ace-link--compilation-action f-empty-p ob-ocaml calendar-daylight-savings-starts-time widget-match-inline textregions gcov-nomark org-autoloads straight--links-dir reftex--index-tags sp--lisp-modes company--search-old-changed define-lex-analyzer flymake-proc-get-project-include-dirs-function uri-handlers prescient--load-save-file hydra-repeat haskell-indentation-type-1 auto-insert-prompt compilation--ensure-parse init-stack-depth counsel--gg-count biblio-collect-backends haskell-process-cmd-queue-pop reftex-index-verify-function message-load-hook nnmail-search-unix-mail-delim wisent-skip-block custom-face-edit-value-visibility-action sp-get-stringlike-expression package-menu--partition-transaction hl-line-maybe-unhighlight gnus-summary-go-to-next-thread projectile-ignored-directories-rel archive-zip lsp--make-document-formatting-params deb-lfunc pcase-PAT raw erc-mode-line-and-header el-patch-get erc-session-port semantic-show-unmatched-syntax-mode semantic-inhibit-functions ido-incomplete-regexp save-place--setup-hooks python-flymake dired-find-subdir comment-delimiter org-bracket-link-analytic-regexp $1 localpart $3 undo-tree-position cl-puthash url-queue-setup-runners :maintainer if-exists markdown-clean-language-string label-numbers rmail-edited-attr-index company-template-remove-template nndiary 0 0 projectile-test-suffix unlink-copy-hook magit-reflog-amend ido-pop-dir pcomplete--common-suffix ibuffer-pop-filter-group menu-bar-showhide-fringe-ind-customize min-len tablist-mode-syntax-table org-agenda-skip-subtree-when-regexp-matches url-attributes flycheck-working-directory reftex-make-overlay defun-gmm lsp--client-prefix-function create-image tablist-umark-filtered-entries rec red markdown-css-path url-path-allowed-chars websocket-unsupported-protocol package--bi-desc-summary--cmacro compilation-old-error-list custom-browse-visibility Keyboard global-hl-line-maybe-unhighlight edit-options-separator json-alist-p compilation--previous-directory use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/auctex\"\ :package\ \"auctex\"\ :local-repo\ \"auctex\"\)-nil-nil available-width ido-toggle-prefix reftex-index-complete-key wisent-parse-lexer-function reftex-bibfile-ignore-list ediff-fine-diff-A ediff-fine-diff-B ediff-fine-diff-C ~/Documents/org/index\.org company-gtags-executable lsp-ui-mode-hook haskell-cabal-enum-targets sp-company--insert-candidate $l sign gnus-group-suspend cl--loop-let jabber-chat-prompt-local checkdoc-autofix-flag ring-copy ido-file-dir-completion-map debugger-mode-map reftex-toc-max-level $v Indent\ line markdown-replace-regexp-in-string magit-list-submodules org-clock-clocktable-formatter 0 biblio-dblp elisp-archive-host ido-minor-mode-map-entry org-blank-before-new-entry archive-zoo org-task-overrun-text haskell-process-log org-switch-to-buffer-other-window ido-completion-map straight-recipes-all-the-icons-version ido-record-work-directory auth-source-search-collection hydra-docstring-keys-translate-alist partial-front rhl counsel-locate-cmd-es singularize-string f-writable\? elisp-lint-indent-specs tablist-put-mark-state gnus-summary-make-false-root-always rhs eieio-class-slots org-refile-cache-put wisent-java-default-setup bongo-library-mode woman-formatting message-send-and-exit copy-websocket-frame wisent-build-relations xref-show-location-at-point message-mail-alias-type-p biblio--selection-mode-name org-publish-sitemap-file-entry-format radian--advice-haskell-fix-back-to-indentation flymake-proc-get-include-dirs abstract hydra-ibuffer-mark/hint vhdl-print gh-auth url-queue-start-time diff-header org-element-quote-block-interpreter message-expand-group gnus-summary-search-article-forward last-field-p websocket-server-websockets absoluteday subword-setup-buffer puny-encode-domain websocket-inner-create--cmacro lsp-ui-flycheck-list-mode-hook wisent-print-fderives vc-switch-backend counsel--yank-pop-kills tablist-filter-op-equal domains rainbow-delimiters-depth-8-face custom-face-all customize-version-lessp semantic-lex-whitespace counsel--buffers-with-mode flycheck--idle-trigger-conditions xref-mode-local-overload 0 ido-ignore-item-p ivy-set-view-recur org-with-limited-levels delete-mapper rmail-restore-desktop-buffer sp-paredit-bindings ibuffer-title set-justification-none flycheck-standard-input 0 lsp--point-to-marker--inliner 0 package-menu--old-archive-contents epa-display-info widget-specify-inactive mml-quote-region radian--advice-clj-refactor-message-eagerly -> company-eclim--project-dir company-files--completion-cache hydra--ignore rlt company-prescient-completion-finished ido-enable-regexp deb-descr ido-max-work-file-list winner-get-point dbuff gnus-group-make-articles-read semantic-command-separation-character projectile-hg-command gnus-summary-mark-as-read url-system-type ivy--queue-exhibit cider-debug-defun-at-point compilation-next-file nnir-imap-query-to-imap radian-show-git-global-mode-cmhh org-clock-history reftex-get-offset uncomment auto-revert reftex-env-or-mac-alist is-inline-task :willSaveWaitUntil ivy-format-function company--perform isearch--state-case-fold-search ediff-help calendar-tex element info-other-window flycheck-add-overlay projectile-go-project-p flycheck-deferred-syntax-check ido-unload-function 0 undo-tree-draw-node shell-filename-completion byte-compile-maybe-guarded ffip-find-relative-path-callback :save-buffers projectile--find-file 0 batch-file-mode electric-quote-inhibit-functions ivy--directory-done $region1 dabbrev--last-direction counsel-outline-candidates dst-starts-gregorian company-call-backend row semantic-read-event org-compile-file 0 counsel-more-chars request-newgroups rpm semantic-symref-tool-global swiper--current-match-start previous-error-no-select semantic-lex-current-depth gnus-article-strip-multiple-blank-lines b-month mml-secure-message gnus-uu-decode-unshar pdf-info-restart-process-p pdf-util-scale-relative-to-pixel flycheck-syntax-check-working-directory--cmacro eshell-prompt projectile-dirname-matching-count Sort\ lines\ in\ region 0 hydra-ibuffer-sort gnus-summary-make-marking-command-1 mode-local cl-callf org-agenda-tag-filter-while-redo websocket-ensure-connected 0 deletable-articles markdown-code-block-at-point-p use-package-\(:type\ git\ :files\ \(\"lisp/*\.el\"\ \"README\"\ \(\"build\"\ \"Makefile\"\)\ \(\"build\"\ \"server\"\)\ \(:exclude\ \"lisp/tablist\.el\"\ \"lisp/tablist-filter\.el\"\)\)\ :host\ github\ :repo\ \"politza/pdf-tools\"\ :package\ \"pdf-tools\"\ :local-repo\ \"pdf-tools\"\)-nil-nil projectile-tags-backend 0 gnus-and markdown-heading-2-setext counsel-fzf-cmd window-displayed-height 0 global-superword-mode-enable-in-buffers diary-mark-entries-1 Custom-mode-syntax-table mail-abbrevs-mode-map ido-delete-backward-updir ivy-minibuffer-match-face-1 ivy-minibuffer-match-face-2 ivy-minibuffer-match-face-3 ivy-minibuffer-match-face-4 Previous\ Link gnus-undo-boundary-inhibit sp--get-overlay-text do-sort-by-size week hydra-ibuffer-mark/ibuffer-mark-help-buffers-and-exit mac-script-code-coding-systems 0 cl-struct-lsp-diagnostic-tags hydra--sort-heads image-minor-mode-map compilation-auto-jump-to-next semantic-describe-buffer haskell-interactive-mode-tab haskell-debug-muted-face wisent-lex-istream :instance prolog-other chdir action-table markdown-match-leanpub-sections ffap-submit-bug haskell-cabal-chomp-line wisent-parse-stream reftex-parse-args bibtex-BibTeX-field-alist company-template-find-next-field haskell-process-auto-import-loaded-modules sec 0 message-mode-menu 0 atomic-chrome-close-connection grape 0 markdown-live-preview-switch-to-output flycheck-ruby-jruby-executable package-x winner-mode-hook ivy-mode-map ebnf-repeat sep -rpartial cl-struct-flymake--backend-state-tags company-keywords-upper-lower -last gnus-summary-morse-message nnmail-cache-ignore-groups 0 hydra-ibuffer-mark/ibuffer-mark-dired-buffers-and-exit package--add-to-archive-contents tooltip-mode-on-hook on-open flycheck-syntax-check-working-directory gnus-group-mark-map package--save-selected-packages undo-tree-region-data-undo-end tabulated-list-sort counsel--yank-pop-format-function semantic-tag-function-constructor-p f-traverse-upwards nnheader-report ivy-prescient--make-filter-method-keymap s-wrap erc-netsplit global-company-mode-buffers gnus-art gnus-summary-limit-to-bodies reftex-visited-files -reductions-r el-patch-use-package-mode-off-hook helm-buffer-size 0 pdf-info-make-local-server writeroom-mode-autoloads atomic-chrome-edit-mode absm hydra-window/hint bibtex-braced-string-syntax-table counsel-ack-base-command ldiff eieio-browse highestmodseq ido-ignore-files semantic/lex load-save-place-alist-from-file 0 ivy--set-candidates nlinum-mode rxp 0 reftex-insert-label-flags counsel--grep-mode-occur custom-button xref--with-dedicated-window clean-buffer-list defvoo message-cancel-hook Double nnir-imap-peek-symbol package-desc-name :compact orig-fun sin lowest-buf haskell-interactive-mode-multi-line custom-unsaved-options haskell-indentation-guard feedmail-headers $region subword-backward-kill prescript lsp-project-whitelist flycheck-parse-reek --find-indices day-discrepancy tablist-copy-text-property org-up-heading-safe bibtex-completion-cross-referenced-entry-types epg-context-textmode--cmacro semantic-tag-similar-with-subtags-p todo-display bibtex-completion-notes-global-mode-hook producer allow-unsigned lsp--client-notification-handlers Headings\ &\ Structure ivy-display-function-popup symbol-end --cl-block-lsp--parser-body-- org-crypt-check-auto-save org-agenda-date-later-minutes ffap-file-at-point org-agenda-sticky semantic-lex-token-end pdf-misc-context-menu-minor-mode-map f-parent-of\? ibuffer-sorting-functions-alist TeX-modes-set include-cmds semantic--parse-table lsp--parser-queued-requests--cmacro atomic-chrome haskell-command-state seconds-per-day company-clang-version ido-all-frames markdown-fenced-block-pairs flycheck-autoloads-file-p found-mark flycheck-may-check-automatically gnus-summary-wake-up-the-dead == flycheck-verification-result-p--cmacro f-parent-of-p markup-meta-face reftex-verified-face message-sendmail-envelope-from ffap-max-region-length compilation--previous-directory-cache :next-checkers downcase-word no-bar raw-tag define-lex-keyword-type-analyzer gnus-request-compact-group epa-import-armor-in-region find-function-read string-trim C-S-mouse-3 cl-struct-epg-sig-notation-tags gnus-summary-prev-group gnus-post-news projectile-tags-exclude-patterns hs-mouse-toggle-hiding secret-p gnus-server-get-method projectile--cleanup-known-projects --fix company-global-modes Grep\ on\ Document log-edit-mode creator gnus-summary-catchup-to-here nnimap-greeting url-cookie-retrieve bindat-raw pdf-isearch-empty-match-p ido-nonreadable-directory-p flycheck-parse-stylelint-json Set\ executable\ of\ syntax\ checker mac-ae-script-language magit-bookmark--refs-jump color-lab-to-xyz flycheck-error-list-highlight-overlays 0 --cl-block-lsp--client-send-sync-- isearch--state-string ibuffer-mark-by-content-regexp prescient-sort-compare ivy-sort-matches-functions-alist pdf-isearch-batch-mode-off-hook counsel-symbol-at-point projectile-run-command A1 ibuffer-jump-to-buffer s-snake-case A4 package-activate-1 lsp-ui-doc-inline company-cmake-modes lsp-ui-peek--xref-make-item wisent-get 0 word-separating-categories org-mode-line-string semantic-overlay-delete rfc2368-parse-mailto-url 0 lsp-ui-doc--string-eldoc websocket-frame-completep--cmacro lsp--read-json multi-isearch-next-buffer-current-function package--compile aw-flip-window switch-to-haskell tablist-forward-entry custom-group-link nil-4 bookmark-set-annotation xref--xref-buffer-mode flycheck--error-list-msg-offset custom-tool-bar-map swift-mode:highlight-symbols-in-standard-library :default-value tar counsel-locate-action-extern projectile-maybe-invalidate-cache gh-pull-comments straight-package-neutering-mode-off-hook nsyms starttls-any-program-available disposition cljr-slash company-auctex-environments List\ all\ problems pdf-history-backward cider-format gh-repos x-symbol-tex wisent-initialize-LA nnimap-server esh-arg end-eol mh-search-choose counsel-fzf-action yesterday ssh org-babel-comint-input-command file-notify-add-watch tablist-column-name websocket-inner-create Info-no-error :cbargs f-parent ivy--all-candidates flymake-proc--create-master-file haskell-cabal-previous-subsection forever std unmark-all-marks dabbrev-ignored-buffer-regexps 0 package-desc-priority reftex-no-props ido-auto-merge-delay-time highlight-uses-mode-on-hook compilation--message-p--cmacro radian--flycheck-markdown-setup pdf-view-mode avl-tree-stack-p helm-ff-directory markdown-outline-previous sub ido-initial-position reftex-index-phrases-search-whole-words css-eldoc s-autoloads ido-only-match Cf :backend undo-tree-visualizer-data multiple-lines rgrep-find-ignored-directories gnus-forward-line-ignore-invisible sun Show\ &\ Hide gnus-group-tool-bar-zap-list main-file url-cookie-secure-storage org-timestamp--to-internal-time semantic-default-texi-setup flymake-proc-reformat-err-line-patterns-from-compile-el wisent-python-default-setup def-dir hist magit-commit region-selected linear-a websocket-outer-filter 0 erc-speedbar mml-secure-message-encrypt-smime haskell-cabal-executable-fields reftex-revisit-to-follow reftex-kill-temporary-buffers 0 org-before-first-heading-p 0 rsets reftex-query-replace-document body-length swi markdown-list-indent-width org-journal-decrypt projectile-ignored-rel-p number-of-pages semantic-highlight-edits-mode-on-hook rmailsum nested-comment inferior-lisp-mode gnus-gmane-group-download-format gnus-summary-low-unread guiler wisent-bits-size ido-process-ignore-lists gnus-summary-save-parts-type-history intersection json-encode-key dired-log-summary company-template-field-map markdown-footnote-text-positions pdf-misc-context-menu-minor-mode-hook xref--xref-buffer-mode-hook 0 ivy--switch-buffer-action org-table-hline-regexp biblio--read-backend use-package-hook-name-suffix actn counsel-variable-list no-group color-lab-to-srgb 0 0 flycheck-error-level-fringe-face haskell-session haskell-mode-view-news org-contextualize-keys dabbrev-tail markdown-live-preview-buffer markdown-live-preview-delete-export auto-revert-notify-modified-p semantic-type-relation-separator-character url-cookie-trusted-urls tit Recenter\ TOC straight-repository-branch avy-read counsel-semantic-action Hg lsp--merge-plists :mstart reftex-loaddefs semantic-buffer-local-value semantic-clean-unmatched-syntax-in-buffer org-agenda-top-headline-filter bibtex-completion-notes-global-mode-enable-in-buffers reftex-sort-bibtex-matches projectile-test-file-p inferior-process sh-ancestor-alist org-encrypt-entry el-patch-defconst desktop-dont-save ivy-state-caller--cmacro 0 wisent-SETBIT auto-revert-remove-current-buffer etags-list-tags projectile-mode-off-hook lsp--markup-content-p--inliner counsel-async-filter-update-time emacs-lisp-byte-compile-and-load message-expires semantic-lex-close-paren LA avy--remove-leading-chars s-truncate texinfmt lv-wnd ido-entry-buffer org-closed-time-regexp :end-line indent-or-triple pdf-info-normalize-page-range gnus-downloaded-mark f-child-of\? save-buffers-kill-emacs bibtex-completion-fallback-action pdf-view-printer-minor-mode-on-hook N0 semantic-find-tag-by-overlay-next turn-off-smartparens-strict-mode diary-sexp-entry-symbol ido-up-directory flycheck-rust-binary-name radian--advice-company-overrides-yasnippet magit-revert-no-commit websocket-try-callback 0 haskell-session-modify ido-cannot-complete-command org-deadline-time-regexp 0 calendar-chinese-daylight-saving-start-time vhdl-port ido-summary-buffers-to-end radian-highlight-long-lines-mode tq-enqueue map-contains-key haskell-sort-imports-collect-imports projectile-default-generic-command ivy-re-match semantic-parse-region first-value ivy-bibtex-edit-notes lsp--cur-column--inliner --cl-block-straight-vc-git--ensure-head-- specializers punct reftex-refontify reftex-index-show-entry isearch-backslash toc helm-history-deleted org-babel-examplize-region :public counsel-git-action projectile-root-bottom-up undo-tree-node-branch--cmacro leng browse-url-xterm-program reftex-find-index-entry-regexp-format flycheck-clang-no-rtti wgrep-face ffap-read-only :inflight-input tq-queue markdown-blockquote-display-char prescient--initials-regexp org-agenda-undo-has-started-in biblio-with-fontification plstore-delete autoload-rubric rescan ibuffer-buffer-file-name flymake-proc--process-filter markdown-remove-header markdown-next-list-item-bounds semantic-update-mode-line haskell-indentation-newline-and-indent egyptian ido-unc-hosts undo-tree-visualizer-spacing Np dabbrev--friend-buffer-list :c3 Ns semantic-simple-lexer haskell-session-default-name cl-type-definition swift-mode-beginning-of-defun hz-unix pdf-occur-search-string bindat--pack-item bibtex-start-of-text-in-field declaim semantic-insert-foreign-tag wisent-discarding-token-functions 0 grey-dark eldoc-mode-map org-clock-out-hook eieio-persistent pdf-history colir markdown-reference-check-buffer ido-create-new-buffer haskell-session-new-assume-from-cabal gnus-summary-put-mark-as-expirable-prev-unread flycheck-report-status use-package-\(:type\ git\ :host\ github\ :repo\ \"dajva/rg\.el\"\ :package\ \"rg\"\ :local-repo\ \"rg\.el\"\)-nil-nil tablist-selection-changed-functions use-package-normalize-keywords clear-progress-display nnir-read-parms Visit\ Phrase\ Buffer calendar-recompute-layout-variables pcmpl-cvs uce using-biblatex mail-source-fetch-maildir f-hidden-p pdf-isearch-current-match mh-show-header-display SI widget-tabable-at eieio--defmethod initialized haskell-debug-make-fake-history iso-latin-2-unix Original-To haskell-compilation-filter-hook org-element-clock-interpreter ibuffer-filter-by-directory semantic-flex-buffer markdown-match-pandoc-metadata tex-font-setup package-menu-toggle-hiding flycheck-gnat-args auto-revert-tail-mode-hook url-cookie-storage radian--smartparens-indent-new-pair :cl gnus-summary-open-group-with-article company-clang--handle-error gnus-newsgroup-forwarded haskell-mode-find-def isearch-mode-hook V1 debugger-outer-match-data lsp--registered-capability-options--cmacro less ido-setup-completion-map org-mac-message-insert-selected prescient--history haskell-lexeme-string-literal-inside-item semantic-before-toplevel-bovination-hook pdf-info-query--transform-response Info-file-supports-index-cookies biblio-download--action flycheck-rust-check-tests ede-new semantic--tag-put-property-no-side-effect gnus-summary-put-mark-as-expirable markdown-complete-alist use-package-\(:type\ git\ :files\ \(\"inflections\.el\"\)\ :host\ github\ :repo\ \"eschulte/jump\.el\"\ :package\ \"inflections\"\ :local-repo\ \"jump\.el\"\)-nil-nil bibtex-completion-notes-mode-off-hook hydra--table display-function haskell-indentation-implicit-layout-list :reqs explicit-children rcirc-faces diff-process-filter mail-user-agent haskell-completions-grab-prefix markdown-get-defined-footnotes compilation-find-buffer etags-file-of-tag 0 radian-show-git-mode-hook dired-keep-marker-symlink auto-revert-mode-text rng-loc epg-key-signature-creation-time--cmacro epg-key-sub-key-list mode-local-augment-function-help less-css pdf-view-set-slice ivy-bibtex-show-entry counsel-linux-apps-parse cl-print--find-sharing haskell-process-logo ido-next-work-file ob-tangle message-dont-send hydra-ibuffer-sort/heads Y2 lsp--parser-body-length--cmacro tablist-mark-forward sh-heredoc eieio-default-superclass-child-p gnus-group-news-3-low flycheck-irony request-autoloads haskell-lexeme-string-literal biblio-crossref--format-affiliation lsp-ui-mode-on-hook mml-externalize-attachments x-dnd ibuffer-format-filter-group-data Vp vc-rcs uid display-other-frame Outdent\ Region set-face-bold-p ivy--prompt f-executable\? Previous\ file ripgrep-regexp bibview-cache 0 pdf-dev turn-on-geiser-mode markdown-toggle-fontify-code-blocks-natively company-semantic-metadata-function pdf-info-local-server-p reftex-parse-file-extension mail-header-parse-content-type :id company-enable-overriding-keymap gnus-request-newgroups edn-remove-reader spam-use-spamassassin use-package-require-after-load package-hidden-regexps smartparens-global-mode-hook flyspell org-entities-help xlfd-regexp-resy-subnum define-lex-string-type-analyzer gnus-article-post-menu -mapcat vhdl-menu el-patch-use-package-mode-hook s-uppercase\? pdf-view-assert-active-region defaults-1 reftex-label-illegal-re calendar-nth-named-absday ultracondensed 0 hydra-ibuffer-main/hydra-ibuffer-action/body-and-exit flx-make-string-cache cl-struct-url-tags new-headers 0 f-abbrev semantic-flex-syntax-modifications habit-up timezone-time-zone-from-absolute message-cross-post-followup-to sx-tab-all-questions counsel-library-candidates declarations comment-start-point derive use-package-normalize-commands haskell-flymake-init package--downloads-in-progress -all-p imenu-auto-rescan-maxout message-cross-post-old-target gnus-summary-highlight-line Zp semantic/wisent end-month haskell-align-imports-regexp -counter lsp--text-document-hover-string eieio--class-make--cmacro use-package-autoloads/:bind counsel--async-command counsel-yank-pop-filter menu-bar-options-menu lsp-ui-imenu--put-separator tty-menu-disabled-face 0 esh-cmd radian--run-hook gnus-summary-high-read-face unc ivy-state-history--cmacro Supported\ ECC\ Point\ Formats org-link-abbrev-alist-local :ProtocolVersion visible-frame-list php-symfony haskell-cabal-with-subsection unk reparse-symbol atomic-chrome-get-buffer-by-socket semantic-format-tag-concise-prototype org-link 0 f-with-sandbox message-mml-face inhibit-debug-on-entry ivy--legal-regex-p ibuffer-title-header prescient-frequency-decay flycheck-option-emacs-lisp-package-user-dir counsel-git-grep-occur projectile--test-name-for-impl-name 0 company--begin-inhibit-commands verilog-mode-actions compilation-filter-hook pdf-util-scale-to 0 semantic--tag-hook-value Fifth\ Level\ atx magit-submodule-read-name-for-path ido-choose-completion-string compilation-error-face gnus-extra-header s-lines custom-toggle-hide company--manual-prefix hydra--call-interactively-remap-maybe s-upcase :splice start-elem semantic-parse-region-default 0 zerodark-modified-face windmove-frame-edges prescient-filter-regexps reftex-cite-prompt-optional-args :or _b backward-to-word tenth company-gtags--annotation _f working-revision haskell-process-reload-with-fbytecode flycheck-go-vet-shadow xref-location-list-p _k magit-fetch-refspec gnus-summary-unmark-as-processable resultModules flycheck-c/c++-cppcheck-executable gnus-add-mark company-guard percent ido-work-directory-index ivy-reverse-i-search sx-tab :certificate-security-level parg :suffix hs-overlay-at sx-tag projectile-command-map flycheck-may-enable-mode nnir-request-list-newsgroups exit-status gnus-sum-load-hook pad-width hydra-fontify-head-greyscale ivy-state-p org-clock-mode-line-timer gnus-tmp-score hydra-window/helm-find-files company-async-timeout ido-magic-backward-char semantic-highlight-func-ct-overlay package-menu--print-info-simple sp-backward-symbol lsp-ui-sideline-show-hover ido-copy-current-word mh-display-msg sp-highlight-wrap-tag-overlay org-find-olp semantic-parse-changes package-generate-description-file xref-bogus-location-list-p :full sp--get-kill-end be sx-method magit-margin :post-handlers 0 mode-local-bind markdown-imenu-create-flat-index reftex-move-overlay custom-group-sample-face-get typekey biblio-dblp--forward-bibtex ivy--prompt-selectable-p ca haskell-mode-try-kill-scc-at-point helm-grep-finish comma gnus-visual-mark-article-hook oref def-ext dpre url-cache-directory lsp-capabilities org-decrypt-entry doiId_s reftex-cite-format newvar defconst-mode-local cp company-semantic-doc-buffer flycheck-encrypted-buffer-p dontsign haskell-error-overlay-briefly gnus-verbose-backends :commentstop lsp-ui-peek--get-selection markdown-insert-list-item url-queue-silentp--cmacro company-filter-candidates each f-ext regexp-flags --cl-block-lsp--parser-reading-body-- modified-tick pdf-cache--data-clear imap-range-to-message-set eb ec corrupted ee go-eldoc--documentation-function gnus-group-mark-buffer org-table-calculation reftex-multiref-punctuation semantic-force-refresh ibuffer-do-sort-by-filename/process bookmark-yank-word haskell-interactive-mode-handle-h dash-at-point-autoloads bibtex-remove-delimiters markdown-fontify-sub-superscripts hydra-ibuffer-main/ibuffer-visit-buffer-other-window-and-exit er reftex-convert-string smie sh-mkword-regexpr ff fg gnus-info-set-read fill-delete-prefix biblio--selection-metadata-at-point 0 org-babel-remove-temporary-directory pdf-isearch-minor-mode-map pdf-occur-tablist-do-flagged-delete fo aw-delete-window ibuffer-active-formats-name rmail-summary-mark-undeleted fs evil-get-register haskell-ghc gotono fw index-entry haskell-lexeme-looking-at-qidsym final-time haskell-lexeme-qid nnimap-request-accept-article visual-regexp-steroids-autoloads imenu-use-markers go straight-recipes-git-commit-version ffap-version hb wisent-log-resolution gt ibuffer-unmark-all magit-remote-prune-refspecs ivy-display-function-lv f-copy class-allocation-values sp--overlays-at hydra-ibuffer-action/ibuffer-do-shell-command-file-and-exit bibtex-completion-apa-get-value org-mac-finder-item-get-selected hl-line-range-function green markdown-indent-on-enter tablist-marked-face lsp--save-include-text-p semantic-narrow-to-defun-separator ht bookmark-bmenu-toggle-filenames ivy-set-actions global-hl-line-highlight-all orkh bibtex-entry-offset scss-lint semantic-symref-tool-global-list-p counsel--expand-ls tagtype ivy-mouse-3-tooltip flycheck-error-level deb-step s-less\? tablist-eval-filter m3 senator-tag-ring biblio-dissemin--callback dired-summary period-pair compilation-locs counsel-company pdf-cache-prefetch-pages-function-default epa-mail-aliases ivy-exit-with-action viper-macs magit-diff-hunk-heading flymake-start markdown-view-mode-syntax-table f-symlink-p mh-alias js n4 calling-dir custom-variable-menu-create sample-text -cons-pair\? 0 0 haskell-indentation-if vc-hg bibtex-reference-key in-range remove-re gnus-read-all-descriptions-files la company-dabbrev--search :unwind debug--implement-debug-on-entry amount biblio-cleanup-bibtex-function nnheader-directory-separator-character use-package-handler/:commands bindat-vector-to-hex syntax-propertize-via-font-lock markdown-mark-paragraph haskell-indentation-data s-numeric\? message--yank-original-internal ido-rotate-temp semantic-lex-beginning-of-line wisent-clearin wisent-augment-automaton -slice wisent-initialize-F me lv use-package-\(:type\ git\ :host\ github\ :repo\ \"etu/webpaste\.el\"\ :package\ \"webpaste\"\ :local-repo\ \"webpaste\.el\"\)-nil-nil haskell-session-interactive-buffer lsp-ui-sideline-apply-code-actions 0 reftex-select-font-lock-unfontify reftex-label inline--leteval tabbar-selected flycheck-error-message cl--old-macroexpand biblio--selection-help bibtex-completion-insert-key ms help-follow ivy-bibtex-open-pdf woman-mode json-jsonlint --cl-block-lsp--workspace-root--cmacro-- company-select-previous counsel-yank-pop-action-remove haskell-navigate-imports-go-internal projectile-project-test-cmd ivy-ffap-url-functions nnimap-map-port haskell-cabal-source-section-p np flycheck-cwl-schema-path ivy-state-re-builder dabbrev--last-buffer-found nt bibtex-completion-string-cache winner-currents conid tablist-forward-column equalp package-desc-name--cmacro org-special-ctrl-a :global-skip charset-list oddmuse-make-completion-table oo tablist-saved-face counsel-symbol-list lsp-ui-peek-find-definitions rmail-no-mail-p company-cmake--fill-candidates-cache biblio-remove-empty package-keyword projectile--file-name-extensions -let* haskell-debug/next parsebib-collect-strings stringtnil haskell-indentation-peek-token reftex-toc-auto-recenter-timer pn haskell-process-cmd-queue counsel-ack counsel-ibuffer-history ido-subdir ps pt haskell-hoogle-start-server ido-everywhere-off-hook pw bearing company-dabbrev-code-modes C-kp-2 C-kp-3 ad-advised-arglist reftex-roman-number start-time semantic-edit-menu select-tags-table-mode-abbrev-table global-semantic-show-parser-state-mode-hook ibuffer-mode-abbrev-table rc haskell-indentation-expression-layout rst-indent counsel-descbinds-action-info ido-buffer-history u8 ri s--truthy\? ivy-next-line-or-history lsp-ui-doc--mv-at-point gnus-group-get-description wdp save-place-mode-on-hook org-journal-mode-syntax-table v1 _new-window same-window-p tmm--completion-table pdf-view-reset-slice wdx --reject-first nonterminal package--ac-desc-kind--cmacro epg-new-signature-type-alist reftex-bib-path sl checksum sn hl-line-mode-on-hook w0 parsebib--entry-start gnus-group-uncollapsed-levels w3 company-template-post-command ibuffer-inline-columns markdown-italic-face tg Info-restore-desktop-buffer flycheck-error-list gnus-header-name tk no-unique auth-source-format-prompt reftex-insert-docstruct ivy-display-style markdown-live-preview-window-function x1 x2 ts tt org-info-emacs-documents request-rename-group retrieve-group-data-early slack-message-output-header no-return bibtex-completion-fallback-candidates next-buf projectile-test-cmd-map swiper-multi-prompt picinpar radian-find-profile-other-window json-false lsp-ui-peek-find-references xref--prompt-p Describe\ syntax\ checker ut company-files--connected-p org-journal-agenda-files ido-to-end saturday vi sp--setaction biblio--insert-detail ibuffer-buf-matches-predicates websocket-check org-clock-put-overlay win1 win2 gnus-article-headers org-formula reftex-create-bibtex-file org-eldoc-get-src-lang package-menu--mark-or-notify-upgrades markdown-regex-sub-superscript _proc server-capabilities org-journal-after-entry-create-hook sp-haskell-strict-ignore-apostrophe-after-word counsel-delete-process wl global-atomic-chrome-edit-mode-on-hook haskell-definition-face exception wp savehist-additional-variables browse-url-default-windows-browser local-ovs ivy-count-format qh-list reftex-pre-refontification-functions pdf-util-remove-duplicates aget menu-bar-showhide-fringe-ind-none org-macro--counter-increment Info-dir-file-attributes browse-url-save-file eieio--class-options--cmacro hydra-ibuffer-main/hydra-ibuffer-filter/body-and-exit reverse-year nnimap-unselect-group :show-prompt xr ido-everywhere-on-hook eieio--class-p el-patch-use-package-mode-map org-src--on-datum-p mc/mark-all-like-this-in-defun org-clock-before-select-task-hook xy ido-case-fold websocket-unparseable-frame reftex-cache org-list-has-child-p hl-line-highlight ido-indicator counsel-locate-cmd-mdfind perl--Test::Harness use-package-\(:type\ git\ :host\ github\ :repo\ \"jrblevin/markdown-mode\"\ :package\ \"markdown-mode\"\ :local-repo\ \"markdown-mode\"\)-nil-nil use-package-normalize/:when sp--reset-memoization ivy-dispatching-call aghb const semantic-overlay-lists reftex-select-mark-face gnus-make-ascending-articles-unread -first message-kill-buffer-query sx-networks --cl-block-lsp--workspace-registered-server-capabilities-- reftex-toggle-auto-view-crossref prescient-remember templist swift-mode:highlight-anchor :conc-name ido-time-stamp counsel-recoll todo-faces markdown-fontify-fenced-code-blocks cl-struct-lsp--parser-tags haskell-presentation-mode-abbrev-table el-patch-define-minor-mode ivy--get-action You\ should\ never\ see\ this dont-select avy--overlay-post el-patch-splice 0 bibtex-completion-format-citation-org-apa-link-to-PDF mh-identity index-info max-height semanticdb-typecache-child-p next-screen-context-lines mm-remove-parts pdf-view--server-file-name pyvenv-workon swift-mode:builtin-property-face flymake-proc-perl-init 0 gnus-summary-mark-unread-as-read 0 semantic-read-function s-present-p company-dabbrev-char-regexp :fetcher lsp--render-markup-content-1 menu-bar-showhide-tool-bar-menu-customize-enable-left semantic-lex-reset-hooks counsel-key-binding biblio--selection-browse vhdl-model ido-ignore-unc-host-regexps cljr-sort-project-dependencies exit-ethiopic-environment biblio--cleanup-field go-eldoc ediff-directories3 company-selection dired-at-point-require-prefix semantic-flex-text straight-recipes-request-version 0 projectile-buffers-filter-function lsp-ui-peek-selection swift-mode:builtin-enum-case-face mh-scan-line-formats haskell-indentation-previous-indentation use-package-handler/:magic with-ivy-window objc-mode-map constant-flag eieio--class-make tq-close w3m-browse-url key-chord-input-method paren-open :sample-overlay gnus-nntpserver-file ivy-minibuffer-match-highlight counsel--linux-apps-cache-format-function browse-url-mozilla-new-window-is-tab semantic-lex-number-expression gnus-group-news-2-face ivy-default-view-name semantic-bovination-working-type entirely haskell-indentation-left-offset package-reinstall bookmark-maybe-message radian--advice-hide-magit-gh-pulls-when-not-cached was-modified org-journal-file colir-compose-alpha company-grab use-package-jump-to-package-form markdown-match-yaml-metadata-key company-files--exclusions-filtered ido-everywhere-map compression-error ivy-ignore-buffers ietf-drums-dot-atext-token using len-max byte-constant2 websocket-document-function maybe-dumbfw counsel-linux-app-format-function semantic-tag-mode semanticdb-file-stream reftex-select-return-marker sp-end-of-next-sexp translated-args swift-mode:debugger-executable hydra-key-format-spec references visiting swiper-all-action xref-buffer-location--anon-cmacro sp-state-delayed-insertion gnus-mouse-face-2 ffap-symbol-value markdown-rx-to-string senator-copy-tag company-clang-arguments magit-diff-popup test-dummy mode-local-symbol hl-line-sticky-flag f--entries websocket-frame-length--cmacro haskell-interactive-mode-compile-splice mml-secure-verbose ido-ignore-directories-merge ivy-read-file-transformer haskell-cabal-module-sections sp-extract-before-sexp dired-unmark-all-files Cleveref ffap-menu-cont company-tooltip-maximum-width lsp--client-language-id url-parse-make-urlobj 0 smerge-refine-regions gnus-valid-select-methods company--posn-col-row straight-watcher-start undo-tree-visualize-undo-to-x debbugs-gnu-mode match-number 0 counsel-semantic-history gnus-article-sort-by-number idlw-help xref--current-item reftex-report-bug 0 copy-flymake--backend-state desired-mode gnus-summary-save-article-body-file 0 0 org-before-change-function epa--decode-coding-string gnus-group-update-group-function markdown-syntax-propertize-blockquotes image-transform-set-scale help-do-xref haskell-interactive-face-prompt :extra-init-params f-glob rainbow-delimiters-mode-hook bookmark-completion-ignore-case pdfs rmail-epa-decrypt-1 package--builtins straight--not-present-paranoid pr-ps-directory-preview semantic-overlay-start noshow reftex-trust-label-prefix -orfn reftex-label-alist 0 lsp-ui-imenu-mode-map package--ac-desc-kind haskell-lexeme-looking-at-token found-1 older flymake-proc--safe-delete-directory bookmark-map counsel-outline-title-markdown package--from-builtin ibuffer-do-isearch cl--typedef-regexp 0 :secret company-cmake--replace-tags company-sort-by-backend-importance log-warning-minimum-level release\ management straight-recipes-json-reformat-version eshell-split-path lsp--parser-on-message markdown-calculate-list-levels idlwave-shell-command-setup flycheck-clang-definitions org-link-edit-backward-slurp reftex-index-selection-or-word dset body-2 org-special-ctrl-a/e haskell-interactive-jump-to-error-line Info-finder-find-node zeroconf org-insert-todo-subheading esh-ext use-package-\(:host\ github\ :repo\ \"raxod502/sunrise-commander\"\ :branch\ \"fork/1\"\ :upstream\ \(:host\ github\ :repo\ \"emacsmirror/sunrise-commander\"\)\ :package\ \"sunrise-commander\"\ :type\ git\ :local-repo\ \"sunrise-commander\"\)-nil-nil ido-record-command validity f-slash package-load-all-descriptors org-day-of-week lsp--make-request reftex-default-context-regexps watches tablist-marker-regexp org-footnote--allow-reference-p org-babel-tangle-body-hook hydra--body-foreign-keys function* password-data ido-completion-help reftex-bibfile-ignore-regexps rg-define-toggle mouse-yank-at-point pdf-util-debug _enable pcmpl-gnu browse-url-mosaic-pidfile :handler org-id-goto auto-revert-notify-exclude-dir-regexp nnheader-directory-articles :custom-standard-value ivy-action-name Test\ project 0 company-continue-commands ivy--exhibit ffap-ftp-default-user url-global-history-hash-table sp-backward-kill-symbol ace-link--help-collect :deadline idlwave-shell-general-setup counsel-semantic term/tty-colors markdown-table-get-dline undo-tree-node window--resize-reset company-nxml gnus-summary-save-in-rmail org-agenda-date-header lsp--workspace-extra-client-capabilities--cmacro emacs-version-changed markdown-language-info-properties ivy-read-action-format-default eshell-no-command-globbing buffer-exists ezimage flycheck-error-list-mode-syntax-table authinfo-file-or-list pdf-view-mode-hook hs-hide-all-non-comment-function end-of-visible-line lsp--client-send-async--cmacro custom-comment-tag package-all-keywords reftex-get-bibfile-list haskell-interactive-mode-insert-error reftex-init-section-numbers cconv-analyse-form color-darken-hsl ido-make-buffer-list least-positive-normalized-float member-if-not font-latex-sectioning-5-face epg-delete-problem-reason-alist websocket-protocols haskell-debug/breakpoint-numbers mm-display-shell-script-inline global-outline-minor-mode-off-hook magit-init bibtex-field-kill-ring 0 find-label-re-format haskell-process-set A11 lsp--command-p magit-worktree gnus-summary-search-article lsp--start functions lsp-ui-flycheck-list--quit winner-active-region gnus-thread-indent-array keep-date tablist-selected-id c-hsv adoc-mode completion--capf-misbehave-funs lsp-after-open-hook org-match-string-no-properties nlabel straight-recipes-web-mode-version erc-backend 0 Cycle\ TODO wgrep-setup round* :mac-algorithm-noncesize override-global-mode-off-hook markdown-back-to-heading global-hl-line-mode-on-hook info-title-1 reftex-ensure-compiled-variables bindat--pack-u16r info-title-4 :on-close semantic-format-tag-prototype el-patch-use-aggressive-defvar ns-handle-nxopen gnus-summary-catchup-all-and-exit pdf-misc-print-document :narrow ivy-backward-kill-word byte-goto Hyperref no-checker debugger-frame-clear 0 Previous\ Frame diary-sexp font-lock-fic-face straight-recipes-magit-popup-version reftex-mode-hook multi-isearch-buffers xref-pulse-momentarily company-auto-complete-p esup-child hs-life-goes-on dired-actual-switches reftex-cite-key-separator next-dos url-mime-charset-string :no-group url-queue-callback-function :max-gap grep-error-screen-columns compilation-display-error ad-get-advice-info org-closest-date custom-get-fresh-buffer lsp-ui-peek--make-footer lsp--server-register-capability org-clock-timestamps-change markdown-match-html-tag global-outline-minor-mode-hook json-read-from-string solar-declination hs-show-hook use-package-handler/:interpreter hangul390-input-method ido-first-match-face sp-state-delayed-insertion--cmacro magit-status Next\ Frame org-agenda-add-note hydra-ibuffer-main/ibuffer-mark-forward compilation-error-regexp-alist use-package-\(:type\ git\ :files\ \(\"lisp/magit\"\ \"lisp/magit*\.el\"\ \"lisp/git-rebase\.el\"\ \"Documentation/magit\.texi\"\ \"Documentation/AUTHORS\.md\"\ \"LICENSE\"\)\ :host\ github\ :repo\ \"magit/magit\"\ :package\ \"magit\"\ :local-repo\ \"magit\"\)-nil-nil semantic-symbol->name-assoc-list-for-type-parts locked haskell-process-check-cabal-config-on-load org-frame-title-format-backup semantic-parser-name 0 page-ext pr-toggle-lock chicago counsel-org-goto-display-style \\index{THIS} mode-line-faces deferred:sync! tags-table-extend-computed-list flymake--highlight-line forward-bibtex include-certs org-quarter-to-date spew ivy-state-directory--cmacro find-if flycheck-sexp-to-string magit-imenu--diff-prev-index-position-function counsel-url-expansions-alist magit-diff-file-heading :src-dir 0 message-extra-wide-headers haskell-cabal-subsection-arrange-lines markdown-regex-gfm-code-block-open f-file\? action-handlers widget pdf-isearch-search-function custom-add-see-also org-journal-list-dates themed use-package-\(:type\ git\ :host\ github\ :repo\ \"magnars/multiple-cursors\.el\"\ :package\ \"multiple-cursors\"\ :local-repo\ \"multiple-cursors\.el\"\)-nil-nil restart-emacs-autoloads haskell-process-reset gnus-article-unread-p --cl-block-make-lsp--registered-capability--cmacro-- key-end ido-enable-prefix fancy-splash-image bm-repository-file gnus-created-frames erc-identd indian-1-column 0 Info-find-node-2 ange-ftp-ls semantic-show-unmatched-syntax-next company--show-inline-p ivy-state-update-fn symbol-count reftex-extra-bindings org-clock-sum-current-item bullet epa-faces company-echo-frontend --cl-block-lsp--client-prefix-function-- --cl-block-lsp--client-notification-handlers-- lsp-ui-flycheck-list--visit use-package-normalize-predicate roots semantic/wisent/wisent dired-next-line haskell-cabal--get-field pdf-info-mvannot avy-lead-face spam-bsfilter message-inhibit-body-encoding info-lookup->mode-value reftex-create-bibtex-footer straight-recipes-company-irony-version magit-section-heading last-state 0 flycheck-parse-xml-region-with-fallback delete-if-not sp-auto-complete-advice f-files ido-max-directory-size imenu-buffer-menubar flycheck-receive-checker-output ivy-bibtex-ivify-action package-status-external wisent-log 0 Styles eshell-term gnus-group-default-list-level websocket-server-conn auth-source-pick-first-password counsel--git-grep-count-threshold ido-all-completions comint-process-echoes pdf-isearch-minor-mode-off-hook org-clocktable-steps edge gnus-gcc-externalize-attachments rg-list-searches browse-url-chrome-program filter-by-used-mode markdown-table-hline-regexp org-agenda-manipulate-query semantic--progress-reporter flycheck-cppcheck-standards tablist-export-csv projectile-project-ignored projectile-paths-to-ensure \ Erase\ Customizations\ swiper--ensure-visible pdf-cache-image-inihibit TODO ibuffer-filter-by-mode nerrs tagtable auto-revert-load-hook gnus-async-prefetch-article counsel-fzf-dir-function org-at-encrypted-entry-p safe-refresh wdired-change-to-wdired-mode semantic-ia-complete-tip pdf-util-assert-pdf-buffer barf-backward counsel-irony-callback company-semantic-completions :pre-triggered gnus-logo-color-style name-buffer mc/mark-all-words-like-this psalter-pahlavi haskell-interactive-at-compile-message reftex-kill-buffer-hook projectile-test-files itemset wrapfig counsel-org-goto-display-todo goto-address wheight pyvenv-mode flymake-create-temp-with-folder-structure widget-button-click-moves-point s-match-strings-all mac-ts-active-input-string gnus-before-resume-hook category-down wordchar markdown-faces eieio--class-print-name xg-change-toolbar-position straight-live-modifications-mode-off-hook bookmark-bmenu-edit-annotation haskell-completions-general-prefix org-clock-report-include-clocking-task vc-hooks hydra-default-pre reftex-abbrev-parameters no-update auth-source-netrc-saver counsel-imenu-get-candidates-from dabbrev--abbrev-at-point command-line-default-directory gnus-summary-prev-page-or-article straight-recipes-s-version diary-mode-syntax-table bindat--pack-u24r magit-do-async-shell-command maybe-frame pdf-view-continuous biblio-crossref--forward-bibtex bookmark-edit-annotation-mode-map lsp--client-stderr--cmacro package-menu-mode-abbrev-table bookmark--jump-via ido-list-directory rmail-mail-new-frame flycheck-vhdl-ghdl-executable Buffer-menu-use-header-line gnus-summary-mark-read-and-unread-as-read semantic-safe magit-repos markdown-list-item-at-point-p counsel-prompt-function-dir Second\ Level\ Setext bookmark-bmenu-show-filenames undo-tree-incompatible-major-modes open-parenthesis use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/marshal\.el\"\ :package\ \"marshal\"\ :local-repo\ \"marshal\.el\"\)-nil-nil nnir-notmuch-additional-switches ivy-overlay-cleanup org-clock-clocking-in company--search-chunks markdown-insert-header-atx-2 bibtex-completion-cite-default-as-initial-input ido-completion-buffer markdown-insert-header-atx-5 maxchar Chicago auto-revert-use-notify PTIF 0 hs-minor-mode-off-hook semanticdb-fast-strip-find-results counsel-locate gnus-summary-followup ebnf-displacement memoize 0 counsel--apply-bookmark-fn option-vars ibuffer-filter-by-visiting-file eudc-ph pdf-util-edges-contained-p --cl-block-lsp--client-default-renderer--cmacro-- bookmark-bmenu-rename gnus-summary-thread-map 0 websocket-send org-table-line-regexp undo-tree-count--cmacro flymake-diagnostics-buffer-mode company-pseudo-tooltip-hide-temporarily bibtex-completion-format-citation-ebib epg-new-signature-type--cmacro sp--mc/cursor-specific-vars widget-field-prompt-internal haskell-cabal-map-component-type debugger-jump ido-max-prospects lsp-delete-definition 0 rx-check-not tag1 nnmail-split-fancy-syntax-table mml-smime-encrypt straight--clone-repository tablist-push-named-filter projectile-grep-finished-hook -not browse-url-at-mouse electric-pair--skip-whitespace company-diag number-string rmail-swap-buffers ivy-prescient-read lsp-ui-doc--select-window ibuffer-set-mark gnus-summary-same-subject counsel-outline-title-latex markdown-regex-wiki-link gnus-topic-expire-articles haskell-kill-session-process biblio--selection-change-buffer bookmark-bmenu-mode-map flycheck-find-checker-executable bookmark-insert-annotation new-R 0 ido-bury-buffer-at-head ps-print-headers pdf-tools-modes mb-depth markdown-flyspell-check-word-p f-root ffap-latex-mode ivy-yank-word el-patch--stealthy-eval ffap-dired-other-frame markdown-complete-buffer nil-26 haskell-check-remove-overlays company-mode-on-hook nil-29 reftex-mode-map s-contains-p company-cmake--meta horz xref-item-p ido-word-matching-substring evil-ex-search-pattern ido-make-dir-list-hook :image-output-type wisent-set-derives flymake--backend-state set-reductions-rules flycheck-temp-files-writable-p host this-result nsm-write-settings gnus-article-display-x-face vc-insert-header 0 org-clock-resolve-expert :custom-last :require-match new-y message-header-name-face mark-dired-buffers tags undo-tree-expand-up 0 unsent ido-set-matches-1 dired-flagged-face lsp-format-buffer org-indent-agent-resume-timer flymake-proc--base-dir magit-sequence-head pop3-leave-mail-on-server --cl-block-straight-vc-git--ensure-remote-- edn-list-to-set ivy-append-face url-queue-p semantic-unmatched-syntax-cache semantic-gcc-setup dash--match-kv tex-ispell org-update-checkbox-count widget-choose straight--get-overridden-recipe org-crypt-disable-auto-save dired-relist-entry ffap-next-url websocket-verify-response-code em-glob nnspool lsp--get-references 0 pdf-cache--prefetch-start haskell-indentation-next-indentation custom-variable-edit-lisp pbm-spec ido-read-file-name-as-directory-commands semantic-pre-clean-token-hooks euc-jis-2004 prescient--serial-number undo-tree-mode-set-explicitly binary-overwrite-mode-on-hook rmail-highlight-headers term-color-cyan pr-ps-file-print company-safe-backends markdown-insert-inline-image haskell-hoogle-command not-useful byte-pophandler bool-vector-set-difference bibtex-text-in-field-bounds weight sp-last-inserted-characters mac-auto-ascii-select-input-source lsp--text-document-identifier pdf-history-forward get-char-code-property \.title magit-imenu--submodule-extract-index-name-function mac-previous-tab :reload auto-revert-tail-mode-text colir-compose-method 0 package-status-dependency reftex-recursive-directory-list cl-svref nnmail-split-cache counsel-git-grep-transformer hdr-args projectile-find-dir-other-frame projectile-get-repo-ignored-files regexp-target-pair hydra-doc-format-spec ibuffer-tmp-hide-regexps :WebSocketPort ediff-wind mailcap-extension-to-mime bibtex-quoted-string-syntax-table ad-get-cache-class-id semantic-tag-name org-agenda-overriding-header haskell-complete-module-max-display talu flycheck-rust-clippy-executable show-output latin-8-mac markdown-mode-mouse-map semantic/symref/list git-gutter:separator consym ebnf-terminal bindat--pack-u32r undo-tree-object-pool--cmacro custom-modified bibtex-completion-file-watch-descriptors -some semantic-idle-summary-function epg-key-signature-key-id mml-content-disposition-parameters org-at-clock-log-p flymake-start-on-flymake-mode url-proxy-services flycheck-gfortran-include-path lsp-after-initialize-hook flycheck-asciidoctor-executable ffap-menu-rescan flymake-proc-master-cleanup org-not-done-keywords thing-at-point--end-of-sexp --reduce-r-from show-smartparens-mode-off-hook zerodark lsp--text-document-code-action undo-tree-node-timestamp org-mac-finder-insert-selected semantic-flex-extensions org-blocker-hook :update-fn :signature-sha1 visit-buffer-other-window mac-pointer-contextual-menu-arrow reftex-erase-buffer straight--checkhash delete-duplicates ido-context-switch-command gnus-ido-completing-read src1 erc-my-nick-face imap-mailbox-unselect :no-build delete-this-frame semantic/idle uninitialized 0 doc-view-ghostscript-options 0 markdown-backward-page thing-at-point-url-path-regexp markdown-kill-thing-at-point lsp-imenu osx-trash-setup ibuffer-make-column-mark ibuffer-update-format calendar-dst-transition-cache bibtex-autoadd-commas display-buffer-pop-up-frame s-titleized-words accumulate cl--gv-adapt font-latex-string-face company--continue-failed org-journal-date-prefix newsticker-cache-filename dired-uncache wisent-verbose-flag flycheck-ghc-search-path :custom-show reftex-index-complete-tag :insert-button-args flycheck-dedent-error-messages 0 reftex-make-cite-echo-string Project\ info pdf-isearch-message websocket-client-data--cmacro cljr-auto-sort-project-dependencies ace-link--woman-collect string-renderers :col2 run-chicken markdown-list-item-bullets ivy--re-filter widget-choice-validate radian-find-gitexclude semantic-symref-tool-idutils-p biblio--make-results-buffer biblio-doi--generic-url-callback projectile-files-in-project-directory semantic-complete-jump markdown-hide-body gnus-buffer-configuration pdf-util-image-displayed-edges reductions-rules end-loc swiper--all-format-function nshifts cl--loop-result-var org-fontify-entities cl--simple-exprs-p org-journal-with-find-file -sort nsm-query-user cl-labels-args gnus-uu-decode-postscript-and-save hydra-ibuffer-mark tablist--restore-face-property zsh tags-loop-operate semantic/tag ivy-bibtex-add-pdf-to-library \.warning newcache shell-script-mode org-element-remove-indentation compilation--flush-directory-cache find-file-compare-truenames evil-register-list flymake-proc--current-process magit-bookmark--log-jump 0 flycheck-in-user-emacs-directory-p org-agenda-entry-text-cleanup-hook dups browse-url-filename-alist ivy-shrink-after-dispatching 0 diary-include-files :result pdf-isearch-current-page find-relative-path package-desc-kind--cmacro magit-imenu--log-extract-index-name-function start-end ts-date-type counsel-org-tag-prompt srecode/mode ivy-state-history company-begin semantic-repeat-parse-whole-stream counsel--info-lookup-symbol rmail-swap-buffers-maybe :delete lsp-ui-peek--fontify-buffer org-clock-leftover-time org-agenda-diary-entry org-element-cache-sync-duration flycheck-error-list-make-cell haskell-interactive-switch comint-input-ring-index org-habit-alert-face hs-hide-level fn-head swiper--ivy pcomplete-man-function company--electric-do flycheck-haskell-ghc-cache-directory color-d50-xyz projectile-time-seconds kill-buffer-ask prin1 irony-user-dir spam-report speedbar-delete-subblock from-upstream avy-window-list classify widget-field-validate f-descendant-of\? gnus-alter-header-function company-template-insert-hook :conn save-place-local-mode-hook swiper-history diary-hebrew-birthday semantic/decorate/include ccustomized pop-all debugger-env-macro async-start file-notify--watch-callback lsp--range-end-line flycheck-executables cl-maphash ignorable-attributes -repeat 0 ffap-url-unwrap-remote wisent-default-tag reftex-toc-split-windows-horizontally forms pdf-info-textregions straight--ensure-blank-lines inline-p undo-tree-visualizer-data-rwidth 0 pdf-isearch-hyphenation-character haskell-cabal-goto-subsection wisent-save-shifts semantic--tag-deep-copy-attributes cross-disabled-images company-template--c-like-args cljr-add-project-dependency pdf-util-edges-union allow-groups url-domsuf-domains epg-signature-status--cmacro grep-error-face 0 markdown-handle-local-variables semantic-show-parser-state-mode-on-hook owin markdown-strike-through-face pdf-info-search-string wisent-semantic-action-expand-body ivy-toggle-calling line_start use-package-normalize/:hook clojure-convert-collection-to-set ghub-create-token :frequency magit-snapshot-index lsp--get-message-type Next\ Dates mail-source-movemail-program reftex-auto-recenter-toc byte-compile-cond-use-jump-table tablist-push-regexp-filter pdf-cache-clear-data wisent haskell-stylish-on-save ffap-ftp-regexp LaTeX widget-radio-value-set company-uninstall-map ivy-push-view ido-work-directory-list-ignore-regexps Insert\ Wiki\ Link counsel-outline-title senator-yank-tag custom-variable-tag nnoo-map-functions package-archives cperl-indentation-details markdown-xhtml-body-epilogue semantic-show-unmatched-syntax-mode-map gnus-refer-thread-use-nnir s-split-words yas--make-control-overlay gnus-summary-beginning-of-article beg-marker haskell-error-mode-map ffap-ftp-sans-slash-regexp green-light 0 custom-variable-state-set thread-only company--capf-post-completion viper-ex speedbar-power-click nnimap-acl-get hydra-key-doc-function-default flycheck-shellcheck-follow-sources bookmark-read-annotation-text-func ibuffer-column-summary dontinsert sp-show-pair-enc-overlays isnan method-function semantic-flatten-tags-table markdown-open reftex-comment-citations 0 message-default-send-rename-function dash--match-make-source-symbol Info-select-node cider-jack-in-clojure Rectangle lsp-ui-sideline-current-symbol counsel-descbinds-action-describe use-package-process-keywords markdown-next-list-item -cycle pdf-util-required-vscroll thing-at-point-short-url-regexp display-transformer-fn lm-commentary use-package-\(:type\ git\ :files\ \(\"*robe\.el\"\ \"lib\"\)\ :host\ github\ :repo\ \"dgutov/robe\"\ :package\ \"robe\"\ :local-repo\ \"robe\"\)-nil-nil Custom-buffer-done configure-command lsp-code-lenses haskell-command-echo-or-present substitute-command-keys Fourth\ Level\ atx gnus-save-newsrc-hook bibtex-autokey-titleword-case-convert-function base64 --cl-block-lsp--client-prefix-function--cmacro-- pdf-info-setoptions makefile-space rmailedit ido-common-initialization to-end rmail-unfontify-buffer-function pr-toggle-tumble pdf-info-query flycheck-error-list-buffer frame-inner-height 0 flycheck-mode-map projectile-call-process-to-string global-company-mode-on-hook epg-key-user-id-list haskell-error-mode-syntax-table Flymake helm-source-header markdown-match-declarative-metadata lsp-ui-doc--line-height flymake--diagnostics-buffer-entries client-data :fileskip0 gnus-current-prefix-symbol find-entry atomic-chrome-close-current-buffer find-index-re-format semantic-toggle-minor-mode-globally ivy-occur-mode-hook websocket-accept-string--cmacro 0 insert-file-contents-literally lsp--get-start-position company-safe-substring lsp-ui-doc--inline-untab electric-pair-skip-whitespace-chars tablist-unmark-forward json-array-type :compile cua-delete-selection hex-digit irony-cdb-json-select-most-recent windmove-do-window-select dbus-get-property ffap-directory-finder lsp--sync-type reftex-erase-all-selection-and-index-buffers manual-program cl-labels haskell-find-line-with-indentation atomic-chrome-update-buffer ido-report-no-match gnus-icalendar control-1 pdf-misc-minor-mode-map package-desc-archive--cmacro bibtex-completion-notes-global-mode-off-hook lsp--make-text-document-signature-help-callback derived-mode-p semantic-ia-show-variants url-cookie-localpart--cmacro gnus-summary-expire-articles-now section-data mail-header-set-from delimiter custom-split-regexp-maybe my-level-func 0 flycheck-lintr-linters haskell-session-set-process s-shared-end lifespan json-mode-show-path bookmark-all-names geiser-completion proced-faces :load-path Cache\ current\ file clean-up cl-random-state-p--cmacro magit-bisect semantic-exit-on-input Copy\ Field\ to\ Kill\ Ring flycheck-locate-sphinx-source-directory sp-point-in-string Italic :secure custom-face-edit-fix-value sp--save-pre-command-state flycheck-next-error-function markdown-fontify-code-block-default-mode undo-tree-visualizer-active-branch-face reftex-section-pre-regexp pdf-isearch-word-search-regexp 0 slot-unbound external-body avy-keys AMSTeX pdf-misc-size-indication projectile-find-matching-test nnmail-expired-article-p reftex-index-macros elisp-xref-find-def-functions notmuch-crypto-signature-good-key reftex-no-follow-message haskell-cabal--find-tags-dir projectile-ignored-files has-boundary branch erc-faces ido-set-common-completion org-registry atomic-chrome-start-server event-apply-modifier 0 package--alist-to-plist-args ivy-prescient-sort-file-function semantic-parse-tree-needs-update-p semantic-parse-tree-set-needs-update ad-recover company-dabbrev-other-buffers semantic-lex-charquote notmuch-crypto-signature-bad markdown-regex-list mc/mark-all-like-this-dwim epg-make-sub-key--cmacro mail-source-flash markdown-complete cider-classpath nndir-directory s-upper-camel-case xref-etags-location-child-p :notify server-eval-at ibuffer-jump-offer-only-visible-buffers irony-cdb-json-add-compile-commands-path flyspell-generic-check-word-predicate 0 restart-emacs--ensure-can-restart Elide\ Region use-package-\(:type\ git\ :host\ github\ :repo\ \"joostkremers/visual-fill-column\"\ :package\ \"visual-fill-column\"\ :local-repo\ \"visual-fill-column\"\)-nil-nil ansi-color-apply-face-function elfeed-search-tag-face markdown-regex-email ido-read-directory-name rebar CUA-mode haskell-indentation-toplevel-where gnus-summary-pipe-message reftex-index-phrases-logical-or-regexp flycheck-gcc-definitions ido-toggle-case multi-isearch-file-list-new company-dabbrev-code-time-limit counsel-package-make-package-cell compilation-set-skip-threshold haskell-cabal-line-entry-column reftex-label-location ruby-rspec picture-replace-match hydra--negative-argument nnir-query-spec ibuffer--or-and-filter chmod and-filter ebnf-special company--pre-render semantic-tag-class browse-url-gnome-moz-arguments pdf-view-auto-slice-minor-mode-map mac-pointer-resize-left gnus-group-is-exiting-p gnus-parse-format cider-test nsm-certificate-part magit-fetch global-hl-line-mode-hook help-function-cmacro custom-face-state-set-and-redraw dos-display-scancodes bibtex-completion-find-pdf fileonly tablist-next-line flymake-proc--report-fn pdf-occur-ibuffer-minor-mode-off-hook counsel-locate-history 0 -take cl-multiple-value-setq haskell-indentation-at-separator :edition reftex-making-and-inserting-labels mouse-kill amx-initialize menu-bar-right-scroll-bar lisp-cl-font-lock-keywords-1 projectile-kill-buffers org-footnote-unique-label biblio--lookup-1 blue-dark 0 projectile-ignored-project-function haskell-process-unignore-file message-cross-post-insert-note use-package-normalize/:config multipart-type starteol ido-set-current-home haskell-debug-navigate biblio-crossref--format-author -reduce global-hl-line-mode-map sp-get wisent-append-to-log-file ibuffer-filter-groups ivy-state-require-match -some--> semantic-tag-type hydra--quote-maybe bookmark-bmenu-marks-width erlang-rebar3 ibuffer-decompose-filter-group cps--cleanup-function haskell-process-path-to-list package-desc-reqs custom-variable-mark-to-save dired-hide-details-link erc-quit-and-part ivy-set-prompt-text-properties-function warning-level-aliases epg-export-keys-to-string reftex-fontification-configurations semantic--tag-set-overlay counsel-outline-title-org markdown-regex-tilde-fence-begin tablist-generate-sorter org-add-colon-after-tag-completion abbrev--describe haskell-complete-module-match Info-fontify-node errored json-encode-string custom-magic-reset ebrowse-tags-find-declaration-other-frame haskell-indentation-statement-right em-prompt :client-data gnus-sorted-difference ignore-regexps redprec make-reductions bookmark-file-coding-system markdown-end-of-defun haskell-indentation-declaration markdown-footnote-return -fixfn flycheck-parse-eslint mc/edit-ends-of-lines org-indent-to-column rmail-last-message dired-keys message-make-expires-date bibtex-expand-strings markdown-wiki-link-p haskell-compile ivy-subdir haskell-process-args-cabal-new-repl semantic-lex-keyword-value pdf-view-next-page-command hydra-reset-radios semanticdb-project-database org-bibtex-import-from-file stag slot-makeunbound auto-encryption-mode-map ivy-recentf overload-obsoleted-by semantic-after-auto-parse-hooks s-slice-at sp--get-pair-list-context rainbow-delimiters-default-pick-face comint-accumulate undo-tree-register-data-print-func reftex-tables-dirty haskell-cabal-module-to-filename haskell-debug-parse-logged ido-merge-ftp-work-directories haskell-debug-heading-face ibuffer-column-name bookmark-save-flag read-flycheck-checker subsetp org-adaptive-fill-function haskell-align-imports-merge-parts tablist-display-context-window company-gtags-insert-arguments vectype org-element-export-block-interpreter inline--alwaysconst-val websocket-server-conn--cmacro mathjax tags-table-computed-list-for appt-mode-string wisent-reduce-grammar tablist-minor-mode-hook lsp--apply-workspace-edit url-cookie-handle-set-cookie haskell-indentation-indent-region rmail-message-encoding nsm-new-fingerprint-ok-p cl-struct-flycheck-verification-result-tags ido-is-slow-ftp-host haskell-ghc-supported-extensions with-displaying-help-buffer 0 straight-symlink-emulation-mode-on-hook 0 semantic-show-parser-state-marker mml-inhibit-compute-boundary haskell-process-evaluating-p 0 org-encrypt-string erc-autojoin color-srgb-to-xyz compile-only lsp--parser-body--cmacro eieio--class-docstring coffee-coffeelint ConTeXt-mode hydra-width-spec-regex CUA counsel-grep-or-swiper reftex-set-cite-format counsel-git-grep-cmd color-darken-name pcomplete--entries prolog-keyboard pdf-tools-build-server semanticdb-refresh-table haskell-msg gfile-valid-p ivy-display-function-fallback pdf-misc-context-menu-minor-mode-on-hook oldname org-indent-remove-properties gnus-eform lsp-unknown-json-rpc-version rmail-files projectile-before-switch-project-hook eshell-path-env ivy-display-functions-alist ido-existing-item-p org-bbdb-anniv-split ignored-charsets lsp-before-open-hook counsel-M-x-history biblio-hal--url sp-prefix-tag-object jabber-roster-user-online digests flycheck-tex-lacheck-executable programm notmuch-tag-face mm-with-unibyte-current-buffer --some-p package-menu-get-status semantic-overlay-move swish-e biblio-arxiv--format-author bytedecomp-ptr Insert\ Row mouse-choose-completion mode-enabled sp--populate-keymap semantic-tag-attributes straight--generate-package-autoloads wgrep-change-to-wgrep-mode xref-make-match flycheck-standard-error-navigation haskell-cabal-subsection-header-regexp wisent-state-actions erc-networks eshell-smart C-S-kp-end counsel-org-change-tags make-lsp--client--cmacro error-var tablist-toggle-marks biblio-crossref--url custom-face-value-create open-contents message-tokenize-header bookmark-bmenu-switch-other-window radian--remove-kill-buffer-delete-directory-hook fixed-pitch-serif lsp--parser-leftovers org-agenda-last-marker-time anzu-replace-to haskell-debug-insert-modules org-journal-search-do-search 0 tide-format-before-save ivy-alist-setting hydra-ibuffer-mark/ibuffer-mark-modified-buffers-and-exit org-agenda-restore-windows-after-quit gnus-summary-high-unread semantic-find-tag-by-overlay-in-region Info-default-directory-list cl-remhash semantic-stickyfunc-menu Chinese parsebib--get-target-field company-ignore biblio--url-error --cl-block-lsp--parser-p--cmacro-- semantic-unmatched-syntax-face company-keywords-alist tablist-major-columns 0 counsel-git otf-script-alist lsp--execute-command--inliner mod24 gnus-article-hide-headers avl-tree--node-create frameset bookmark-get-position ivy-prescient--wrap-action wisent-raw-tag reftex-external-file-finders org-clock-notification-was-shown ffap-tex-path Transpose\ Table sr-mode-map ido-max-window-height sp-forward-slurp-sexp ibuffer-visit-tags-table lsp--haskell-hie-command semantic-idle-completions-mode Custom\ time\ format org-journal-carryover-items reftex-enable-partial-scans :separate env-list byte-length ffap-gopher-regexp org-latex-preview-ltxpng-directory biblio--selection-copy-callback lsp--workspace-highlight-overlays--cmacro flymake--diagnostics-buffer-source doc-view-ghostscript-program f-height projectile-other-file-alist pdf-misc-menu-bar-minor-mode-map flymake--backend-state-running--cmacro winner-save-unconditionally markdown-outline-up network-stream-open-tls mm-postponed-undisplay-list Indent\ Subtree bibtex-comma-after-last-field org-list-struct-assoc-end ivy--full-length haskell-string-literal-escapes-regexp inf-clojure-mode-map lsp--render-on-hover-content lsp--client org-clock-out-time company-active-map el-patch-use-package-mode-on-hook counsel-descbinds-action-find nsm-query 0 gnus-agent-fetch-session split-trace irony-additional-clang-options x-max ido-next-work-directory 0 gnus-undo-boundary flycheck-error-format-message-and-id copy-ivy-state color-complement bibtex-completion-open-url-or-doi gui-get-selection company-version mm-image-fit-p helpful-mode company-pre-command nutation sp-insert-pair-delayed haskell-appearance tablist-toggle-context-window :ibuffer-formats symbol-function pine rmail-reply-prefix dbus-call-method DOI haskell-interactive-mode-do-presentation negotiated-extensions pink org-cdlatex-mode-off-hook cl-macro-arg org-find-dblock gnus-yes-or-no-p tablist-clear-filter :html-background new-line lsp--teardown-workspace newfn hydra-ibuffer-filter/ibuffer-filter-disable primary updir url-parse-make-urlobj--cmacro straight-fetch-package mouse-major-mode-menu flist lsp-ui-doc--eldoc newst-ticker radian-fix-whitespace projectile-compilation-dir counsel--async-sentinel counsel-outline-settings sp-state-last-syntax-ppss-result--cmacro semantic-parse-tree-set-up-to-date url-cookie-save-interval :dynamic-collection tags-included-tables sp-wrap-show-possible-pairs Search\ Again wisent-put epg--status-BADSIG teal url-mail-command golden-ratio-mode flymake-proc--find-buffer-for-file amx-update srecode/fields f-descendant-of-p org-html-export-as-html pdf-occur-assert-occur-buffer-p semantic-delete-overlay-maybe 0 wisent-toggle-verbose-flag package-download-transaction delete-p projectile-tags-command final-new-name company-update-candidates org-list-get-item-end-before-blank Info-extract-menu-counting gnus-group-next-group pdf-cache-renderpage-text-regions original-source subr org-crypt-key-for-heading moved-to hex-util ido-load-history scope radian-fix-whitespace-mode-hook atomic-chrome-buffer-frame-height strz OCSP\ Status\ Request arxiv:primary_category nnmail-save-active multipart org-src-fontify-natively reftex-index-follow-mode url-version package-dir-info consistent 0 --cl-block-lsp--client-type-- widget-default-sample-face-get ido-slow-ftp-hosts paredit speedbar-make-tag-line sauron-mode markdown-markup-face LaTeX-current-environment srecode/srt-mode thisweek showkey ivy-state-preselect mc/vertical-align websocket-url gnus-read-ephemeral-bug-group counsel-git-change-worktree-action gnus-sum-thread-tree-single-indent :error-list-face semantic-lex-end-block flycheck-warning-overlay custom-guess-type gnus-score-followup-thread magit-unstage-file company--search lock f-symlink begin-of-context Redisplay\ buffer hydra--cycle-radio new-list gnus-group-menu-hook markdown--edit-indirect-after-commit-function semantic-mode-line-prefix bufname-length 0 semantic-lex-highlight-token tablist-mark-prompt mml-default-directory ad-Advice-delete-file dabbrev-case-distinction hydra-ibuffer-main/ibuffer-do-delete company-search-mode-hook tablist-column-names ido-input-stack appt-message-warning-time org-agenda-column-view Up\ to\ Parent edn-add-writer olist mac-text-scale-magnification flymake-master-make-header-init sufx 0 tex-view lsp--enable-tcp-client semantic-lex-make-type-table f-write flycheck-disabled-checker-p lnum --cl-block-lsp--workspace-p--cmacro-- gnus-data-read-p company-clang-modes lsp-ui-doc--sideline-pos-y dd-name rmail-forget-messages gnus-check-backend-function biblio--map-keymap s-prepend hydra-around-find-function-search-for-symbol-advice reftex-add-section-levels find-variable-other-window magit-mode markdown-match-includes counsel-org-headline-path-separator flycheck-rust-library-path haskell-process 0 epg-context-progress-callback--cmacro mail-source-fetch-file ivy--preferred-re-builders org-todo-statistics-hook pdf-util-read-click-event add-keymap-witness rlist read-passwd-map core-nitems reftex-index-macros-style ivy-read-action atomic-chrome-enable-bidirectional-edit ibuffer-locked-buffer pr-ps-directory-print org-agenda-bulk-unmark company-mode-hook tem2 pdf-util-color-completions dont-remove org-goto-selected-point markdown-url-face biblio-synchronous ibuffer-clear-summary-columns sp-wrap-point help-xref-forward-stack haskell-command-complete projectile-project-buffer-files amx-detect-new-commands json-encoding-lisp-style-closings :sample-face package-read-all-archive-contents semantic-find-tags-by-scope-protection emerge-files-with-ancestor-command gnus-undo-mode epa-key-list-mode-syntax-table fringe-bitmaps-at-pos 0 pdf-view-image-relief browse-url-mozilla-program reftex-label-menu-flags org-element-strike-through-interpreter diff-current-refined-background reftex-window-height counsel-require-program reset-language-environment 0 ps-print-background company--multi-backend-adapter-candidates org-vm window-scroll-bar-width bibtex-entry-right-delimiter gnus-update-active-hashtb-from-killed ibuffer-deletion-marked-buffer-names wid-edit f-relative-p defsubst* wisent--prec byte-compile-check-lambda-list use-package-non-nil-symbolp enh-ruby-mode lsp--read-json--inliner 0 web-mode-engine-file-regexps Next\ at\ Same\ Level select-tags-table-mode-map message-mail-file-mbox-p eshell-add-glob-modifier long-lines custom-rogue mac-ctl-x-5-revolve-frame-tabbing company-clang--strip-formatting epg-sub-key-length--cmacro 0 --cl-block-lsp--client-last-id--cmacro-- company-tooltip-common default-renderer :indentSize global-flycheck-mode-hook byte-compile--log-warning-for-byte-compile eshell-stringify magit-diff-context-highlight wisent-item-to-string loadhist --map-indexed Search\ Entries org-footnote-normalize-label company-dabbrev-code--make-regexp tags-table-list-pointer Info-history-back counsel-ag-map gnus-summary-pipe-to-muttprint compilation-face real-active cljr-add-missing-libspec avy--done :=key= 0 git-commit-summary org-journal-search-results-order-by gnus-group-add-to-virtual gnus-parameter-spam-process-destination tty-mode-set-strings url-using-proxy straight--read-package-autoloads nstates rng-nxml cl-endp haskell-interactive-copy-to-prompt straight-recipes-geiser-version pdf-info-boundingbox f--files markdown-table-face hydra-ibuffer-sort/ibuffer-invert-sorting diff-added epg-gpgsm-program :master-index markdown-live-preview-remove-on-kill flycheck-syntax-check-context 0 debugger-setup-buffer reftex-version openssl electric-pair--syntax-ppss semanticdb-default-system-save-directory swiper-from-isearch flymake-proc--init-create-temp-source-and-master-buffer-copy aw-background-face mc/toggle-cursor-on-click ivy-state-display-transformer-fn s-trim reftex-toc-confirm-promotion recurse bibtex-completion-exit-notes-buffer :default-renderer eieio-object-set-name-string -zip-with package--load-files-for-activation 0 hydra--head-name diary-show-all-entries straight-recipes-tablist-version ibuffer-truncate-lines markdown-exdent-find-next-position cn-big5-dos loop sp-local-tag url-cookie-host-can-set-p reftex-display-copied-context-hook highest-level dynamic-collection ido-make-choice-list gnus-decode-encoded-word-methods projectile-patterns-to-ignore hydra-head-format radian--mode-line-update-delay semantic-analyze-current-tag hydra-window/\(lambda\ nil\ \(interactive\)\ \(split-window-right\)\ \(windmove-right\)\) global-whitespace-mode total-height org-journal-read-entry tq-buffer desktop-save-in-desktop-dir swiper-occur org-clock-out-if-current biblio-selection-mode-map reftex-syntax-table company-bbdb-modes swiper-multi-action-1 swiper-multi-action-2 company-xcode-xcodeindex-executable 0 dired-guess-default package-archive-priorities display-func tmm-table-undef grep-use-null-filename-separator message-insert-importance-high emergency gnus-level-unsubscribed ffap-machine-at-point radian--browse-url-predicate org-agenda-todo-list-sublevels user-original-login-name status-string speedbar-change-initial-expansion-list ffap-foo-at-bar-prefix gnus-summary-make-all-marking-commands reftex-number 0 undo-tree-visualizer-mouse-set org-clock-string-limit node-property file-cache bbdb-vcard-directory radian-indent-defun Info-apropos-find-node noecho ivy-scroll-down-command 0 reftex-label-env-list define-lex-block-analyzer ivy--occur-press-buffer message-make-address haskell-indentation-type-list bibtex-completion-init markdown-match-code no-operator with-lang bibtex-completion-find-pdf-in-field 0 authentication time-of-day FFF haskell-interactive-mode-prompt-next sp-show--pair-delete-enc-overlays byte-optimize-nonassociative-math counsel-set-variable-history flymake-proc--get-full-nonpatched-file-name markdown-table-move-row-down ivy--index message-reply-buffer icomplete cider-connected-hook company-files--trailing-slash-p org-clock-history-length proclaim semantic-symref-tool undo-list-marker-elt-p gnus-group-tool-bar-gnome ibuffer-map-lines counsel-describe-function colir-compose-overlay vertical-bar eieio-unbound haskell-cabal-mark browse-url-man Create\ image company-tooltip-search company-tooltip-mouse imenu-level-separator ibuffer-check-formats flycheck-error-buffer compilation-filter-start package-desc-create starting-position biblio-doi s-suffix-p hydra--make-callable rmail-bury haskell-process-suggest-overloaded-strings counsel-find-file-mkdir-action websocket-inflight-input flymake-category org-tags-overlay Info-isearch-start eshell-processp EXR ibuffer-current-buffer gnus-exit-gnus-hook :custom-header-alist org-tag-persistent-alist biblio--search-results-header flymake-proc--copy-buffer-to-temp-buffer haskell-mode--looking-at-varsym delete-problem wisent-error-term counsel--gg-candidates 0 reftex-label-alist-style ibuffer-marked-face flycheck-markdown-mdl-style semantic-lex-keywords debugger-print-function enable-function xref-hashtb flymake-proc--add-buildfile-to-cache hydra--imf org-todo-regexp counsel-imenu-map markdown-inline-code-at-pos-p markdown-demote pdf-virtual-buffer-create ietf-drums-remove-whitespace _file --tree-mapreduce company-echo-strip-common-frontend radian--advice-kill-emacs-dispatch ivy--prefix-sort info-index-match projectile--find-file-dwim haskell-string-literal-encode-ascii-array copyright-at-end-flag ivy-prescient-excluded-commands wisent-set-firsts flycheck-command-map bibtex-completion-display-formats-internal ffap-fortran-path counsel--async-exit-code-plist ido-file-name-all-completions websocket-open company-clang--prefix hydra-ibuffer-filter/ibuffer-filter-by-derived-mode semantic-lex-spp-table-write-slot-value org--property-global-value ps-print-miscellany Operating\ on\ Multiple\ Buffers semantic-flex-make-keyword-table plevel pdf-cache--data-get series projectile-ignored-project-p nnmairix lsp-ui-flycheck-enable tablist-find-entry semantic-lex-catch-errors haskell-process-import-modules package--quick-help-keys org-clock-resolving-clocks bfile sp--join-sexp compilation-scroll-output markdown-remove-inline-images counsel--async-duration inferior-scheme-mode-map counsel-org-headline-display-tags :inherit-props custom-face-edit-delete lsp-kill-watch projectile-group-file-candidates eshell-banner font-put org-install gnus-summary-prepare pdf-virtual set-reductions-next key-or-entry clojurex-mode org-table-insert-column pdf-cache-put-image bibtex-completion-notes-key-pattern 0 development semantic-find-tags-included org-list-in-valid-context-p ivy-sort-functions-alist dframe-select-attached-frame JDE0 tablist-put-mark text1 counsel--M-x-externs org-clock-get-sum-start ido-expand-directory cl-least-positive-float hungry-delete-backward flycheck-documentation rfc2047-b-encode-string wisent-message command-queue avy-goto-line imenu-example--create-lisp-index reftex-buffers-with-changed-invisibility last-ass window--size-fixed-1 haskell-interactive-mode-beginning info-lookup tablist-filter-unary-operator helm-match overrides sp-escape-char defstruct markdown-hide-markup-in-view-modes haskell-complete-module-regexp hs-isearch-display with-hm eieio--c3-candidate ffip-copy-without-change syntax-checker is-younger err-msg epa-replace-original-text :waiting-for-response haskell-interactive-mode-history region-len flycheck-global-teardown sp--maybe-init label_bibtex pdf-cache-textregions org-src--edit-buffer Remove\ OPT\ or\ ALT\ Prefix make-ivy-state--cmacro haskell-debug/previous package-menu--hide-packages ido-wide-find-file not-plist semantic-symref-results-mode ibuffer-default-shrink-to-minimum-size lsp-completion-at-point biblio-arxiv org-agenda-columns-compute-summary-properties auto-revert-remote-files haskell-navigate-imports-after-imports-p message-kill-address url-queue-cbargs cmake-mode company-clang-insert-arguments file-attribute-access-time get-mode-local-parent after-clear-fn compiler doc-func epg-context-operation pdf-info-encrypted-p use-package-ensure-function showhide-tool-bar-right agenda magit-imenu--repolist-extract-index-name-function gnus-date-iso8601 custom-group-menu tramp-smb flycheck-faces list-timers class-parent ad-is-advised FSI flycheck-option-comma-separated-list gnus-article-sort-functions custom--initialize-widget-variables haskell-interactive-mode-delete-compile-messages diff-context electric-pair-delete-pair pdf-occur-global-minor-mode-off-hook epg--status-USERID_HINT org-track-compile-org hydra-ibuffer-mark/keymap save-buffer-coding-system haskell-interactive-mode-line-is-query epg-key-capability-alist set-tags-name markdown-mdl internal-set-lisp-face-attribute-from-resource url-queue-start-time--cmacro cl-copy-seq reftex-ref-style-alist :json-path el-patch-use-package-mode Deadline :buttons semantic-after-idle-scheduler-reparse-hook company-minimum-prefix-length whitespace-newline body-received gnus-header-newsgroups org-priorities ivy-minibuffer-map projectile-files-to-ensure global-atomic-chrome-edit-mode-cmhh mach :overlay-category ciphers org-script-display package--mapc lower ceiling* lsp--position-p--inliner company-tooltip-margin keyno ivy-completing-read-with-empty-string-def macs target-idx markdown-block-region :custom-groups sp-point-before-word-p not-save compilation--make-file-struct message-fetch-reply-field lsp--on-auto-save gnus-uu-decode-binhex-view \ Reset\ Customizations\ turn-on-magit-gh-pulls x-own-secondary-selection flycheck-groovy-executable mml-secure-bcc-is-safe reftex-display-index nnheader-insert-references org-table-import-export wisent-print-reductions use-package-\(:files\ \(\"lisp/git-commit\.el\"\)\ :package\ \"git-commit\"\ :local-repo\ \"magit\"\ :type\ git\ :repo\ \"magit/magit\"\ :host\ github\)-nil-nil 0 org-agenda-after-show-hook timedata flymake-proc--save-buffer-in-file org-tr-level ibuffer-do-kill-lines bookmark-set-rear-context-string markdown-backward-block negotiated-protocols 0 auto-revert-mode-on-hook calendar-day-header-array gnus-summary-put-mark-as-ticked-next message-tool-bar mc/reverse-regions rmail-keyword-header ido-select-text markdown-table-begin auth-source-format-cache-entry markdown-add-footnotes-to-imenu sp--inhibit-insertion-of-closing-delim package-menu--status-predicate mh-folder-selection haskell-indentation-class-declaration nnmail-group-names-not-encoded-p :localpart eshell-delimiter-argument-list pdf-view-add-hotspot-function org-habit-get-priority simple-results project-root semantic-lex-ignore-newline byte-compile-out-tag haskell-process-path-ghci demibold Info-link-keymap counsel-org-tag-action flycheck-clear f-dir\? orig-str custom-magic-alist s-downcase ibuffer-current-buffers-with-marks gnus-summary-make-tool-bar its-part-2 par-pos markdown-footnote-text-face make-package--ac-desc--cmacro pdf-isearch-occur org-agenda-default-appointment-duration url-cookie-mode-hook flycheck-handlebars-executable stable-sort gnus-summary-expand-window pdf-view-midnight-colors gnus-all-windows-visible-p pcomplete/cvs pdf-view-use-imagemagick sp-get-comment-bounds set-mode-local-parent ibuffer-backwards-next-marked haskell-process-sent-stdin-p haskell-compilation-mode-hook gnus-group-icons message-canlock-password Jump\ between\ implementation\ file\ and\ test\ file :payload pdf-cache-clear-images ivy--split cbargs websocket-on-close main timezone-leap-year-p bibtex-completion-format-citation-pandoc-citeproc elfeed-show-mode counsel-outline-level-emacs-lisp 0 haskell-error-mode-hook wid-browse websocket-genbytes old-name ffap-machine-p-known queue lsp--make-execute-command-params swiper-line-number end-R compilation-revert-buffer gnus-summary-work-articles ido-unc-hosts-net-view eshell-group-timestamp grep-mode-font-lock-keywords 0 ido-separator websocket-negotiated-protocols--cmacro global-auto-revert-mode-on-hook browse-url-text-input-field pcomplete-args rmail-set-attribute-1 :reason reproducible\ research flymake-proc--get-project-include-dirs-from-cache w3m-minor-mode-hook eieio--object-num-slots gnus-summary-tick-above semantic-tag-code-detail markdown-font-lock-ensure compilation-column-face use-hard-newlines-off-hook :negotiated-extensions projectile-sort-files appendix-re haskell-interactive-mode-history-next pdf-view-previous-page markdown-match-angle-uris bib-cite-minor-mode use-package-handler/:blackout haskell-sort-imports-goto-group-start supertab prescient--filter-method-custom-type haskell-mode-goto-span parsebib--match-delim-forward use-package-split-list 0 cl-struct-compilation--message-tags 0 gnus-article-decoded-p haskell-cabal-library-fields custom-pre-filter-face-spec gnus-score-file-name --cl-block-lsp--parser-p-- reftex-index-info-safe Export flymake-proc-init-create-temp-buffer-copy org-emacs-idle-seconds antlr multiline ivy-previous-line eieio-help-class pdf-cache-prefetch-pages-function lsp-ui-imenu--jump vowel-modifying-diacritical-mark notags racer-mode eieio-named gnus-summary-remove-bookmark org-clock-frame-title-format mani electric-pair-skip-if-helps-balance url-fullness procs gnus-summary-limit-to-unseen :timeout org-table-settings pdf-cache-number-of-pages make-queue unlink-hook literate-haskell-mode-map compilation-info mml-secure-smime-encrypt-to-self json-mode-auto-mode-list gnus-home-score-file :fromname icon-list modes advice--called-interactively-skip pdf-sync-backward-search Signature\ Algorithms company-xcode-find-project :scope flycheck-slim-executable pdf-cache-get-image semantic-documentation-for-tag org-bullets-face-name use-package-\(:type\ git\ :host\ github\ :repo\ \"joostkremers/writeroom-mode\"\ :package\ \"writeroom-mode\"\ :local-repo\ \"writeroom-mode\"\)-nil-nil markdown-next-line-indent summary-menu global-company-mode-cmhh package-desc-extras markdown-next-visible-heading sr-tree-mode 0 biblio--selection-insert-callback markdown-mode-syntax-table --cl-block-lsp--parser-leftovers--cmacro-- gnus-newsgroup-dormant pdf-cache--image/data reftex-section-info-function semantic-show-unmatched-syntax-mode-on-hook rfc822-snarf-subdomain reftex-tie-multifile-symbols pdf-annot-modified-functions nnir-memo-server 0 counsel-describe-variable-function match-count timezone-make-time-string pyvenv-deactivate spam-use-blacklist lsp--server-has-sync-options-p ido-init-completion-maps indent-and-new-item magit-gh-pulls-guess-repo custom-link websocket-server-accept :tblfm eieio-pcase-slot-index-table hydra-ibuffer-main/ibuffer-toggle-marks font-match-p ivy-occur-toggle-calling org-clock-history-push semantic-find-file-noselect haskell-debug-get-history gnus-group-edit-group-done magit-gitignore atomic-chrome-default-major-mode helm-grep-running tag-exact-file-name-match-p new-connection Fcc gnus-group-mark-article-read ibuffer-redisplay has-code-and-comment gnus-summary-limit-to-replied lsp-ui-peek-mode-on-hook imenu--split-submenus 0 reftex-typekey-to-format-alist :create-parents semanticdb-current-database biblio-generic-url-callback decode-hz-buffer haskell-string-trim-prefix nnir-notmuch-program hs-hide-all counsel-package-action-describe markdown-get-fenced-block-from-start use-package-\(:type\ git\ :host\ github\ :repo\ \"abo-abo/ace-window\"\ :package\ \"ace-window\"\ :local-repo\ \"ace-window\"\)-nil-nil godoc org-agenda-sunrise-sunset mark-by-locked semantic-file-token-stream org-agenda-clock-in firsts ido-merge-work-directories projectile-svn-command wisent-byte-compile-grammar haskell-hoogle-server-live-p 0 csharp-mode :count delay-time reftex-scanning-info-available-p haskell-string-ellipsize match1 cl-print--currently-printing maximize org-bullets--keywords message-header-setup-hook inline--do-leteval notany hydra-ibuffer-action/ibuffer-do-print-and-exit PostScript-interaction company-async-wait flycheck-compute-working-directory cl--function-convert-cache amsrefs straight-package-neutering-mode-hook cl--bind-block ivy-state-keymap--cmacro pdf-occur-view-occurrence eshell-proc nnimap-login haskell-cabal-goto-library-section magit-sequence-part ns-raise-emacs markdown-regex-math-inline-double interactive-haskell-mode-map ivy-format-function-arrow company--strip-duplicates back mml-secure-message-sign haskell-interactive-mode-space cooked tag-up windows-on-buffer prescient--with-group process-default-directory flycheck-emacs-lisp-checkdoc-executable semantic-tag-buffer flycheck-report-buffer-checker-status markdown-code-block-at-point use-package-normalize/:interpreter biblio-download-directory callf ivy-overlay-at company--transform-candidates redset tar--extract this lsp-diagnostic ido-toggle-vc easy-menu-return-item org-table-dataline-regexp define-lex amx-cache cpp-font-lock-keywords Mark\ as\ default\ task :deps org-clock-menu js2-highlight-unused-variables-mode epg--status-TRUST_FULLY message-use-mail-followup-to markdown-code-block-lang biblio--callback semantic-flex-keyword-put TeX-master-file haskell-indentation-case-alternative cmacexp prolog-indentation Cycle\ Heading\ Visibility\ \(Global\) company--merge-async projectile-dirconfig-file --cl-block-lsp-diagnostic-severity--cmacro-- url-file-handlers org-from-is-user-regexp nrepl-dict biblio--with-text-property f-short tablist-unmark-all-marks rst-toc package--default-summary ps-print-n-up lsp-ui-peek--fill org-adapt-indentation core-number curved cp154 browse-url-encode-url core-link :desc bbdb-record-name custom-visibility haskell-lexeme-modid zerodark-setup-modeline-format Guide gnus-group-parameter-value reftex-index-header-face cookie 0 trusted font-lock--remove-face-from-text-property magit-stash-worktree xref-push-marker-stack cl-typep--inliner ibuffer-bs-show markdown-get-lang-mode --cl-block-lsp-diagnostic-code--cmacro-- scala-mode zerobased-weekday sp--search-forward-regexp org-clock--translate flycheck-syntax-check-buffer Kill\ Headerline\ Tag ibuffer-mark-for-delete-backwards substitute custom-face-edit-attribute-tag websocket-protocols--cmacro ido-rotate-file-list-default hydra-ibuffer-action/ibuffer-do-revert-and-exit :cipher :variable-group undownloaded lsp-ui-doc-buffer -first-item undo-tree-register-data unknown-8bit gnus-parameter-subscribed-alist s-matched-positions-all ob-makefile reftex-default-label-alist-entries company-pseudo-tooltip-show-at-point flycheck-rust-error-filter mail-source-primary-source eieio-defclass-autoload-map flycheck-compile-name epg-data-string--cmacro ediff-even-diff-A ediff-even-diff-B ediff-even-diff-C sp--all-pairs-to-insert org-bibtex-fleshout ivy--switch-buffer-other-window-action counsel-rhythmbox-history pdf-util-do-events auth-source-ensure-strings ido-common-completion-map 0 sp-autodelete-wrap semantic-tag-alias-class semantic-tag-new-include asy-mode inhibit-cookiesp facemenu-remove-all senator-fold-tag-toggle --cl-block-lsp--client-last-id-- occur-edit-mode-abbrev-table reftex-query-label-type -as-> mail-source pdf-misc-minor-mode-hook haskell-string-literal-decode1 company-echo-show-soon reftex-get-file-buffer-force hindent-extra-args iswitchb gnus-group-goto-unread bibtex-completion-cite-prompt-for-optional-arguments reftex-part-resets-chapter epg-delete-output-file bookmark-search-delay c-reg global-flycheck-mode-check-buffers wisent-with-context epa--key-widget-action istyle helm-swoop-line-number-face view-exit-action semantic-tag-faux-p semantic-add-minor-mode haskell-debug-insert-history emacs-mule-dos markdown-collect-always org-toggle-fixed-width ignore-value loadver pdf-isearch-active-mode-on-hook ibuffer-filename/process-header-map solar-sidereal-time markdown-bold-underscore --reject-last flycheck-tokenize-output-with-patterns magit-fetch-all-no-prune lglyph-set-adjustment use-package-\(:type\ git\ :host\ github\ :repo\ \"lukhas/buffer-move\"\ :package\ \"buffer-move\"\ :local-repo\ \"buffer-move\"\)-nil-nil gnus-always-force-window-configuration s-split ivy-alt-done Load\ file projectile-replace semantic-edebug projectile--remove-current-project 0 MODE-enable-in-buffers org-at-drawer-p flycheck-jshintrc x-select-request-type -drop-while biblio-arxiv--build-bibtex-1 Amsrefs :inhibit-cookiesp flycheck-valid-checker-p find-variable-noselect nontermmap h:mm:ss 0 nname gnus-article-copy-part xref-item-location HTM url-domsuf-cookie-allowed-p bookmark-bmenu-hidden-bookmarks calendar-iso-from-absolute hydra-timeout magit-git-executable browse-url-elinks-new-window gnus-newsgroup-charset hydra--pad-heads nnimap-marks-to-flags 0 haskell-cabal-mode-abbrev-table company-occurrence-weight-function background-red grapheme diary-font-lock-keywords-1 flycheck-overlay xref-etags-location-p :search-function flycheck-python-pylint-executable pcomplete-completions package-status-installed circe-server-mode proxy bindat--unpack-item semantic-default-html-setup flycheck-remove-error-ids browse-url-galeon-sentinel ivy-end-of-buffer company-dabbrev--prefix buf-move straight-package-neutering-mode-map flycheck-global-modes peg-autoloads semantic-options-separator ibuffer-make-column-filename --tree-mapreduce-from filename-cons --cl-block-make-lsp--parser--cmacro-- ggtags-mode ido-cur-list semantic-overlay-next-change reftex-nth-arg-wrapper flycheck-error-level-overlay-category company-lighter-base gnupg ffap-list-env biblio-dissemin--insert-button markdown-table-move-column typekeychar gnus-article-stop-animations pdf-view-auto-slice-minor-mode-off-hook create-function message-user-organization-file org-clock-idle-timer ibuffer-customize hydra-ibuffer-action/ibuffer-do-replace-regexp-and-exit org-archived nnimap-log-buffer reftex-section-info pdf-isearch-lazy semanticdb-find-result-nth ibuffer-diff-with-file dabbrev--last-expansion ido-use-merged-list bibtex-autokey-expand-strings applicationDidHide gnus-summary-sort-by-most-recent-date original-article-buffer ext-re flycheck-erlang-rebar3-executable pcmpl-x url-cookie-domain--cmacro arg1 arg2 hs-make-overlay pdf-sync-backward-hook imenu--rescan-item flycheck-last-status-change ob-vbnet Cyrillic-ALT handle-switch-frame haskell-indentation-fundep1 counsel-find-file-occur wisent-inaccessible-symbols org-agenda-clocking company-auto-complete rfc822-addresses-1 org-crypt-key Find\ Duplicate\ Labels tablist-get-mark-state visible-mark-face1 visible-mark-face2 arxiv:doi projectile-find-other-file-other-window markdown-edit-code-block ffap-locate-file haskell-session-set-target url-queue-inhibit-cookiesp ivy--switch-buffer-matcher semantic/bovine/el sp-escape-open-delimiter ido-local-file-exists-p ibuffer-display-maybe-show-predicates org-babel-lob-ingest bindat--length-group websocket-server-close tex-site-unload-hook section-re magit-stash org-apply-on-list company-etags-find-table reftex-cite-view-format undo-tree-grow 0 Info-follow-reference reftex-index-visit-phrases-buffer markdown-do lsp--make-message--inliner reftex-bib-or-thebib haskell-indentation-scoped-type final-state doc-view-get-bounding-box parse-sexp-lookup-properties flycheck-jump-to-error mm-universal-coding-system next-prompt mml2015-signers markdown-syntax-propertize bibtex-completion-apa-format-reference gnus-newsgroup-ephemeral-charset :reading-body swiper--current-line use-package-\(:type\ git\ :files\ \(\"ivy-bibtex\.el\"\ \"bibtex-completion\.el\"\)\ :host\ github\ :repo\ \"tmalsburg/helm-bibtex\"\ :package\ \"ivy-bibtex\"\ :local-repo\ \"helm-bibtex\"\)-nil-nil bookmark-errors help-mode-revert-buffer lsp-if-to-case haskell-collapse-mode-on-hook w3m-haddock edit-indirect-after-commit-functions operations 0 flymake-delete-own-overlays org-drill-visible-cloze-face mm-uu-pgp-encrypted-test epg-import-result-secret-imported reftex-load-hook lsp--parser-body rmail-first-message json-string-format Blockquote\ Region abbrev-mode-map ac-comphist-file custom-browse-insert-prefix semantic/db-mode character-fold-search flycheck-may-use-checker counsel-unicode-char-history brackets show-smartparens-global-mode-off-hook org-track-ordered-property-with-tag find-tag-noselect em-dirs define-package rmail-font-lock-keywords abbrev--symbol remapped --partition-by-header cparams make-core make-lsp--workspace 0 flycheck-byte-compiled-files deactivate-mode-local-bindings compilation-arguments lsp-timed-out-error should-add-entry-p Disable\ syntax\ checker projectile-ignored-projects pdf-util-edges-inside-p IPA Backward\ Block 0 org-export-get-environment pdf-occur-ibuffer-minor-mode-map group-alist markup-title-1-face 0 file-readable zerodark-vc-face table-split-cell-horizontally bindat-ip-to-string haskell-font-lock-keywords company-tooltip-annotation-selection straight-recipes-org-journal-version turn-on-eldoc-mode ivy-recompute-index-swiper ffap-other-window message-cite-original-without-signature package-menu--find-upgrades K25 flycheck-checker-error-threshold s-capitalized-p ffap-alternate-file-other-window temporary gnus-summary-display-article-function hs-block-start-mdata-select irony-iotask tablist-mode-abbrev-table ibuffer-maybe-show-predicates tsia-down concatenate bibtex-completion-pdf-field org-macro-templates imenu-max-item-length no-file in-file bibtex-string-files edn-inst-to-time pdf-occur-update-header-line :structure magit-push-matching flycheck-emacs-lisp-load-path re-preset org-agenda-diary xref-location-child-p ad-map-arglists biblio-completing-read-alist markdown-heading-5-atx haskell-load byte-code-function pdf-cache-clear-images-if projectile-purge-dir-from-cache el-patch-require-function haskell-interactive-mode-visit-error flymake--diag-beg reftex-refontify-context submatch-n atomic-chrome-autoloads chicken biblio-arxiv--build-bibtex counsel-git-log-action cc-mode mouse-1-remapped truncate-string-ellipsis haskell-pragma-face calendar-bahai-to-absolute fancy s-replace rfc2047-quote-decoded-words-containing-tspecials minimum ep-def company-clang ivy-case-fold-search-default company-preview-if-just-one-frontend irony-completion-symbol-bounds 0 smartparens-global-strict-mode-check-buffers hs-isearch-show websocket-callback-debug-on-error byte-compile-find-bound-condition pdf-sync-backward-search-mouse section-number Comment\ blocks evaluating hs-minor-mode-hook haskell-session-get lsp-ui-imenu--view unmark-forward ido-get-work-directory comint-redirect-completed bibtex-completion-fallback-options ivy-bibtex-insert-key gnus-article-highlight-signature semantic-tag-function-destructor-p lsp-ui-sideline-symbol reftex-bib-year-face gnus-group-prev-group magit-wip-after-apply-mode scheme-interaction-mode-map unwind 0 bookmark-history pdf-info-getannots browse-url-conkeror-arguments item1 item2 :comment 0 define-ibuffer-op helm-swoop-target-word-face epg-check-configuration strlen reduce verilog-verilator ecase new-str pdf-occur-ibuffer-do-occur custom-save-variables pdf-cache-boundingbox semantic-assert-valid-token gnus-agent-save-local nnir-request-create-group markdown-table-hline-at-point-p lm-version projectile-vcs-dirty-state reftex-all-assoc-string warning-numeric-level ido-virtual 0 lsp-send-execute-command haskell-debug-mode found-name doc-view-search-no-of-matches gnus-summary-highlight-line-trigger org-agenda-dimmed-todo-face semantic/db-file straight-catching-quit bookmark-bmenu-other-window flycheck-rust-crate-type ebrowse-faces yank-filter-group tmm-get-keybind company-auctex-autoloads cl-struct-sp-state-tags mail-encode-encoded-word-string s-trim-left endp cl--loop-accum-vars ffap-literally Explain\ error\ at\ point pdf-view-set-slice-from-bounding-box :query hl-line-overlay-buffer counsel-grep-action semantic--completion-cache bitmap cl-struct-ivy-state-tags gnus-message-buffer gnus-other-frame-object ido-ignore-directories newsticker-miscellaneous gnus-summary-edit-article-postpone 0 generic-character-list ivy-kill-whole-line global-company-mode-map ivy-state-unwind--cmacro cached-value reftex-uniquify-by-car markdown-rx :max-duration gnus-define-group-parameter ibuffer-redisplay-current sh-imenu-generic-expression 0 Info-virtual-fun pdf-sync-display-pdf-action summing haskell-literate-comment-face erc-lurker sublis diary-marking-entry-flag slot-exists-p hydra-idle-message smartparens-ess markdown-insert-hr 0 haskell-indentation-deriving blink-cursor-mode-on-hook debugger-previous-window-height reftex-check-recursive-edit 0 Entire\ Document 0 straight--alist-set markdown--first-displayable articles format-annotate-function org-eldoc-get-mode-local-documentation-function org-footnote-delete-references twittering-mode haskell-session-assign diary-hook base-doc-string lsp-mode-off-hook gnus-level-default-unsubscribed Get\ Captured\ and\ Flagged kmacro-view-macro-repeat use-package-\(:type\ git\ :host\ github\ :repo\ \"google/styleguide\"\ :package\ \"google-c-style\"\ :local-repo\ \"styleguide\"\)-nil-nil 0 company-round-tab ivy-call-and-recenter Goto\ running\ clock gnus-group-sub-map timezone-absolute-from-gregorian tai-lue semantic-sanity-check visiting-file ido-make-directory counsel-up-directory 0 lsp--registered-capability-id--cmacro el-patch-classify-function --cl-block-lsp--client-ignore-messages-- entry-hash haskell-interactive-mode-collapse :skip-cdr code\ generator projectile-ignored-directory-p haskell-cabal-targets-history flymake-mode-map use-package-\(:type\ git\ :host\ github\ :repo\ \"dryman/toml-mode\.el\"\ :package\ \"toml-mode\"\ :local-repo\ \"toml-mode\.el\"\)-nil-nil counsel-org-agenda-headlines--candidates ibuffer-yank erc-join wisent-region ffip-split-window-vertically seq-autoloads mml-secure-signers pdf-cache-prefetch-minor-mode-off-hook biblio-arxiv--forward-bibtex asin greeting ffap-next-regexp straight--get-call gnus-highlight-selected-tree nnimap-article-ranges paren-close Info-top-node markdown-command-needs-filename bookmark-set-position tabbar-button-highlight ido-make-file-list-1 package-desc-version--cmacro haskell-mode-insert-scc-at-point gfm-mode-syntax-table ido-exit-minibuffer Custom-mode-abbrev-table :prompt-prefix straight-recipes-restart-emacs-version hydra--clearfun semantic-lex-type-set org-agenda-entry-text-maxlines ad-Advice-find-function-search-for-symbol ivy-prompt-match browse-url-epiphany-program -product netrc-find-service-name :colname-names counsel-faces 0 org-docview-export haskell-mode-generate-tags counsel-org-goto--add-face let-alist--list-to-sexp switch-to-saved-filter-groups hs-hide-comments-when-hiding-all markup-verbatim-face pdf-isearch-match atomic-chrome-edit-mode-map reftex-mode-menu pre-triggered package--with-response-buffer ghost-text semantic-ia-fast-mouse-jump var-list eshell-glob-case-insensitive markdown-pre reftex-index-phrases-apply-to-region arrow sp-compare-sexps clojure-docstring-fill-prefix go-test sp--textmode-stringlike-regexp undo-tree-region-data-redo-beginning lsp--send-request ibuffer-current-filter-groups-with-position ghub-clear-caches haskell-process-set-session flycheck-go-megacheck-executable undo-tree-diff flycheck-gcc-warnings counsel-ace-link ibuffer-decompose-filter org-inhibit-logging mail-quote-string mode-local-describe-bindings-1 mode-local-describe-bindings-2 prof-natprof-start 0 swiper-line-face custom-button-pressed ebnf-shape projectile-run-compilation bookmarks-already-loaded haskell-process-wrapper-function hydra-ibuffer-filter/ibuffer-filter-by-filename ob-ref counsel--push-xref-marker smex-update radian-tide-format-mode-on-hook lsp--client-p--cmacro org-babel-load-in-session-maybe port electric-pair-preserve-balance Promote\ Element straight-recipes-magit-gh-pulls-version org-journal-redraw-calendar watch-descriptor browse-url-conkeror-program bibtex-autokey-titleword-change-strings cider-repl-mode-map rmail-speedbar-buttons viper-delete-backward-word frame-params gnus-cache-active-hashtb flycheck-stylelint-quiet override-global-mode-on-hook ivy--regex-fuzzy here-I-am f-expand filter-fn reftex-initialize-temporary-buffers flycheck-typescript-tslint-executable url-cookie-create--cmacro size-lt radian--disable-markdown-metadata-fontification ledger-font-posting-amount-face reftex-last-assoc-before-elt counsel-linux-apps-list ediff-files3 markdown-previous-visible-heading :end-of-capability -none\? cl-set-getf nnheader-insert-buffer-substring --cl-block-make-lsp--client--cmacro-- thing-at-point-markedup-url-regexp gnus-article-hidden-text-p wisent-compile-grammar younger medi pdf-isearch-update markdown-directory-files-recursively haskell-process-echo-load-message ibuffer-recompile-formats warning-series-started org-screenshot-take interactive\ shell helm-buffer-saved-out counsel-yank-pop-preselect-last ibuffer-deletion-char 0 -split-on with-files auth-source-netrc-parse-next-interesting top-right 0 company-search-toggle-filtering lsp-ui--location< browse-url-mosaic-program doc-view--image-type zerodark-ro-face lsp-ui-doc-max-height doc-id semantic-stickyfunc-old-hlf rtn-if-no-other xref-etags-location-list-p sub-key ibuffer-auto-mode projectile-default-run-command :send-async least-positive-float json-encoding-pretty-print ido-cache-unc-host-shares-time turn-on-font-lock-if-desired reftex-enlarge-to-fit reftex-next-multifile-index org-info-other-documents imenu-unavailable debugger-previous-backtrace company-sort-by-occurrence cljr-rename-file eldoc-add-command kp-add bibtex-completion-cite-commands magit-reflog-checkout counsel-describe-variable-transformer face-inverse-video-p linum-highlight-face _full-nov semanticdb-find-tags-for-completion pdf-tools-install-noverify 0 grep-expand-keywords chunk browse-url-man-function org-journal-find-file ivy-minibuffer-faces xterm nnoo-variables semantic-create-imenu-index Number lisp-shadow gnus-large-ephemeral-newsgroup haskell-debug/refresh websocket-on-error--cmacro ivy--add-face reftex-section-heading-face async-byte-compile-log-file nnimap-get-groups newgroup reftex-kill-emacs-hook :no-autoloads :tag-glyph electric-pair-mode-on-hook set-screen-height 0 --cl-block-lsp--workspace-extra-client-capabilities--cmacro-- gfm-table-line-regexp atomic-chrome-edit hydra--call-interactively semantic-lex-buffer 0 haskell-cabal-find-subsection-by Reference\ Style feedmail-spray message-signature-setup-hook company-echo haskell-string-split-to-lines global-cedet-m3-minor-mode erc-query invalid-re :searchfor company-select-previous-or-abort doc-view-initiate-display global-semantic-show-unmatched-syntax-mode pdf-misc-context-menu-minor-mode dired-do-touch mm-file-name-collapse-whitespace lsp-ui-peek--select-prev-file message-subject-re-regexp f-child-of-p deb-eval websocket-p to-state pdf-view-scroll-up-or-next-page Goto\ Label company-clang--meta R-arg gnus-uu-decode-uu-and-save-view semantic-symref-tool-grep em-basic semantic-debug-parser-class use-package-recognize-function f-same\? custom-group-subtitle font-lock-doc-face last-args info-initialize js2-jsdoc-html-tag-delimiter Info-virtual-index-find-node nsm-check-certificate use-package-jump history pdf-info-valid-page-spec-p gnutls-error :destructor-flag projectile-after-switch-project-hook starttls-program custom-group-state-update 0 lisp-indent-state-stack--cmacro f-ancestor-of\? lsp-ui-imenu--kill org-checkbox-statistics-todo company-eclim--call-process url-cache 0 eqnarray-like org-clock-clocktable-default-properties org-indent-block flycheck-eslint-args _loudly nsubst-if-not picture ibuffer-saved-filter-groups :company-require-match f-equal\? el-patch--patches gnus-group-get-new-news f-size markdown-insert-unused-reference-button longitude ivy-last menu-bar-update-buffers-1 mml-secure-message-sign-pgp geiser-chez gnus-mime-display-attachment-buttons-in-header shift-state Partial\ Scans c-start-regexp semantic--buffer-cache bookmark-grok-file-format-version f-append markdown-range-property-any pdf-info-ping org-babel-put-colnames custom-face-tag url-password-for-url company-template-clear-field org-habit-scheduled-repeat bibtex-completion-notes company-space-string gnutls-get-initstage ivy--old-cands :rule ivy-height-alist hs-already-hidden-p ibuffer-formats debugger--locals-visible-p ibm862-dos nitems dabbrev--minibuffer-origin ivy-mouse-done auth-source-macos-keychain-result-append flycheck-cargo-check-args :variable org-log-done swiper--multi-candidates use-package-\(:type\ git\ :host\ github\ :repo\ \"Fuco1/smartparens\"\ :package\ \"smartparens\"\ :local-repo\ \"smartparens\"\)-nil-nil counsel-yank-pop-action lsp-ui-imenu-ov gnus-summary-prev-same-subject org-drill reftex-select-item reftex-context-substring auth-source-read-char-choice gnus-group-mail-1 radian-font s-lowercase\? cabal-ghci mail-header-set-references org-delete-property-globally company--window-height markup-title-4-face dash-at-point-legacy-mode crossref-lookup mode-local--expand-overrides counsel-linux-app-action-open-desktop :source make-undo-tree xref--collect-matches replacer-match-data ibuffer-sorting-reversep package--archive-file-exists-p global-flycheck-mode-enable-in-buffers 0 0 nnoo-server-opened f-readable\? with-category-table gnus-group-mail-1-empty rfc2047-encode-region 0 company-begin-commands use-package-\(:type\ git\ :host\ github\ :repo\ \"swift-emacs/swift-mode\"\ :package\ \"swift-mode\"\ :local-repo\ \"swift-mode\"\)-nil-nil master-dir browse-url-netscape-reload xref-location Insert\ Footnote flycheck-checker-get semantic-token-version org-agenda-time-of-day-to-ampm-maybe gnus-servers-using-backend browse-url-mailto-function biblio-dblp--url json--plist-to-alist Timestamp\ \(inactive\) reftex-master-index-list package-autoload-ensure-default-file widget-documentation-links global-semantic-stickyfunc-mode-map markdown-language-keyword-face tlen org-element-cache-reset bibtex-completion-open-any compilation-parse-errors use-package-\(:type\ git\ :host\ github\ :repo\ \"raxod502/straight\.el\"\ :files\ \(\"straight*\.el\"\)\ :branch\ \"develop\"\ :package\ \"straight\"\ :local-repo\ \"straight\.el\"\)-nil-nil group-highlight markdown-link-title-face sp-get-thing sp--html-modes cider-connect-sibling-cljs nnir-warp-to-article org-appt-warntime flycheck-safe-delete-temporaries Info-virtual-index-nodes reftex-index-phrases-skip-indexed-matches lsp-ui-doc--put-click ffap-string-around biblio--target-window arxivId_s flymake-is-running ruby-electric-delimiters-alist semantic-lex-comments-as-whitespace gnus-summary-limit-include-dormant haskell-process-suggest-hoogle-imports haskell-hide-toggle-all clearlyu lsp-ui-sideline-global pdf-occur-abort-search semantic-tag-end str-len org-shiftselect-error racket-mode-map reftex-toc-keep-other-windows browse-url-chromium-arguments pdf-occur-normalize-documents varsetsize org-todo-get-default-hook background-green server-conn rotate-right ivy-prescient--old-initial-inputs-alist flycheck-sass-lintrc 5x5-crack-mutating-current C-M-kp-right reftex-dcr haskell-process-suggest-pragma company-clang--build-location haskell-indentation-fundep doc-view-enlarge num-matches file-found websocket-frame-text org-load-hook bookmark-bmenu-save flycheck-buffer-automatically magit-diff-unmerged illegal pdf-view-create-page utf-8-emacs-dos semantic-error-if-unparsed color-xyy-to-xyz org-delete-indentation custom-faces s-blank-str\? message-draft-headers avoid counsel--git-grep-cmd-and-proj 0 atomic-chrome-buffer-frame-width biblio-doi--forward-bibtex-crosscite supercite-hooks ad--make-advised-docstring pdf-info-query--parse-response History atts org-flag-heading global-semantic-show-unmatched-syntax-mode-on-hook semantic-tag-file-name company-time-out zerodark-use-paddings-in-mode-line reftex-support-index superclasses LaTeX-section-list lsp-ui-peek xref-match-length wisent-push-token zerodark-face-when-active doc-view-scroll-down-or-previous-page First\ Level\ atx hs-isearch-open custom-variable-prompt semantic--tag-get-property Follow\ Link Maximum\ Record\ Size counsel-colors-web-history 0 term-default-fg-color lastweek wisent-starts-nonterm :client comint-next-matching-input-from-input gnus-summary-save-process-mark bibtex-completion-notes-mode company-cmake--doc-buffer window--sides-shown isearch-mode-end-hook-quit s-match prescient-sort electric-pair-will-use-region git-rebase-mode crystal-mode cl--class-docstring--cmacro foreign-level caucasian-albanian org-bullets--fontify-buffer semantic/imenu @count reftex-global scrollpos flycheck-error-id--cmacro url-vars org-agenda-weekend-days recentf-exclude company-clang--guess-pch-file straight-built-in-pseudo-packages counsel-linux-apps-list-desktop-files pdf-info-pagesize internal-ange-ftp-mode company-eclim--meta gnus-summary-tick-article-backward websocket-ensure-length smartparens-global-strict-mode-enable-in-buffers hashcash-insert-payment-async -zip Create\ BibTeX\ File custom-browse-variable-tag-action markdown-in-comment-p beg-eol compilation--parsed pdf-occur-next-error cps--states lsp-ui-peek--select-prev ibuffer-filter-group-name-face gnus-dribble-buffer s-count-matches-all semantic-clean-token-of-unmatched-syntax dired-diff markdown-propertize-end-match semantic-current-tag-parent flymake-find-file-hook 0 mm-display-dns-inline reftex-parse-colon-path Increase\ Priority sp--get-replace-keyword senator-go-to-up-reference bindat--unpack-u16 subr-x vhdl-speedbar flymake-proc--process-sentinel org-journal-read-period 0 haskell-font-lock-symbols-keywords company--prefix-str prefix-descriptions overload-that-obsolete :advertised-binding --cl-block-make-lsp--parser-- viper-intercept-ESC-key global-hl-line-mode-off-hook bindat--unpack-u24 wisent-BITISSET S-up markdown-reference-face ivy-recompute-index-swiper-async comint-simple-send mode-line-change-eol 0 url-handler-directory-file-name drag-mouse-1 widget-color-sample-face-get websocket-read-frame nnheader-re-read-dir cl-struct-epg-key-signature-tags bindat--unpack-u32 counsel-rhythmbox-enqueue-song forth-mode semantic-foreign-tag-invalid markdown--pandoc-inline-footnote-properties haskell-sessions flycheck-markdown-markdownlint-cli-config global-semantic-highlight-edits-mode-map projectile--find-other-file flycheck-parse-scss-lint dabbrev--progress-reporter pdf-occur-start-search _project dissociate projectile-idle-timer-hook php-eldoc-function lsp-ui-peek-mode-off-hook pdf-cache--image/width flymake-check-start-time anon-type-children use-package-normalize/:preface hydra-ibuffer-sort/hydra-ibuffer-main/body-and-exit ivy--prompt-extra custom-browse-alist gnus-article-delete-part inhibit-quitting custom-face-edit-convert-widget dabbrev-check-all-buffers aw-leading-char-face mail-header-set-number rx-regexp flymake-get-include-dirs lsp-ui-sideline-delay lsp--intero-inherit-local-variables global-auto-revert-ignore-modes semantic-analyze-split-name semanticdb-file-table-object sp--merge-pair-configurations markdown-gfm-uppercase-checkbox flycheck-coffee-executable use-package-handler/:magic-fallback lsp--client-send-sync--cmacro browse-url-elinks-sentinel 0 cl--class-index-table global-prettify-symbols-mode-enable-in-buffers magit-stash-mode irony-mode lsp--point-to-marker mode-local--init-mode jedi:ac-direct-matches bindat-format-vector reftex-bib-author-face itemno eieio-oref ivy-set-sources compilation-set-window-height package--ac-desc-summary semanticdb-find-default-throttle pdf-info--normalize-file-or-buffer ido-max-file-prompt-width counsel-mark-ring chinese-two-byte package-make-button copy-flycheck-verification-result prescient--cache-loaded bindat--unpack-u16r bookmark-edit-annotation mail-content-type-get flycheck-checker-pattern-to-error-regexp use-package-\(:type\ git\ :host\ github\ :repo\ \"emacsattic/crontab-mode\"\ :package\ \"crontab-mode\"\ :local-repo\ \"crontab-mode\"\)-nil-nil :extensions swiper--width f-no-ext projectile-switch-project-action haskell-check-overlay-p disassemble-1 Insert\ Image prec geiser-repl :server-conn reftex-format-label-function haskell-guess-module-name-from-file-name ido-prev-match-dir qresyncp :cls-l f--uniquify eshell-incomplete macos-keychain-internet helm-ff-file gnus-get-unread-articles-in-group use-package-handler/:defines atomic-chrome-show-edit-buffer rewrap-sexp subfigure flymake-proc-master-make-header-init gnus-summary-mime-map mml-secure-sign-pgp sassoc org-babel-exp-code efs-path-regexp sunrise-commander ido-kill-emacs-hook biblio-hal--forward-bibtex ivy-state-unwind counsel-more-chars-alist markdown-find-previous-block url-queue-prune-old-entries dired-shrink-to-fit magit-ediff-show-working-tree minibuffer-frame-list ido-directory-nonreadable thepath websocket-verify-client-headers haskell-session-choose ~/Documents/org/calsync/jeremiahpeschka-cal\.org semantic-faces message-fill-field sc-cite-original counsel-git-grep-projects-alist text-mode-variant reftex-section-levels gnus-agent-unhook-expire-days target-line projectile-browse-dirty-projects group-assoc custom-browse-face-tag haskell-process-trigger-suggestions beta semantic-idle-summary-mode dabbrev-ignored-buffer-names ivy-set-prompt-text-properties-default locals-visible haskell-interactive-mode-insert byte-compile-warning-prefix haskell-session-buffer-default-dir wisent-print-firsts font-lock-function-name-face atomic-chrome-edit-mode-off-hook haskell-yesod-parse-routes-mode prescient-persist-mode-on-hook :blackout :interrupt meta-tag-class pdf-cache-clear-data-of-pages bibtex-Online make-url-queue--cmacro bibtex-completion-clear-cache ibuffer-shrink-to-minimum-size lsp--cur-line s-contains\? Info-node-description erc-notice-face 0 markdown--marginalize-string info-look remaining websocket-frame-p--cmacro gnus-tmp-moderated-string esh-io :btype pdf-occur-global-minor-mode xref-file-location-p grep-files-aliases company-column ibuffer-mode-filter-group-map Info-isearch-initial-history-list decode-char 0 lsp-ui-peek-find-custom lsp--buffer-uri reftex-default-context-position :opcode flycheck-cfengine-executable widget-default-button-face-get flymake--diag-end pdf-occur-global-minor-mode-hook 0 nnmail-ignore-broken-references ido-default-buffer-method make-package--bi-desc semantic-cache-data-overlays xref--regexp-syntax-dependent-p company-candidates-cache mml-buffer-list :custom-state-set-and-redraw pdf-isearch-current-parameter rx-check-any-string tmp2 counsel-git-cmd truncate-partial-width-windows haskell-command-state--cmacro :textDocument sp-backward-parallel-sexp lsp--annotate epg-context-textmode rmail-install-speedbar-variables re-search-backward-lax-whitespace bibtex-autokey-demangle-name epg-import-result-imported lsp-enable-xref marshal-autoloads counsel-git-grep-action f-append-bytes biblio--as-list ox-extra ido-record-work-file org-agenda-show-scroll-down markdown--string-width json-read-array org-mhe-get-message-folder-from-index hs-set-up-overlay counsel-colors-emacs-history company-timer undo-tree-visualize lsp--parser-queued-notifications debugger-mode-hook overload-obsoleted-since semantic-stickyfunc-mode company-dabbrev-ignore-case jka-compr-byte-compiler-base-file-name nnir-run-imap ffap-copy-string-as-kill w32-fixed-font-alist org-crypt-use-before-save-magic 0 flycheck-display-errors signers complete-listing lazy-highlight-max-at-a-time ibuffer-use-header-line ivy-previous-line-and-call compilation--put-prop org-clock-clock-in org-babel-remove-inline-result preserve-pos package-menu--version-predicate ibuffer-elide-long-columns semantic-overlay-previous-change parsebib--bibtex-identifier sp-state bookmark-bmenu-2-window ivy--virtual-buffers reftex-citation-support reftex-select-with-char set-exclusive-or tablist-push-equal-filter org-agenda-set-restriction-lock link-hook ivy-read-action-format-function counsel-git-branch-list prop mm-destroy-postponed-undisplay-list Info-hide-note-references nnmail-get-new-mail ivy--old-text straight--determine-repo lsp--client-send-sync default-rule haskell-sort-imports lsp-ui-peek-list mode-local--override counsel-rhythmbox let-alist--deep-dot-search projectile-track-known-projects-automatically semantic-imenu-expandable-tag-classes Cycle\ Heading\ Visibility old-undo ibuffer-compile-make-format-form message-header-subject-face ido-restrict-to-matches 0 hydra-window/follow-mode request-update-mark use-package-normalize/:if use-package-list-insert company-cmake-executable-arguments define-lex-regex-type-analyzer semantic-highlight-func-popup-menu reftex-index-phrases-sort-prefers-entry org-agenda-remove-timeranges-from-blocks ad-Advice-tabulated-list-print flymake-proc--included-file-name rainbow-delimiters-depth-9-face --cl-block-lsp--client-string-renderers--cmacro-- biblio--backend semantic-symref-tool-cscope-child-p --cl-block-lsp--workspace-highlight-overlays-- tablist-do-kill-lines haskell-cabal-comment-regexp bindat--unpack-u24r ivy--display-function-prop w3m-current-url auth-source-save-behavior ibuffer-auto-update-changed counsel-linux-app-format-function-default define-abbrev counsel-org-agenda-headlines-action-goto term-default-bg-color article-buffer :op-l message-carefully-insert-headers :stepskip0 cl-help-type writeroom-mode lsp--text-edit-sort-predicate semantic-flex-enable-bol org-journal-new-entry biblio-dblp-backend avy-goto-symbol-1-below markdown-narrow-to-subtree pdf-view-printer-minor-mode reftex-format-ref-function tcvn-unix mouse-buffer-menu-map minibuffer-prompt show-smartparens-mode-hook company-echo-last-msg pop3-mailhost halId_s grunt case-fold :CUSTOM_ID wisent-closure eieio-oset markdown-hide-urls lsp--workspace-client markdown-live-preview-mode-map straight-recipes-apache-mode-version flymake-mode-on-hook bibtex-completion-display-formats rbearing reftex-mode-on-hook byte-compile-noop ido-remove-cached-dir tablist-push-filter company-clang-guess-prefix articles-to-expire reftex-remove-if 0 flycheck-error-group--cmacro gnus-article-babel prolog-inferior 0 pdx\.edu haskell-compilation-mode-map semantic-lex-unterminated-syntax-protection lsp-create-watch interactive-haskell-mode-off-hook idlwave-completion markdown-add-xhtml-header-and-footer explicit-shell-file-name gnus-summary-stop-page-breaking company-tooltip-annotation radian--advice-org-clock-load-automatically package-activated-list gnus-summary-sort-by-recipient fill-french-nobreak-p Next\ Matching\ Item biblio--quote debug--variable-list message-send-mail websocket-format-error :prefix-l haskell-literate-default sp--sgml-ignore-tag ivy-completion-beg -insert-at reftex-index-macros-builtin websocket-close ido-dir-file-cache semantic-lex-debug-analyzers :menu-name grep-mode-syntax-table toolbarx-install-toolbar markdown-reference-goto-link helpful sp-get-sgml-tag websocket-frame-opcode ido-process-ignore-lists-inhibit ledger-font-posting-account-pending-face 0 0 gnus-cite semantic-lex-keyword-put helm-find-files copy-mapper pdf-isearch-search-fun pdf-util-convert-page gnus-permanently-visible-groups rx-** websocket-frame-payload--cmacro next-error-locus :ascii s-replace-regexp mail-source-incoming-file-prefix Unmark\ Calendar b-offset sp-select-next-thing markdown-view-mode-abbrev-table haskell-interactive-popup-error gnus-summary-toggle-truncation Yank\ Original save-places-to-alist chinese-cns11643-2 biblio-doi--crosscite-callback x-resolve-font-name package-lint shut-up ffap-alist doc-view-display char-table gnus-summary-limit-to-extra :file-versions set-visited-file-name flymake-proc--collected-diagnostics at-point rst-faces diary-font-lock-sexps pcomplete-parse-buffer-arguments auth-source-backend--eieio-childp recenter-last-op lsp-ui-peek-always-show ada-gnat message-caesar-buffer-body 0 wisent-clear-log pdf-info-editannot info-lookup-mode lsp--workspace-extra-client-capabilities 0 isearch--state-forward--cmacro composite clojure-cycle-privacy :start-col relts appendix bookmark-maybe-sort-alist minibuffer-allow-text-properties reftex-miscellaneous-configurations bookmark-use-annotations mark-old-buffers pdf-info-renderpage-text-regions object-pool esh-mode markdown-back-to-heading-over-code-block pdf-tools-disable-minor-modes superword-mode-on-hook indentation-point isearch-yank-word sp--get-opening-regexp coq-mode lsp--uninitialize-workspace evil--jumps-window-jumps pcomplete/org-mode/block-option/src tag-implicit-name-match-p magit-commit-instant-squash wisent-log-buffer gnus-method-simplify json-read-file trash cp936-unix haskell-process-name tablist-validate-named-filter url-cookie-domain bibtex-completion-update-strings-ht tablist-filter-parse narrowed-s counsel--linux-apps-cached-files bookmark-record s-word-wrap counsel-outline-action bookmark-error-no-filename em-hist reftex-section-regexp reftex-toc-include-labels url-current-mime-headers ibuffer-filter-by-derived-mode nnimap-log-command debugger-value :silentp flycheck-parse-tslint elfeed-search-mode company-yasnippet system vhdl-naming pr-toggle-spool fillarray pdino sort-coding-systems-predicate error-info strategy semantic/lex-spp reftex-index-select-tag mml-smime global-semantic-stickyfunc-mode-hook eshell-copy-environment Info-directory-toc-nodes Apply\ Phrases\ to\ Region smie--hanging-eolp-function gnus-subscribe-randomly markdown-setup-wiki-link-hooks gcov-header was-command-desc f-split flymake-proc-get-include-dirs-dot 0 debugger--show-locals ibuffer-exchange-filters counsel-directory-name atomic-chrome-edit-mode-hook compilation-num-errors-found elisp--fnsym-in-current-sexp cabal-dir bindat--unpack-u32r haskell-font-lock-symbols pdf-view-display-page haskell-collapse-mode-off-hook psetq undo-tree-visualizer-show-diff default-terminal-coding-system fence radian-fix-whitespace-mode-map undo-tree-mode-hook magit-rebase-interactive pdf-info-query--read-record compilation-lgrep org-journal-mode-abbrev-table abbrev--active-tables Change\ Time\ +1\ hour utils company--capf-workaround ibuffer-make-column-mode wisent-semantic-action url-bug-address :documentation-shown org-use-fast-todo-selection hydra-fontify-head-function index-tag-cell just-this semanticdb-default-save-directory ffap-bib prenote yaoddmuse-get-pagename-table counsel-find-file-map p-day reftex-index-phrases-logical-and-regexp calendar-hebrew-year-Thursday-incomplete-Sunday bizarre cases widget-editable-list-match esh-var eieio--class-name url-util wisent-token-to-string unparseable 0 use-package-\(:type\ git\ :host\ github\ :repo\ \"jwiegley/emacs-async\"\ :package\ \"async\"\ :local-repo\ \"emacs-async\"\)-nil-nil ediff-merg org-bbdb-updated cider-tracing ad-interactive-form ibuffer-old-time company-dabbrev--make-regexp gnus-summary-put-mark-as-read-prev-unread reftex-viewing-cross-references pdf-view-last-page semantic-flex-map-keywords nnir-imap-next-term sp-use-textmode-stringlike-parser-p cl-hash-table-count coord2 biblio--insert-header Buffer-menu-isearch-buffers-regexp c++-include-dir haskell-presentation-present-slot d-dmd in-workspace do-save x-win menu-bar-showhide-fringe-ind-left navigate-menu counsel-find-library-other-frame markdown-mode-map straight--mtimes-dir Copy\ Tag\ to\ Register gnus-summary-high-unread-face markdown-check-refs Refresh\ Package\ List ob-calc :error-explainer mail-header-field-value bibtex-completion-cite-default-command bibtex-autokey flycheck-flake8rc -tree-reduce ivy-occur-mode counsel-locate-cmd-default cedet-menu ido-is-tramp-root cl--loop-bindings flycheck-c/c++-clang-executable org-clock-x11idle-program-name haskell-cabal-buildinfo-fields S-drag-mouse-1 swift-mode:builtin-constant-face ivy-display-function-overlay set-frame-selected-window gnus-uu-mark-sparse errs ibuffer-change-marks completion--styles counsel--fzf-dir isearch\ whole\ document char-or-char-int-p map--make-pcase-bindings no-indent 0 gnus-parameter-ignored-charsets specials frame--size-history biblio-crossref--extract-interesting-fields pdf-view-kill-ring-save reftex-use-fonts offline websocket-verify-headers flycheck-go-vet-print-functions reftex-index-macro-regexp biblio-cleanup-doi auto-revert-notify-rm-watch hydra-plist-get-default diff-hl-insert company-oddmuse-get-page-table global-atomic-chrome-edit-mode-map company--flyspell-workaround-p 0 gnus-summary-buffer-name haskell-string-chomp ibuffer-forward-line lsp--capability--inliner isearch-backward 0 reftex-index-special-chars reftex-info semantic-mode-map -interleave helpful-variable markdown-regex-kbd sp--end-delimiter-closure :magic-fallback haskell-check ibuffer-update-title-and-summary flycheck-proselint-parse-errors f-path-separator sp--post-self-insert-hook-handler magit-define-popup-switch markdown-missing-link-face helm-prefarg spam-crm114 markdown-standalone rlogin irfc-directory company-eclim--candidates on-error flycheck-error-list-info tablist-pretty-print-entry org-rmail-store-link semanticdb-project-database-file-p parse-time-zoneinfo Fold\ Tag bibtex-completion-notes-mode-set-explicitly reftex-toc-recenter rmail-kill-label wisent-ISTOKEN notice pdf-util-convert-program -reductions-r-from superword-mode-off-hook org-clock-file-time-cell-format undo-tree-root--cmacro straight-disable-autoloads load-error org-clock-get-clock-string 0 cps--trace cl-find-method grep-template use-package--form flycheck-eslint--find-working-directory ivy-done smartparens-enabled-hook semanticdb-abstract-table-child-p haskell-interactive-mode-splices-buffer almost-quietly undo-tree-visualizer-select-right secure iso-2022-jp-1978-irv-mac atomic-chrome-start-httpd pdf-view-auto-slice-minor-mode-on-hook cl--macroexp-fboundp hide-sublevels bookmark-bmenu-set-header Third\ Level\ atx package-make-builtin--cmacro company-template-field-at xref-item--eieio-childp bibtex-include-OPTcrossref cp864 sub-form puny-adapt flycheck-mode-on-hook gnus-group-no-more-groups-hook company-auto-begin haskell-cabal-find-or-create-source-file package-menu-hide-low-priority senator-transpose-tags-up org-babel-expand-src-block-maybe ace-window-autoloads straight-recipes-elisp-refs-version electric-quote-chars :opp-l xdg-config-home haskell-cabal-line-filename ido-file-lessp eshell-mode ivy-sort-function-buffer ivy-switch-buffer-transformer counsel-org-agenda-headlines-history markup-typewriter-face rx-group-if a-date character\ set flymake-proc-master-file-dirs pdf-view-shrink flymake-proc--output-buffer left-to-receive quick-calc mime ffap-bug 0 mc/mark-all-symbols-like-this-in-defun pdf-misc-size-indication-minor-mode-hook straight-recipes-ivy-version projectile-project-compilation-dir Inline\ PGP 0 erc-capab Session\ Ticket :certificate lsp--parser-body-received pdf-links-action-perform split-name gnus-backlog-request-article alphanumeric toph tablist-flag-forward smartparens-strict-mode-set-explicitly not-word-boundary haskell-cabal-compute-checksum semantic-list esh-module window-bottom-divider-width occur-edit-mode ivy-current-prefix-arg minp reftex-end-of-bib-entry flycheck-tcl-nagelfar-executable url-queue-buffer 0 cmd-opts lsp-print-io flymake-proc-err-line-patterns lynx _char expunge/save company-template-nav-map 0 bookmark-version-control flycheck-cwl-executable rotate-frame-anticlockwise auth-source-secrets-listify-pattern mode-func counsel-yank-pop-height semantic-number-expression enriched org-ctags erc-timestamp-face lsp-diagnostic-message--cmacro appt-disp-window-function lsp-error with-no-warnings compilation-skip-none unmorse-region lookup semantic-tag-include-filename-default gnus-group-news-1-low xref-buffer-location-child-p pdf-misc-print-programm gnus-article-highlight astron gnus-article-mode-line-format semantic-highlight-edits-mode smex-initialize magit-ediff Unmark nset-difference PCL tablist-operation-available-p nnmail-article-group epg-import-status-reason--cmacro rx-not-char gnus-article-date-original xref--alistify use-package-\(:host\ github\ :repo\ \"raxod502/blackout\"\ :package\ \"blackout\"\ :type\ git\ :local-repo\ \"blackout\"\)-nil-nil use-package-error :current rwidth reftex-arg-index-tag PCX Toggle\ Task\ List\ Item sp-undo-pairs-separately org-element-underline-interpreter 0 gnus-group-expire-articles-1 term-color-red company-eclim--project-name stumpwm-mode git-repo lsp--server-capabilities send-sync gnus-group-news-4-low ffip-copy-org-file-link PEF gnus-article-date-local haskell-interactive-mode-expr-result org-journal-calendar-scheduled-face company-mode-on flycheck-verify tmm-km-list undo-tree-move-backward ibuffer-do-replace-regexp org-attach-directory flymake-no-changes-timeout epa-passphrase-callback-function mm-view naked-address xref-backend-functions pdf-view-jump-to-register magit-bisect-skip lsp--workspace-buffers--cmacro url-directory-files 0 org-clock-update-mode-line company-dabbrev-ignore-invisible rescall journalPublisher_s org-mhe-get-message-real-folder grep-find-template org-complex-heading-regexp-format sp-do-move-op semantic-stickyfunc-header-line-format long-form grep-save-buffers reftex-toc-split-windows-fraction gnus-article-sort-by-marks counsel-linux-app-action-file bias spam-autodetect-methods lsp-ui-doc-mode-map websocket-on-message reftex-what-macro-safe package-menu-hide-package ibuffer-skip-properties flycheck-temp-file-inplace new-window 0 wgrep-reject-face orgtbl-exp-regexp display-time-mail-function org-mhe-open snippet-mode scroll-bar-drag-1 bindat--unpack-group haskell-doc-mode gnus-score-kill ivy--sources-list occur-mode-map websocket-incomplete-frame pdf-util-face-colors mail-hist-put-headers-into-history :end_pos markdown-regex-gfm-checkbox lastq solid 0 org-get-agenda-file-buffer semantic-tag-new-code projectile--read-search-string-with-default semantic-read-symbol reftex-move-to-next-arg rmail-automatic-folder-directives TeX-mode-alist ibuffer-insert-filter-group-before org-clocking-buffer PIN org-clock-task-overrun 0 org-src-lang-modes -powerset ffap-c++-path esup company--scrollpos-line fstring org-agenda-get-day-face message-send magit-refs pdf-occur-dired-minor-mode-hook tokensetsize all-the-icons-faicon PC-complete-word gnus-summary-first-unread-subject em-banner flycheck-handle-change tablist-save-marks gnus-summary-default-low-score straight-recipes-flycheck-version ido-edit-input ibuffer-mark-region-or-n-with-char company-complete-common python-shell-interpreter package-make-ac-desc--cmacro 0 undo-tree-node-char-lwidth avy--make-backgrounds hydra-show-hint package--ac-desc-summary--cmacro haskell-completions-sync-repl-completion-at-point markdown-visual-lines-between-points websocket-inflight-input--cmacro search-str vhdl-highlight ctext-post-read-conversion nontermsym pdf-util-scale-pixel-to-relative pdf-cache--data-put pdf-util custom-group-mark-to-reset-standard texnfo-upd dired-isearch-filenames sp--pair-to-insert define-symbol-macro reftex-notice-new company--preprocess-candidates counsel-evil-registers-action straight--autoloads-file projectile-ag org-occur-case-fold-search 0 flymake-proc-stop-all-syntax-checks straight-use-package--straight-handler pdf-isearch-batch-mode-hook ivy-state-text--cmacro ivy-use-ignore-default bookmarks emacs-terminology flycheck-config-file-var eieio-custom 0 flycheck-gfortran-args sp-extract-after-sexp describe-function-orig-buffer ibuffer-mark-by-name-regexp semantic-lex-token-class tablist-column-name-history undo-tree-region-data-undo-beginning dired-sort-other gnus-summary-display-article radian-show-git-mode-map reftex-toc-split-windows-horizontally-fraction vc-before-save ibuffer-filters-to-filter-group 0 spam-group-spam-contents-p Edit\ Source\ Example windmove-find-other-window tibetan-vowel-transcription-alist 0 --cl-block-make-lsp-diagnostic-- --cl-block-lsp--workspace-parser-- straight--build-keywords package-desc-summary--cmacro flycheck-explain-error-at-point mm-save-part-to-file sql-sqlint tags-location-ring epg-encrypt-file browse-url-kde-program counsel-describe-symbol-history straight--process-get-return-code matchdatatype swiper--extract-matches bmk-record :org-clock-force-headline-inclusion gnus-newsgroup-last-directory pdf-isearch-active-mode-map company-clang--build-complete-args newsticker-ticker x-handle-geometry radian--advice-esup-unwrap-init-file ibuffer-filter-group tablist-minor-mode radian--flycheck-typescript-setup semantic-highlight-func-mode-hook recentf-expand-file-name magit-git-success semantic-speedbar-analysis tar-parse-info copiousoutput when-no-clock-is-running current-code-action-params 0 eieio-hook Do\ Children\ sequentially background-purple cl-position-if-not hash-key semantic-lex-symbol-or-keyword ido-cache-unc-valid browse-url-generic-program pdf-tools-debug Encrypt-then-MAC projectile-file-cached-p use-package-handler/:straight haskell-interactive-types-for-show-ambiguous gnus-summary-next-article haskell-process-prompt-restart gnus-summary-backend-map vhdl-testbench Not company-preview-search less-stylelint bibtex-completion-insert-citation haskell-compilation-mode-abbrev-table wisent-noninteractive ref-params company-template--after-clear-c-like-field semantic-showing-unmatched-syntax-p pval ivy-magic-slash-non-match-cd-selected ivy-prescient-mode-off-hook gnus-summary-lower-same-subject wisent-lalr straight-vc-normalize url-insert maxgap sort-coding-systems flycheck-get-output global-subword-mode-off-hook project-combine-directories company--row Global\ Actions org-activate-mark --partition-by find-file-in-current-directory :purecopy gnus-list-range-intersection add-inherited -iterate reg-usage to-split smex-ido-cache backend Buffer-menu-view :cant-slurp straight--process-run-p semantic-tag-copy widget-field-use-before-change lsp--shutdown-cur-workspace kotlin-mode flycheck-command-wrapper-function append-end parse-time-string-chars semantic-tag-clone 0 symlink company-template-field cl-struct-package-desc-tags bookmark-bmenu-surreptitiously-rebuild-list markup-error-face helm-separator gnus-with-article reftex-set-dirty haskell-session-new strikeout use-package-expand-minimally eieio-change-class compilation--message paragraph-indent-text-mode-hook class-parents xref-item 0 org-log-note-purpose widget-radio-value-inline url-request-noninteractive gnus-thread-sort-by-recipient Info-search-next elfeed company--search-update-string flymake-warning-bitmap wisent-new-log-flag macros-with-labels gnus-summary-put-mark-as-expirable-next auto-insert-alist markdown-end-of-text-block semantic-stickyfunc-show-only-functions-p biblio ido-completion-buffer-all-completions file-notify--watch-directory--cmacro reftex-cite-punctuation comparing s-index-of cl--make-slot-descriptor--cmacro enable-name bird markdown-regex-html-attr pdf-util-hexcolor Info-menu-last-node interactive-haskell-mode gnus-sort-threads done\? ripgrep-autoloads n-lines windmove document-changes ag-ignore-list s-trim-right semantic-tag-type-interfaces org-resolve-clocks-if-idle haskell-lexeme-char-literal-inside done-ok menu-bar-showhide-fringe-menu-customize org-table-insert-row background-orange ange-cache custom-variable-button-face ad-lambda-p radian-find-zshrc-other-window utility company-template-forward-field pdf-tools reftex-create-bibtex-header package--autoloads-file-name argument markdown-fontify-gfm-code-blocks feed 0 bibtex-completion-get-entry lsp--make-diag make-frame-on-display org-src-mode gnus-group-quick-select-group message-fetch-field ivy-switch-buffer-faces-alist haskell-decl-scan-mode url-queue-cbargs--cmacro bibtex-completion-remove-duplicated-fields org-remove-subtree-entries-from-agenda flymake-menu tibetan-regexp Export\ &\ View source-original nnimap-connection-alist pheight symlist start-x start-y reftex-index-macro-alist 0 renamed-from Week\ View gnus-newsgroup-replied company-tooltip--lines-update-offset semantic-go-to-tag 0 bookmark-default-handler nreds --cl-block-lsp--registered-capability-id-- nnheader-concat ffap-host-to-filename reftex-cite-cleanup-optional-args reftex-index-face semantic-complete-jump-local-members wisent-RESETBIT :trigger $nterm BibTeX-auto-store hs-inside-comment-p rx-any url-cookie-localpart ibuffer-loaddefs bongo-mode wisent-set-shift-table smartparens-lua 0 flymake--backend-state-disabled--cmacro utmoment gnus-method-history wisent-BITS-PER-WORD biblio-completing-read mac-compose-gstring-for-text-style-variation biblio-hal--extract-interesting-fields org-fontify-done-headline company-prescient-mode-hook bibtex-entry org-w3m-get-anchor-start reftex-last-used-reference ido-file-history url-expand-file-name company-dabbrev-minimum-length display-mm-width day-seconds 0 hydra-ibuffer-sort/hint prettify-symbols-mode-set-explicitly 0 tags-apropos-function flycheck-explain-error-buffer typescript-mode my-func hydra-window/windmove-right bookmark-bmenu-filter-alist-by-regexp pdf-cache-lookup-image global-hl-line-sticky-flag x-symbol-mode reftex-file-extensions ivy-faces traceroute hydra-face-red gnus-summary-universal-argument c-subword-mode haskell-session-name haskell-interactive-mode-compile-message json--with-indentation company-search-map custom-variable-action company--force-sync el-patch-locate-function gnus-ding-file-coding-system pdf-isearch-mode-cleanup message-insert-citation-line 0 whitespace-hspace file1 erc-track gnus-marked parse-iso8601-time-string haskell-type-face python-pkg semantic-lex-debug-break gnus-summary-reparent-children markdown-match-fenced-end-code-block tablist-skip-invisible-entries haskell-cabal-add-build-dependency reftex-select-external-document EasyPG\ manual do-sort-by-major-mode ivy--yank-by mule-unicode-e000-ffff comint-write-input-ring qresync lsp-no-content-length no-connect thismonth internal-default-process-filter websocket-get-bytes ivy-completion-end widget-inactive CMU\ Typewriter\ Text widget-color--choose-action semanticdb-current-table Find\ Unused\ References lsp-mode-map hydra-window/\(lambda\ nil\ \(interactive\)\ \(ace-window\ 4\)\ \(add-hook\ \(quote\ ace-window-end-once-hook\)\ \(quote\ hydra-window/body\)\)\) lsp--path-to-uri calendar-date \\cite browse-url-firefox-new-window-is-tab counsel-yank-pop-truncate-radius f-exists-p haskell-msg-type gfm-view-mode-hook widget-delete-button-action name-method sp-delayed-pair 0 custom-face-edit-value-create lsp-ui-doc--inline-pos rmail-continue tablist-context-window-display-action lv-separator crossref-key help-customize-variable reftex-silence-toc-markers ibuffer-mark-modified-buffers flymake-proc-master-tex-init 0 let-alist-autoloads ibuffer-toggle-sorting-mode -butlast flycheck-error-list-next-error-pos mouse-drag 0 :test-dir org-radio-target-regexp restart-emacs--frame-restore-args markdown-hide-sublevels tablist-edit-end 0 interactive-haskell-mode-on-hook select-tags-table-quit generation Emphasis\.\.\. assoc-if flycheck-perform-deferred-syntax-check url-confirmation-func RCS package-desc-dir--cmacro elfeed-search-feed-face org-clocktable-write-default flycheck--handle-idle-trigger rmail-mime-render-html-function haskell-cabal-goto-executable-section copy-hash-table orig-point ruleset :delimiter-in-string do-query-replace use-package-plist-delete haskell-process-cd eieio--class-slots pdf-occur-search domino-tile field-value tree gnus-add-text-properties-when semantic-before-auto-parse-hooks bookmark-bmenu-execute-deletions flymake-disabled-backends flycheck-error-new projectile-maybe-read-command json-advance--inliner ibuffer-add-to-tmp-show lsp--will-save-text-document-params--inliner reftex-search-unrecursed-path-first counsel-git-occur insert-file-literally 0 keyfreq-file nnir-run-hyrex semantic-highlight-func-mode-map ido-sort-merged-list message-strip-subject-encoded-words ido-enable-virtual-buffers test-suffix flymake-log-level arduino-mode --cl-block-el-patch-deftype-- edit-frame WEBARCHIVE lsp-invalid-header-name help--key-binding-keymap _candidate org-call-with-arg inline--error s-equals\? ivy-state-window--cmacro 0 use-package-statistics-time Info-index-alternatives nitemset 0 Default org-bullets-autoloads debugger-reenable pcase--expand extras ido-make-file-list-hook url-file-attributes inhibit-field-text-motion straight-watcher-process-buffer undo-auto--last-boundary-amalgamating-number eshell-group-name semantic-make-overlay ibuffer-compressed-file-name-regexp derived-mode-syntax-table-name global-atomic-chrome-edit-mode-enable-in-buffers global-font-lock-mode-check-buffers markdown-use-region-p pcomplete-unquote-argument-function minibuf-eldef bindat--pack-u8 org-journal-file-pattern markdown-tilde-fence-end custom-unloaded-symbol-p mm-handle-undisplayer semantic-init-hook haskell-string-literal-encode pdf-info-interrupt rprec bookmark-bmenu-locate hydra--generate-matrix straight-recipes-find-file-in-project-version by\ Year pushnew company-mode-off-hook trim semanticdb-database-typecache-child-p start-var browse-url-galeon-new-window-is-tab flycheck-go-golint-executable mail-source-crash-box haskell-cabal from-utf-16 wrap-tag gui--last-selected-text-primary reftex-index-phrases-wrap-long-lines nrest read-hide-char helpful-key whitespace-trailing gnus-group-sort-selected-groups-by-unread use-package-\(:files\ \(\"gitignore-mode\.el\"\)\ :package\ \"gitignore-mode\"\ :local-repo\ \"git-modes\"\ :type\ git\ :repo\ \"magit/git-modes\"\ :host\ github\)-nil-nil haskell-process-parse-error 0 gnus-diary s-shared-start :matcher linum-mode window-normalize-buffer flycheck-luacheckrc :return 0 org-journal-search timezone set-core-accessing-symbol image-mode-as-hex wisent-set-item-number radian--cider-dump-nrepl-server-log haskell-mode-message-line biblio-join-1 websocket-version RLA gnus-tmp-thread-tree-header-string Distribution haskell-cabal-get-dir ivy-function-called-at-point debugger-frame messages-head package-read-from-string markdown-indent-line challenge browse-url-temp-file-name ido-undo-merge-work-directory mml-insert-multipart gnus-group-edit-global-kill websocket-negotiated-protocols semantic-lex-types semanticdb-find-test-translate-path ediff-init package-menu-execute custom-display prime-bits bibtex-completion-format-citation-org-link-to-PDF cider-mode lsp-ui-peek-mode-map replacements s-equals-p :page use-package-normalize/:init/el-patch custom-mode-map ibuffer-header-line-format biblio--nonempty-string-p gnus-slave-no-server all-header use-package-normalize/:custom-face flymake-proc--find-possible-master-files ffip lsp--sort-completions gnus-summary-mark-unread-as-ticked with-editor--envvar pdf-view-previous-page-command biblio--extract-errors set-selected-text company-last-metadata notdeadline xref--insert-propertized wisent-generate-states package--get-deps biblio-dissemin--lookup-record subst-if notmuch-search-mode utmin haskell-presentation-mode-hook Preview counsel-package rainbow-delimiters--apply-color 0 sh-kw allout-keybindings org-agenda-prefix-format reftex-type-query-prompt sp--inferior-haskell-mode-backward-bound-fn projectile-read-buffer-to-switch cl--pcase-mutually-exclusive-p :custom-style gnus-score-save jikes-line markdown-mode-autoloads tablist-sort ivy-partial-or-done reftex-save-all-document-buffers avy-lead-face-0 avy-lead-face-1 content-to-copy org-export-general 0 char-height biblio-dissemin--suggest-upload 0 ido-file-completion-map bibtex-completion-get-value sp--post-command-hook-handler eieio--class-slot-initarg texinfo-mode flycheck-hooks-alist eshell-current-ange-uids flycheck-has-max-current-errors-p nnmail-cache-buffer current-frame rainbow-delimiters-outermost-only-face-count 0 wisent-total-conflicts straight-recipes-flycheck-irony-version haskell-command-complete--cmacro org-registry-show ibuffer-never-search-content-mode 0 exit-function \.path -map-last buffer-face-mode Info-mouse-scroll-down max-s1 :after-hook term-color-black tablist-do-delete org-mac-chrome-insert-frontmost-url flycheck-indication-mode magit-run-git-gui lsp-ui-sideline--get-renderer radian--clipboard-last-copy counsel-rhythmbox-songs semantic-default-elisp-setup flycheck-checker-executable ffap-shell-prompt-regexp sp-wrap--initialize dabbrev--last-buffer biblio--search-result-marker-regexp go-errcheck semantic-equivalent-tag-p org-edit-fixed-width-region-mode epg-import-result lsp--cur-position org-edit-fixed-width-region semantic--before-fetch-tags-hook hydra-key-doc-function 0 lsp-define-whitelist-remove tablist-filter-op-numeric --cl-block-make-lsp--client-- SCR :asc lv-delete-window rfc2047-allow-incomplete-encoded-text markdown-regex-comment-end list-length parse-end org-shiftmetaright-hook clojure-move-to-let overwrite tablist-name-current-filter org-bibtex-treat-headline-as-title org-beginning-of-item newst-plainview auto-insert-directory calendar-chinese-mark-date-pattern stripped-name org-check-external-command search-expression true counsel-descbinds-history lsp--parser-read 0 ibuffer-kill-filter-group org-journal flycheck-previous-error haskell-font-lock-symbols-alist pdf-view-printer-minor-mode-map security haskell-lexeme-qsym to-marks add-saved-filters :visualizer company-clang--annotation sp--with-case-sensitive sp--get-string-or-comment-bounds bibtex-parse-idle-timer mksym gnus-newsgroup-ignored-charsets ivy--input org-agenda-mode-hook 0 haskell-align-imports-line-match-it haskell-check-command lsp-ui-doc-mode ivy-cleanup-string c-mode-hook org-extract-log-state-settings show-smartparens-mode org-clock--mode-line-heading doc-buffer timezone-parse-date ffap-read-only-other-window semanticdb-database-typecache browse-url-chromium-program haskell-last-overlay-in-if repos-end xref-etags-mode--saved RWL make-instance bibtex-completion-apa-format-editors pdf-view-dark-minor-mode lsp--set-sync-method 0 ibuffer-filter-group-name winner-mode-map :rangeLength company-mode-set-explicitly reftex-ref-style-activate 0 reftex-select-bib-mode ibuffer-insert-filter-group flymake-simple-cleanup sesman-system message-unique-id org-element-plain-list-parser ibuffer-make-column-modified counsel--M-x-prompt dired-async-do-hardlink -tails lsp-inhibit-message lsp-capability-not-supported haskell-cabal-section shift haskell-cabal-mode use-package-verbose burma pdf-isearch-batch-mode epg-user-id-signature-list form-at-point 0 company-preview-overlay pdf-view-mouse-extend-region reftex-nicify-text markdown-header-scaling-values whitespace-space-before-tab Go\ Backward sp--strict-regexp-quote org-bibtex-fields p-month 0 \\index --cl-block-straight-vc-git-check-out-commit-- company-tooltip-idle-delay reftex-select-bib-mode-hook websocket-mask haskell-cabal-add-indentation 0 extract add-to-list--anon-cmacro slime-symbol-end-pos url-automatic-caching 0 ibuffer-included-in-filter-p cl-struct-cl--random-state-tags lsp--client-request-handlers--cmacro comint--match-partial-filename epg-new-signature-digest-algorithm--cmacro tablist-edit swiper--opoint nnmail-split-abbrev-alist tablist-revert f-filename hindent-mode-hook custom-group-link-action semantic-lex-debug pdf-view-mode-map cider-lein-parameters ede-minor-mode markdown-table-delete-column straight-transaction rmail-highlight highlight-indentation-current-column-mode gnus-summary-wash-deuglify-map ivy-state-buffer ---truthy\? menu-bar-make-toggle ivy-yank-symbol Custom lsp--enable-stdio-client ibuffer-add-to-tmp-hide zerodark-modeline-modified gnus-request-group gnus-summary-sort-by-date ibuffer-mouse-filter-by-mode company-dummy-event vr/select-mc-mark nnimap-request-move-article interactive-haskell-mode-hook colir-blend reftex-typekey-to-prefix-alist semanticdb-without-unloaded-file-searches asciidoc irix First\ Level\ Setext :break rainbow-delimiters-unmatched-face mm-copy-to-buffer company-semantic-begin-after-member-access custom-get restart-args biblio-arxiv--entryp flycheck-llvm-llc-executable reftex-index-info 0 company-dabbrev 0 gnus-auto-expirable-newsgroups not-case-fold biblio--selection-first pdf-info-getattachments gnus-draft-buffer moose semantic-change-function company-dabbrev-ignore-buffers lowest reftex-in-comment ffip-split-window-horizontally mode-local-parent sh-canonicalize-shell lsp-ui-peek--goto-xref flycheck-go-gofmt-executable gnus-splash-svg-color-symbols ivy--preselect-index subword-capitalize reftex-string-to-label reftex-location-start oldvaralias dired-kill-subdir 0 semantic-tag-bounds Info--search-loop flycheck-error-column subword-mode-map picolisp package-description strokes-do-stroke flymake-after-save-hook semantic-lex-type-value counsel-describe-function-function lsp-ui-peek--toggle-hidden markdown-view-mode use-package-normalize-recursive-symlist comment-inline-offset company--should-complete reftex-is-multi ibuffer-read-filter-group-name nnimap-newlinep--cmacro custom-group-state-set-and-redraw flycheck-emacs-lisp-check-form reftex-tex-path auto-revert-mode-off-hook custom-tag-mouse-down-action sentence calendar-hebrew-yahrzeit cmd-list \.payload\.title org-heading-keyword-maybe-regexp-format SQL org-clock-marker projectile-sort-by-recentf-first tq-filter org-bullets-level-char customize-package-emacs-version nsm-check-tls-connection s-center debugger-batch-max-lines rg-result lineage dash--match-cons-get-cdr haskell-mode-tag-find run-command flycheck-parse-xml-region company-selection-changed package-desc-p--cmacro ffap-newsgroup-regexp jabber-activity-personal-face company-pseudo-tooltip-guard SRP gnus-simplify-subject-fuzzy org-irc-client counsel-projectile-mode wisent-parse-nonterminals projectile-project-types f-depth find-dired-filter ivy-occur-read-action ivy--recompute-index haskell-completions-can-grab-prefix eshell-host-timestamp use-package--warning103 use-package--warning104 use-package--warning105 ivy-thing-at-point use-package--warning107 org-clocktable-indent-string abbrev-re :on-error compiling magit-stage-modified company-search-lighter s-join level-exp hydra-props-alist use-package--warning111 pdf-view-active-region use-package--warning113 custom-menu hydra--delete-duplicates use-package--warning116 use-package--warning117 global-auto-revert-mode-off-hook use-package--warning119 straight-recipes-f-version capabilities rx-eval elisp-byte-code-mode-hook eieio-defgeneric message-send-via-mail bibtex-completion-buffer-visiting use-package--warning121 ruby-mode-hook ffap-guesser company-semantic--current-tags custom-toggle-hide-variable gnus-topic-topology lsp-ui-imenu--make-line isbn newsrc-file nofail ibuffer-or-filter straight-recipes-company-irony-c-headers-version flycheck-verification-result global-hl-line-overlays grep-files-history byte-compile-or company-cmake--candidates-cache reftex-toc-follow-mode :arguments biblio--selection-copy-quit ad-Advice-tabulated-list-init-header diary-comment-end markdown-ensure-blank-line-before ido-is-ftp-directory 0 :custom-reset-current adopt resume: Ref haskell-indentation-add-where-post-indent is-multi company-eclim--search-point subexp-depth :error-form tablist-edit-column-quit bibtex-start-of-field Copy\ region highlight-changes-mode outlines package-desc-from-define org-journal-search-history widget-parent-action org-in-clocktable-p haskell-session-set-cabal-dir ffap-file-remote-p biblio--selection-forward-bibtex straight-register-package python-completion-complete-at-point Info-index-next mode-local-map-mode-buffers vc-prefix-map marshal reftex-index-phrase-selection-or-word ivy-state-predicate--cmacro delannot lua-mode websocket-frame-opcode--cmacro fancybox Browse\ RefTeX\ Group windmove-wrap-loc-for-movement org-open-file-with-system hydra-ibuffer-action/ibuffer-do-query-replace-regexp-and-exit Info-virtual-nodes schedule-buffer counsel-list-processes-action-switch electric-pair-syntax-info org-drag-line-forward company-begin-with smartparens-org whole-subject radian-reload-init straight-vc-git--popup counsel-org-headline-display-todo straight-recipes-osx-trash-version Forward\ 1\ Year hydra-ibuffer-filter/ibuffer-filter-by-content avy-candidate-beg wisent-compute-FOLLOWS utf-8-emacs-mac filled-square speedbar-faces websocket-create-headers word-end gnus-group-news-2-empty electric-pair-inhibit-predicate atomic-chrome-edit-mode-set-explicitly markdown-get-unused-refs --cl-block-lsp-diagnostic-column--cmacro-- semantic-run-mode-hooks Info-isearch-end inline--dont-quote :last-syntax-ppss-point metamail-interpret-body ref-dep sp--skip-match-p :max-key-len company-template-declare-template nsm-level cl-member-if-not org-irc-get-current-erc-port sparse :filter-multibyte auth-source-netrc-cache swiper-match-face-3 swiper-match-face-4 mh-sequences no-littering-var-directory gnus-buffer-live-p custom-unlispify-tag-names markdown-table-next-row Index-Shortcut lsp--registered-capability counsel-evil-registers-height auto-revert-tail-mode-map ivy--sort bibtex-pop-next-search-point wisent-check-$N notmuch-tree-mode entry-path org-capture-templates-contexts org-agenda-clockreport-mode setup-indian-environment-map use-package-autoloads-mode lsp--client-enable-function--cmacro class-name use-package-handler/:requires rx-constituents 0 straight-recipes-swiper-version org-category syntactic-keywords ido-toggle-trace flycheck-sh-shellcheck-executable markdown-make-regex-link-generic company-search-string flycheck-puppet-lint-disabled-checks company-tooltip-selection flycheck-may-enable-checker markdown-regex-header el-patch-remove debugger-list-functions 0 nushu sp-no-reindent-after-kill-modes emacs-mime lm-authors cl--struct-epg-sub-key-p org-last-state sp--looking-back gnus-variable-list :original pdf-history-end-of-history-p hydra-disable set-core-nitems ibuffer-ext-visible-p magit-diff-file-heading-highlight flycheck-error-pos nnmail-split lsp--send-open-close-p ido-fractionp ido-trace ivy-highlight-grep-commands semantic-flex-keywords-obarray php-phpcs epg-context filter-or-empty radian--mode-line-right custom-group-reset-standard minibuffer-completing-symbol initialize-instance isp1 bibtex-completion-browser-function fullness atomic-chrome-edit-mode-on-hook oref-default biblio-doi-forward-bibtex haskell-interactive-mode-set-prompt uniquify--rename-buffer-advice :col org-journal-time-format-post-midnight set-shifts-shifts save-place-loaded gnus-spam-autodetect-methods 0 haskell-process-set-process imenu--relative-position company-space-strings delayed-hook gnus-newsgroup-variables markdown-bold-face counsel-ibuffer-visit-ibuffer eshell-ls-executable undo-tree-node-char-rwidth s-lex-format minmax ido-read-internal haskell-font-lock-quasi-quote-modes gnus-summary-limit-include-matching-articles projectile-file-exists-cache 0 0 reftex-toc-include-index-entries ido-use-virtual-buffers show-smartparens-mode-on-hook presentation-id Row company-time-limit-while-counter entry-key mail-header cljr-project-clean mod* setf-documentation smartparens-pkg ivy-bibtex-display-transformer :beginning sp-backward-sexp delayed-insertion reftex-highlight typename fetch-overload ace-select-window pcvs-parse haskell-commands hydra-ibuffer-mark/body ob-csharp vhdl-ghdl output-file projectile-configure-project wisent-useful-production hs-minor-mode-menu part-info inflections hl-line-unhighlight sp-restrict-to-pairs-interactive eieio--generic-subclass-generalizer newsticker-plainview-hooks Ethiopic\ Date gnus-check-server perl--Pod::Checker font-lock-fontify-syntactic-anchored-keywords itag pdf-view-registerv-make 0 ido-completion-buffer-full password-store wisent-errok ivy--old-cursor-type mark-by-name-regexp lsp-ui-peek--peek-new sp-gfm-electric-backquote-p lsp--client-default-renderer--cmacro dash--match-ignore-place-p ivy-state-keymap semantic-lex-one-token haskell-presentation-clear counsel-shell-history letf* reftex-use-multiple-selection-buffers mm-inhibit-auto-detect-attachment pdf-isearch-closest-match markdown-unfontify-region-wiki-links avl-tree--create--cmacro company-template--buffer-templates compilation-mode-line-errors ffap-replace-file-component pdf-view-image-size mml-attach-external re-only :def --cl-block-lsp--workspace-root-- company--should-continue flycheck-temp-directory 0 next-file-list yas-verbosity dabbrev-check-other-buffers compilation-set-window deleted semantic-foreign-tag outline-insert-heading-hook company-semantic-modes shifts-shifts lsp-ui-doc-border ido-make-dir-list sp-next-sexp startwin cl-print-readably gnus-summary-quit :jump-func --cl-block-url-type-- semantic-overlay-end straight-recipes-projectile-version Automatic\ Info ob-oz bmrk ido-try-merged-list ffap-rfc-path counsel-bookmark markdown-insert-kbd projectile-idle-timer company-bbdb :counter mm-destroy-parts Spell\ Checking semantic-overlays-at set-core-link :with haskell-auto-insert-module-template php-phpmd swift-mode:basic-offset reftex-kill-buffer flycheck-error-list-make-number-cell straight-recipes-dash-version ivy--highlight-fuzzy UID iter find-function-source-path :comment-widget ebnf-production org-todo-blocked background flycheck-may-use-echo-area-p 0 Tags\ and\ Properties url-cookie-list semantic-idle ignore-words period-end message-prune-recipients org-journal-calendar-entry-face org-agenda-skip-timestamp-if-deadline-is-shown biblio-metadata websocket-intersect gh-search epg--status-DECRYPTION_FAILED straight--expand-files-directive-internal viper-search semantic-lex avy-kill-ring-save-whole-line swiper-autoloads biblio-alist-get org-clock-drawer-name normal-erase-is-backspace-mode-off-hook projectile-project-vcs ivy--regex-ignore-order markdown-table-delete-row haskell-cabal-visit-file tablist-apply-filter straight-recipes-company-tern-version bookmark-prop-set ido-temp-list background-darker mark-read-only-buffers auth-source-user-or-password :constructor-flag ace-link--eww-action Info-speedbar-menu-items reftex-use-external-file-finders gnus-tmp-marked-mark semantic-displayor-tooltip-initial-max-tags biblio-arxiv--extract-interesting-fields straight--insert stop-subjob bibtex-completion-format-entry gnus-summary-execute-command doc-view-set-slice pdf-occur-buffer-mode-syntax-table 0 biblio-autoloads ibuffer-default-sorting-reversep postnote package-status-avail-obso gnus-subscribe-topics 0 markdown-mode-info semanticdb-find-adebug-lost-includes lsp-haskell-process-args-hie mon1 flycheck-display-error-explanation flycheck-overlay-category js2-skip-preprocessor-directives lsp-diagnostic-p--cmacro layout-end cljr-update-project-dependency company-common gnus-outlook-deuglify :valid-from biblio--bibtex-entry-format auto-revert-notify-watch-descriptor url-lazy-message-time haskell-process-hayoo-query-url counsel-url-expand exists exited debugger--insert-locals 0 haskell-process-completions-at-point straight-use-package-mode-on-hook company-semantic-doc-or-summary create-directory pdf-isearch--hl-matches-tick wisent-post-parse-hook flymake--schedule-timer-maybe cl--wrap-in-nil-block dired-maybe-insert-subdir parsebib-autoloads include-re helm-buffer-file s-collapse-whitespace char-table-extra-slot omnisharp-cache-directory counsel-grep-base-command nlines swiper--candidates :interfaces counsel-list-processes anchored-regexp time-eq sp-push-hybrid-sexp tablist-column-property ivy-prescient-mode-hook doc-view-document->bitmap company--create-lines unary-operator gnus-error company-pseudo-tooltip-show :throws counsel-fzf-occur flymake--diag-text some-match pdf-view-scale-reset bibtex-completion-pdf-extension writable-annotations backend-name flymake-proc-check-file-limit pdf-view-mark-whole-page frame-configuration-to-register pdf-view-register-alist fill nnimap-insert-partial-structure 0 counsel-git-grep-function org-self-insert-cluster-for-undo 0 ido-add-virtual-buffers-to-list labelfmt Display\ Metadata cl--struct-epg-import-result-p hydra-window/body newline-too ido-auto-merge-work-directories-length nnir-article-number ido-magic-delete-char org-irc-erc-store-link straight-use-package-no-build cnt-opt :invalidOptionWarnings global-auto-composition-mode \(setf\ seq-elt\) pdf-view-dark-minor-mode-on-hook symbol-start display-time-use-mail-icon xref-make-buffer-location reftex-idle-time nnheader-insert-nov oracle URL url-recreate-url-attributes semantic-install-function-overrides lsp--server-capabilities--inliner straight-check-all org-find-open-clocks request-accept-article pdf-cache--image/page gnus-summary-last-subject inhibit-next flycheck-hlint-ignore-rules haskell-ident-at-point persp-save-dir custom-variable-reset-standard use-package-handler/:config/el-patch lsp-ui-peek-expand-function global-font-lock-mode global-semantic-highlight-edits-mode-on-hook eshell-buffer-name helm-make-source org-scheduled-previously gnus-async-request-fetched-article :service nomatch rmail-set-message-counters browse-url-epiphany pop-filter peach semantic-modes woman-interface Author-Year erc-notify markdown-insert-footnote re-char-trans lsp-imenu-container-name-separator haskell-process-send-startup custom-reset-standard-variables-list company-gtags-modes nnir-run-notmuch org-mac-acrobat-get-page haskell-cabal-goto-benchmark-section :formats projectile-unignored-files-rel haskell-session-set pdf-info-running-p straight-rebuild-package semantic-symref-tool-grep-p -reduce-r cperl-help-system info-unchanged display-buffer-split-below-and-attach semantic-require-version org-table-edit-field evil-ex-search-history Edit\ Code\ Block ivy-set-display-transformer help-byte-code haskell-process-hayoo-ident sh-regexp-for-done nsubstitute-if gnus-group-update-eval-form :toname hydra-keyboard-quit semantic-analyze-completion-at-point-function libgnutls-version reftex-grep-document projectile-file-truename projectile-files-via-ext-command semantic-show-unmatched-lex-tokens-fetch ivy-prescient--old-ivy-sort-function ivy-occur-press-and-switch :span el-patch-require-with-editor swiper-all-query-replace jabber-roster-user-away ivy-completion-in-region-action nsm-warnings-ok-p erc-scripts counsel-describe-function-preselect Info-breadcrumbs-depth sp-wrap-overlays straight-arrow magit-remote-rename tide-mode ivy-occur-timer this-mode cl--generic-struct-specializers 0 arglist-mismatch ivy-on-del-error-function bof1 bof2 bookmark-bmenu-mode-hook counsel-org-goto-separator biblio-insert-result straight--transaction-depth semantic--tag-link-to-buffer error-explainer src-total bury-buffer radian-sunrise-wdx :custom-face package-lint-setup-flymake copied ido-make-prompt ignore-messages bright-background-blue widget-link-suffix package-menu-mark-obsolete-for-deletion markdown-incomplete-atx-p one-or-more package-menu--generate cl-print--number-index gnus-group-mode lsp-ui-doc--remove-invisibles byte-set-marker newst-backend toggle-sorting-mode org-odd-levels-only message-user-fqdn lsp-ui-sideline--delete-ov backup-value implicit-layout-active pdf-view-display-image org-element-example-block-interpreter sh-shell-file 0 elpy-rpc-python-command company-sort-prefer-same-case-prefix mail-source-fetch-pop lsp-ui-peek--insert-xrefs wisent-transpose 0 counsel-linux-apps-directories bnum auth-source-creation-prompts haskell-interactive-session :wstart 0 gnus-convert-article-to-rmail ivy-state-preselect--cmacro ebrowse-tree auto-revert-set-timer tags-table-list-member url-queue-check-progress f-dir-p winner-dont-bind-my-keys org-capture-goto-last-stored copy-haskell-command message-generate-hashcash company--offset-line lsp-ui-doc-custom-markup-modes package-delete-button-action prototype url-cookie-expires--cmacro typecase customize-read-group 0 org-bullets-mode-map hydra--cell ido-slow-ftp-host-regexps bindat--fixed-length-alist nosuffix ido-may-cache-directory image-dired-db-file gnus-status-message haskell-mode-loc-at flycheck-c/c++-gcc-executable message-add-header semantic-minimum-working-buffer-size lsp-ui-doc--display org-occur-link-in-agenda-files projectile-files undo-tree-recircle markdown-html-tag-name-face company-preview-common-frontend Custom-mode-hook opt-list custom-mode-hook sp-navigate-close-if-unbalanced jabber-rare-time-face grep-last-buffer lsp--workspace-file-versions marked-string display-format-alist main-pdf browse-url-temp-dir markup-reference-face pdf-util-translate start-of-value reftex-find-file-on-path reftex-allow-automatic-rescan Varioref port1 websocket-to-bytes flycheck-syntax-check pdf-info-asynchronous viqr-post-read-conversion ivy--regexp-quote package-keyword-button-action org-clock-out-switch-to-state ido-wide-find-file-or-pop-dir semantic-tag-type-members org-babel-noweb-wrap mm-coding-system-priorities reftex-auto-view-crossref magit-emacs-Q-command flycheck-xml-xmlstarlet-xsd-path semantic-overlay-get view-file-other-window org-crypt-text sp-use-subword pagelinks haskell-process-errors-warnings company--unread-this-command-keys custom-group-tag-faces did-query ibuffer-map-on-mark semantic-lex-type-p bibtex-completion-parse-strings _dir sort* s-concat cc-vars mm-archive-dissect-and-inline start-symbol 0 f-uniquify affiliation eshell-glob-entries hydra-ibuffer-main/ibuffer-do-save counsel-git-checkout-action counsel-bookmark-avoid-dired sp--current-indentation flymake-proc--master-file-compare Custom-save no-match dabbrev--last-expansion-location ruleId straight-recipes-avy-version ibuffer-default-sorting-mode org-setup-comments-handling flycheck-error-list-apply-filter force-deferred anzu-replace-highlight reftex-change-label make-lsp--workspace--cmacro every term-color-magenta bolp straight-vc-git-primary-remote message-ignored-bounced-headers gnus-summary-put-mark-as-dormant-prev hydra-deactivate cal-bahai :line2 descriptor error-string lsp-make-request biblio-crossref--parse-search-results org-clock-special-range ido-toggle-ignore lsp--intero-multiswitch speedbar-function reftex-this-word pdf-occur-search-finished flymake-proc--read-file-to-temp-buffer font-latex-math-face org-list-get-first-item message-put-addresses-in-ecomplete reftex-typekey-check company-echo-delay pdf-isearch-batch-mode-map message-unique-id-char pdf-view-midnight-minor-mode-off-hook straight-package-advice-save-selected-packages \.host f--directories ibuffer-push-filter global-company-mode-check-buffers straight-recipes-pip-requirements-version derived-mode-merge-abbrev-tables gnus-read-active-for-groups org-agenda-overriding-columns-format websocket-wss-needs-emacs-24 haskell-align-imports-line-match counsel--async-start vc-rcs-master-templates ad-set-advice-info cl--compiler-macro-list* xref-bogus-location-p gnus-read-group tablist-filter-edit-history Info-mode-font-lock-keywords sp-wrap--clean-overlays ivy-re-to-str Hide\ Level flycheck-scala-executable biblio--search-terms ido-directory-too-big 0 flycheck-config-files haskell-debug-highlight nnheader-narrow-to-headers screens mml-secure-epg-encrypt minibuffer-history-search-history ks_c_5601-1987 websocket-frame-length separator reftex-find-label-regexp-format appt-delete counsel-colors--formatter Display\ the\ Index 0 org-with-clock mail-decode-encoded-word-region hydra-ibuffer-action/ibuffer-do-toggle-read-only-and-exit AUCTeX fileglobattrs :websocket 0 my-parser pug-mode total-messages editable-field widget-specify-active :aliasclass company-pseudo-tooltip-hide widget-narrow-to-field org-texinfo-table-default-markup org-agenda-add-entry-text haskell-indentation-add-where-pre-indent cl-struct-url-cookie-tags ede/project-am newst-reader git-commit-summary-max-length prescient-cache-callback counsel--git-grep-count-func-default straight-recipes-zerodark-theme-version etags--xref-limit tablist-filter-wisent-parser gnus-frame-or-window-display-name pages auto-revert-tail-mode-off-hook bib-file to-address rtree pcomplete-ignore-case from-method git-gutter:unchanged gnus-sieve isearch M-S-kp-0 comint-backward-matching-input sp-kill-whole-line custom-face-standard-value auto-revert-verbose :get-root reftex-truncate M-S-kp-7 tablist-filter-op-< tablist-filter-op-= company-cmake--completion-pattern name->action semantic-init-hooks shift-table iso8859-10 lsp--text-document-did-save Stop\ searching message-strip-subject-re url-cookies-changed-since-last-save ace-link--info-collect word-boundary used-mode debugger--hide-locals ibuffer-do-shell-command-file display-line-numbers markdown-outline-previous-same-level showhide-window-divider directory debugger-mode-syntax-table epg-context-protocol years 0 smiley mc-edit-lines gnus-level-default-subscribed xref--pop-to-location debugger-step-through message-separator company-etags--candidates todo-categories ivy-highlight-face imenu-after-jump-hook compilation-separator2 detect cl-assoc-if reftex-add-index-macros notmuch-tree-match-author-face projectile-enable-idle-timer 0 mail-header-xref counsel-mode-override-describe-bindings idlwave-shell-highlighting-and-faces gh-pkg no-signers org-clock-start-time server-p use-package--hush-function compilation--loc->col semantic-tag-external-member-parent lsp--registered-capability-method--cmacro message-goto-newsgroups gnus-summary-find-prev bibtex-completion-format-citation-functions straight-recipes tablist-edit-column-mark-field hs-allow-nesting refbib org-journal-enable-agenda-integration biblio--cleanup-bibtex-1 flymake-proc--fix-file-name racket ob-eukleides semantic-lex-paren-or-list evil-mode irony-completion-annotation tramp-cache color-d75-xyz org-up-heading-all nnir-request-article jabber-chat-mode semantic-format-tag-name browse-url-epiphany-arguments cdlatex radian-fix-whitespace-global-mode-check-buffers gnus-group-clear-dribble swipe Previous\ Heading\ or\ List\ Item haskell-process-load-complete iso-8859-8-i ibuffer-delete-saved-filters markdown-calc-indents ivy-build-tramp-name startup--setup-quote-display haskell-debug/trace metafont atomic-chrome-get-websocket widget-sexp-prompt-value-history url-http-response-status 0 harvard haskell-mode-map company--disabled-backends complex-only flycheck-gcc-includes use-package-\(:type\ git\ :host\ github\ :repo\ \"magit/magit-popup\"\ :package\ \"magit-popup\"\ :local-repo\ \"magit-popup\"\)-nil-nil gfilenotify highlight-uses-mode-stop-here ibuffer-mark-on-buffer load-time-value fossil inline-const-p company-strip-prefix font-latex-warning-face reftex-toc-header-face helm-ff-dotted-directory counsel-projectile-mode-hook mml-expand-html-into-multipart-related mwheel-event-button haskell-interactive-mode-error-backward markdown-ensure-blank-line-after lsp--cur-line-diagnotics :content Run\ term nnoo-change-server hs-forward-sexp-func company-preview-show-at-point mml-generate-default-type el-patch-pre-validate-hook flymake-proc--get-init-function semantic-clear-parser-warnings Fill\ Entry hydra-ibuffer-main/ibuffer-toggle-filter-group semantic-clear-unmatched-syntax-cache auth-source-hide-passwords org-agenda-effort-filter counsel-at-git-issue-p gnus-summary-first-unread-article last-run biblio-dissemin--translate-classification lsp-ui-imenu--make-ov lsp--execute-command pdf-util-assert-pdf-window flycheck-ruby--find-project-root :match-end ivy--highlight-ignore-order flymake-proc--obsolete package--activate-autoloads-and-load-path ivy-prescient-sort-commands avy-autoloads macro-re :allocation tablist-column-editable company--window-width start-index pdf-isearch-minor-mode gnus-version-number projectile-get-all-sub-projects usg-unix-v Unsubscribed\ list\ post mark-by-file-name-regexp straight--transaction-exec Quote\ MML\ in\ region flycheck-remove-error-file-names org-element-property-drawer-parser dash--match-vector TeX-auto-global conf-windows-mode flycheck-syntax-check-p--cmacro bibtex-completion-string-hash-table mh-ranges cl--generic-name term-color-white wisent-recovering ibuffer-eliding-string charlayout vhdl-beautify cider-connect-clojurescript 0 left-indent 0 reftex-parse-from-file reftex-last-toc-master Hide\ by\ Regexp semanticdb-find-translate-path widget-apply-action haskell-cabal-end-of-subsection sp-in-comment-p bindat--pack-u16 lsp-ui-sideline-toggle-symbols-info org-src--goto-coordinates ivy--highlight-default delete-selection-mode-hook semantic-show-unmatched-syntax-mode-hook byte-list3 nnimap-request-expire-articles gnutls-deinit reftex-match-string flycheck-tidyrc counsel--yank-pop-position gnus-sort-articles clojure-mode bindat--pack-u24 --max-by rainbow-delimiters-pick-face-function S-wheel-left gnus-mouse-face-function comint-input-ring ibuffer-bs-toggle-all doc-view-current-image reftex-unhighlight org-re-timestamp package--ac-desc-reqs--cmacro package--incompatible-p -prodfn ivy-initial-inputs-alist bindat--pack-u32 pdf-cache-prefetch-delay lsp--region-to-range markdown-footnote-counter indicate-buffer-boundaries label-re :open-real -andfn find-file-hook markdown-beginning-of-text-block cl-struct-unknown-slot \.url gnus-put-text-property-excluding-characters-with-faces radian--company-tern-enable cl--generic-search-method message-tool-bar-update untilnow Man-completion-table gotos biblio-detail-header-face zerodark--set-selected-window helm--completing-read-default epa--encode-coding-string org-agenda-entry-get-agenda-timestamp ideographic-description Natbib global-subword-mode-check-buffers final-string f-executable-p gnus-summary-display-buttonized edit-column colors counsel-describe-function-transformer mml-secure-cust-fpr-lookup ido-show-confirm-message reftex-multifile-index exchange-filters org-static-mathjax org-timestamp-down gnus-group-sort-groups-by-method combination-limit company-assert-enabled drop-newline lsp--workspace-highlight-overlays ivy-bibtex-fallback wisent--assoc buffer-or-list supercite-cite haskell-hoogle nnmail-replace-status disass ns-drag-file haskell-interactive-mode-prompt-start hydra-ibuffer-mark/hydra-ibuffer-main/body-and-exit semantic-format-tag-abbreviate ibm852 0 ibuffer-marked-char evil-ex-search-direction with-slots flycheck-enabled global-semantic-show-unmatched-syntax-mode-hook company-bbdb--candidates alive flycheck-running-p url-host-allowed-chars org-journal-open-previous-entry bibtex-completion-notes-mode-hook flet rx-check-category mark-by-mode bibtex-completion-key-at-point flycheck-parse-checkstyle gnus-summary-wash-header-map bbdb-dwim-mail tmm-get-keymap reftex-index-level-re Harvard pos-start markdown-uri-types Check\ Deadlines org-element-headline-parser ace-maximize-window --delete-cancel message-user-mail-address longtable pdf-isearch-active-mode-off-hook avy-action-goto 0 ibm874 seq-take-while cider-find-dwim-at-mouse mouse--strip-first-event counsel--setq-doconst magit-shell-command-topdir set-terminal-coding-system-internal haskell-debug-session 0 flycheck-chef-foodcritic-executable inversion-find-version sp--pair-to-uninsert reftex-arg-index smerge indirect gnus-browse-mode 0 straight--modified-dir last-tag swiper-goto-start-of-match by\ Author :delayed-insertion cl-the package-load-list ffap-lcd flymake--log-1 xr-doc vc-mtn-admin-dir org-element--parse-paired-brackets prescient-frequency-threshold org-agenda-save-markers-for-cut-and-paste eshell-arg magit-commit-fixup 0 semantic-fetch-tags org-clock-resolve org-list-get-item-end ivy-state-frame counsel-ibuffer-visit-buffer mail-source-touch-pop 0 epa-validity-medium -remove semantic-active-p flycheck-flake8-maximum-complexity 0 compilation-info-face bindat-pack gnus-summary-stop-at-end-of-message cljr-add-require-to-ns company-idle-delay counsel-git-close-worktree-files-action wisent-print-core image-minor-mode-hook markdown-mode-abbrev-table company-search-mode-off-hook org-clock-file-total-minutes cl--generic-generalizer-specializers-function--cmacro bookmark-send-edited-annotation pdf-view-inhibit-hotspots org-agenda-buffer-tmp-name flycheck-process-error-functions reftex-overlay-put 0 bibtex-completion-notes-mode-map spam-use-bogofilter counsel-read-setq-expression markdown-collect-undefined ibuffer-mouse-toggle-mark helm-source-sync haskell-mode-syntax-table gnus-async f-relative\? apropos-regexp 0 automaton list-type doc-fun org-log-beginning org-get-time-of-day pdf-view-redisplay ffap-gnus-hook 0 haskell-next-line-indentation s-suffix\? recently-active display-only lsp--text-document-position-params reftex-derive-label-parameters gnus-summary-pipe-output-default-command use-package-regex-p counsel-ibuffer--buffer-name nnmail-remove-list-identifiers messages-buffer-mode org-hierarchical-todo-statistics period-name first org-inlinetask-demote 0 ace-link--eww-collect message-default-send-mail-function 0 0 bookmark-get-bookmark browse-url-mozilla-arguments :dontroute wgrep-done-face ad-Advice-delete-backward-char reftex-create-customize-menu sentence-end-without-space eshell-unix customize-object company-clang--version ivy-bibtex-insert-bibtex pdf-isearch-search-page flycheck-start-current-syntax-check :backward-only h-year sh-make-vars-local 0 ibuffer-hooks color-hsl-to-rgb message-header-format-alist url-queue-pre-triggered--cmacro cand url-cookie-mode-abbrev-table displayed-month counsel-apropos-history reftex-active-toc magit-bookmark Find\ test\ file charquote f--guard-paths :invalid-structure wisent-set-nullable _search-expression byte-leq eshell-number-regexp ibuffer-mark-forward org-footnote-sort ivy-backward-delete-char cperl-speed reftex-ref-style-default-list M-kp-8 M-kp-9 Move\ to\ Next\ Button semantic-symref-tool-idutils flycheck-completing-read company--replacement-string org-clock-persist-file flycheck-register-option-var org-clocking-p :body-pre erc-button markdown-end-of-block cursive\ writing suffixfile 0 org-clock-mode-line-entry tabulated-list--col-local-max-widths customize-rogue bibtex-parse-field-name dired-load-hook endelt hydra-default-hint min-pixel-width split-rest tmp-start bibtex-entry-delimiters 0 straight-use-package--last-ensure-function caps reopen-application haskell-session-target gnus-summary-create-article --cl-rest-- semantic-highlight-func-menu brai comint-substitute-in-file-name highlight-uses-mode-highlight org-preview-latex-process-alist hydra-ibuffer-mark/ibuffer-mark-unsaved-buffers-and-exit starttls-extra-args company-echo-show c-electric-colon bookmark-quit-flag atomic-chrome-normalize-header straight-recipes-el-patch-version ivy-insert-current pdf-isearch-find-next-matching-page ido-text json-pre-element-read-function data-debug org-do-latex-and-related jan-first rmail-previous-message bind-key-segregation-regexp pcomplete/org-mode/prop u16r :base-map TeX-strip-extension reftex-citep :verbosity save-filters mm-handle-filename reftex-citet font-lock-mode-internal pdf-info--queue dired-up-directory line-length processing-mode gnus-current-article company-clang--annotation-1 lexer lsp-ui-doc-frame reftex-do-parse children msft message-simplify-subject Toggle\ Inline\ Images retrieve-articles mbox-url :clock-in make-lsp--registered-capability--cmacro haskell-mode-handle-generic-loc company--incremental-p byte-defop lsp-ui-doc-enable set-coding-priority xref-match-item--anon-cmacro docTeX-mode eshell-hosts-file semantic--tag-overlay-cdr updatep solar-time-string company-template-clean-up counsel--org-get-heading-args markdown-other-window arxiv:affiliation org-journal-open-next-entry company-clang--parse-output wisent-parse markdown-promote-list-item erc-ezbounce websocket-received-error-http-response define-lex-simple-regex-analyzer company-xcode-project widget-field-value-delete lazy-highlight-cleanup pdf-tools-customize 0 counsel-find-library-other-window 0 r-lintr company-tooltip-offset newsticker-retrieval jka-compr-get-compression-info end-of-thing :invalid-context-prev 0 js2-function-param global-hl-line-overlay appt-display-duration company-clang-executable doc-view--buffer-file-name markdown-find-next-prop reftex-section-numbers straight--recipe-cache pdf-tools-customize-faces Compile bookmark-bmenu-any-marks projectile-project-ignored-directories Sort\ Table\ Lines gnus-article-mark-lists projectile-mode-line 0 0 org-indent-mode-hook kkc-init-file-name display-warning-minimum-level :types original-date compilation-line-face gnus-article-de-quoted-unreadable ede/locate Info-find-node-in-buffer lsp-notifications magit-commit-reshelve &cl-defs org-open-at-mouse haskell-move-nested parsebib-read-preamble company-show-doc-buffer magit-diff-lines-heading minibuffer-history-isearch-message-overlay gnus-disable-undo haskell-indentation-case-layout 0 bookmark-get-filename counsel-command-history-action-eval haskell-lexeme-qid-or-qsym ngotos use-package-normalize/:blackout markdown-live-preview-re-export eieio--class-name--cmacro reftex-replace-label-list-segment byte-interactive-p ffap-read-file-or-url pdf-util-scale close-group tablist-pop-filter evil-ex-search-activate-highlight korean-iso-8bit-mac biblio--event-error-code help-macro swift-mode 0 temp-buffer-window-setup debugger-will-be-back use-package-diminish haskell-process-insert-type tags-with-face 0 markdown-get-other-window eshell-basic f-unibyte-string-p reftex-ref-style-list projectile-switch-to-buffer-other-window not-stop org-encrypt-entries 0 company-dabbrev--search-buffer mm-command-output 0 flycheck-error-list-make-last-column gnus-summary-highlight-line-cached file-of-tag flycheck-after-syntax-check-hook speed-type-gb-dir tablist-edit-column-minor-mode-map file-directory sp-comment pdf-occur-document-face biblio-url-retrieve erc-server counsel-org-goto-custom-faces pre-command ffap-info speedbar-vc byte-eobp pdf-view-current-overlay gnus-summary-expunge-below lsp--make-notification Kill\ Element f-file-p x-bitmap-file-path smartparens doc-view-pdf->png-converter-function 0 auto-revert-notify-handler ido-buffer-window-other-frame s-chop-prefixes use-package-merge-keys bibtex-completion-find-local-bibliography tags-recognize-empty-tags-table org-agenda-toggle-deadlines artist-text projectile-sort-order parse-buffer package-archive-base 0 wisent-context-bindings lsp--make-document-formatting-options ivy-occur-click pdf-outline-imenu-enable flycheck-processing-executable reftex-pop-to-bibtex-entry full-name custom-theme-set-faces org-export-man pcomplete-unquote-argument org-bullets-mode zerodark--git-face-intern jka-compr-error semantic-lex-reset-functions _date widget-default-menu-tag-get s-uppercase-p rx-check epg-sign-string checkdoc-ispell-message-interactive clojure-thread-last-all project-external-roots bibtex-completion-resolve-crossrefs south diary-outlook-format-1 Save\ to\ File company-template-templates-at display-buffer-use-some-window biblio-insert-results dabbrev-eliminate-newlines 0 semantic--tag-expanded-p numspace windows-1252-mac lsp--as-regex package-desc-archive pdf-info-outline org-schedule ido-magic-forward-char diagnosis org-footnote gnus-make-predicate-1 flycheck-error-message-buffer racer-find-definition nnheader-insert bdata 0 mml-compute-boundary tags-table-computed-list ivy-state-p--cmacro helm-buffer-directory u24r dired-subdir-index semantic-lex-push-token swipe-right custom-buffer-order-groups 0 nnir-run-gmane epa-dired-do-verify flymake-proc--temp-source-file-name reftex-TeX-master-file projectile-ignored-files-rel option-list json-keywords --cl-block-lsp--workspace-file-versions--cmacro-- ido-saved-vc-hb items-by-file ffap-string-at-point-mode-alist message-send-form-letter parsebib-read-comment tablist-display-filter hydra-ibuffer-action/nil system-configuration-features 0 :magic mm-text-html-renderer smie-indent-functions ido-enter-matching-directory font-lock-set-defaults-1 lsp-ui-sideline-mode-hook haskell-completions-ghc-option-prefix 0 pdf-cache--prefetch-stop straight--put org-agenda-execute reftex-customize avl-tree--node-left TeX-mode-hook complete-with-action eshell-cmd windows-1250 windows-1251 prescient-filter haskell-interactive-mode-kill-whole-line :requires projectile-git-command url-queue-progress-timer oddmuse-wiki debugger-previous-window ido-ignore-buffers biblio--browse-url company-tng-configure-default dabbrev--ignore-buffer-p lsp-ui-doc--get-parent ac-robe-candidates highlight-uses-mode-hook haskell-interactive-mode-insert-presentation Info-dir-contents-directory Insert\ Chinese flycheck-rx-id custom-documentation gnus-summary-read-group-1 tablist-context-window haskell-syntax-propertize Forward\ Block flycheck-buffer-deferred mh-nmail entry-found 0 verilog-mode-indent company-files--complete lsp-ui-peek-highlight scan-buf-previous-region markdown-regex-link-inline bibtex-completion-cached-notes-keys reftex-fancyref-fref flycheck-clang-ms-extensions ido-get-buffers-in-frames iso-8859-8-i-dos flycheck-cppcheck-suppressions etags--xref-find-definitions haskell-string-trim-suffix grep-mode-map :step elisp-refs-function hydra--body-exit todo-edit _match wisent-digraph tablist-read-numeric-filter todo-state org-agenda-skip-entry-if string-width event-modifiers gnus-thread-sort-by-score --cl-block-lsp--workspace-client--cmacro-- ritem org-bibtex-read-file :debug --if-let ido-rewrite-file-prompt-functions sp--delete-selection-supersede-p 0 custom-magic-show-button ido-enter-insert-file auto-revert-mode-map semantic-lex-punctuation lsp--execute-lsp-server-command ssh-authorized-keys-mode :superclasses wisent-map-goto evil-this-register ivy--display-transformers-list 0 url-handler-mode-hook counsel-git-checkout lsp-ui-mode-map company-fetch-metadata straight-use-package--recipe-handler preserve-undo mml-secure-normalize-cust-name bookmark-buffer-name haskell-compile-cabal-build-alt-command company--company-command-p hindent-reformat-region-as-is org-latex-overlay crosspost display-time-world-mode-hook flycheck-defined-checkers ivy-bibtex-open-url-or-doi ivy-next-line toc-level f-base ido-file-extension-order org-journal-get-entry-path org-duration--modifier gnus-cached-article-p parsebib-read-string haskell-indentation-module-export magit-cherry-pick company-template-add-field ivy-mouse-dispatching-done markdown-demote-list-item ido-rotate Automatic\ Heading\ \(Setext\) wisent-set-maxrhs ledger-font-posting-date-face diags ivy-occur-delete-candidate --cl-block-lsp-diagnostic-column-- pdf-occur-dired-do-search json-snatcher run-swift mml-smime-encrypt-query company-auctex-init :emphasize org-defkey pdf-sync-forward-display-pdf-key org-get-buffer-tags biblio--selection-insert-quit undo-tree-visualizer-mode-hook operator reftex-last-follow-point package--check-signature projectile-known-projects markdown-kill-ring-save org-edit-src-continue flycheck--process-send-buffer-contents-chunked custom-filter-face-spec flycheck-overlay-errors-at change-marks counsel-grep-function zerodark--git-face-cached not-at-end-of-line biblio-dissemin--pretty-print undo-tree-node-p dash--match-symbol lsp--path-to-uri--inliner facemenu-face-menu viper-util high-seconds end-block gettext ido-set-current-directory pdf-misc-context-menu-minor-mode-off-hook next-error-function ibuffer-filter-by-starred-name markdown-outline-fix-visibility eieio-default-superclass-list-p flycheck-compile semantic-toplevel-bovine-table custom-group-tag-1 use-package-\(:type\ git\ :host\ github\ :repo\ \"racer-rust/emacs-racer\"\ :package\ \"racer\"\ :local-repo\ \"emacs-racer\"\)-nil-nil epg-import-result-secret-unchanged wisent-char-p org-plus-contrib-autoloads nnmail-incoming-coding-system haskell-interactive-mode-eval-as-mode xref-etags-mode-off-hook markdown-exdent-or-delete reftex-goto-label straight-recipes-atomic-chrome-version eieio--class-precedence-bfs shallow magit-merge-into rainbow-delimiters--char-ineligible-p subword-left radian--python-use-correct-flycheck-executable select-method ep-token flycheck-teardown straight-recipes-seq-version s-prefix\? projectile-project-configure-cmd color-cie-ε keyval Copy\ Headerline\ Tag magit-obsolete straight-use-package-mode-hook color-cie-κ append-output-to-file company-tooltip-minimum-width cl-struct-package--bi-desc-tags haskell-session-from-buffer 0 u32r sanity-spec sp-point-in-string-or-comment rmail-mime-charset-pattern message-insert-header setq-mode-local 0 semantic-describe-tag true-master password-cache-key-id comint-replace-by-expanded-history :caller docstruct ivy-use-selectable-prompt flycheck-error-highlight-overlay Change\ Date\ +1\ day C-S-kp-1 ggtags-update-tags records xref-make-bogus-location biblio--flatten-map copy-websocket haskell-quasi-quote-face reftex-table-of-contents-browser dst-in-effect git-rebase Refile f-touch swiper-multi 0 0 help-back radian-fix-whitespace-mode-major-mode semantic-foreign-tag-p dependant erc-ignore ido-downcase-unc-hosts rmail-collect-deleted biblio-doi--restore-mime-accept 0 int-to-char vc-needs-update-state sp-splice-sexp-killing-backward semantic-brute-find-tag-by-function ibuffer-count-marked-lines auth-source-macos-keychain-create gnus-article-add-buttons gnus-summary-pop-limit help-with-tutorial-spec-language 0 ibuffer-maybe-save-stuff reftex-toc-include-context color-cie-de2000 0 markdown-promote sr-autoload-extensions reftex-find-file-externally markdown-footnote-counter-inc mail-extr-all-top-level-domains org-refile-get-targets semantic-tag-components haskell-completions-module-name-prefix minimal-match eshell-group-id lt-line keep-current biblio-decode-url-buffer wisent-defcontext websocket-debug pdf-isearch-focus-match-isearch 0 mail-to ido-pre-merge-state counsel-set-async-exit-code company-semantic-documentation-for-tag helm-moccur-buffer reftex-auto-update-selection-buffers ivy-previous-line-or-history system-flag :techreport 0 company-prescient-mode-off-hook org-clock-rounding-minutes wisent-save-reductions sp-state-last-syntax-ppss-result haskell-utils-parse-import-statement-at-point cljr-hotload-dependency message-goto-distribution grep-num-matches-found hydra-curr-body-fn diff-added-refined-background semantic-lex-newline mail-source-delete-crash-box pdf-tools-assert-pdf-buffer markdown-cycle-atx straight-recipe-overrides org-element--get-node-properties reftex-sel hydra--head-has-property pdf-occur-search-pages-left bookmark-end-of-version-stamp-marker lsp--registered-capability-by-id--inliner Info-quoted hydra-amaranth-warn-message nndiary-generate-nov-databases message-in-body-p company-auctex-bibs lsp--parser-headers ido-max-dir-file-cache company-search-mode-map cljr-raise-sexp company-display flycheck-protobuf-protoc-executable bibentry Custom-help haskell-hoogle-server-buffer-name semantic-show-parser-state-string cl--expr-contains rg-ibuffer bengali-akruti ffap-machine-p rmail-auto-file lsp--sync-methods custom-variable-reset-saved mouse-set-secondary turn-on-undo-tree-mode sp--self-insert-command-p auth-source--aget wisent-flush-shift lsp--make-text-document-item gfm-mode-abbrev-table company-init projectile-get-repo-files websocket-process-headers flycheck-parse-cargo-rustc nroff epg-user-id-string--cmacro 0 list-keybindings gnus-summary-limit-map python-shell-get-process allxr org-element-section-interpreter org-columns-skip-archived-trees projectile-detect-project-type succ-month shift-select-mode company-doc-buffer browse-url-text-emacs-args semantic-add-system-include timezone-time-from-absolute viper-highlighting widget-magic-mouse-down-action hl-line-overlay defun-other-window-name org-element-special-block-interpreter secondary-selection-exist-p --cl-block-lsp--parser-queued-requests-- projectile-find-implementation-or-test websocket-on-error pdf-info-creatable-annotation-types lsp--make-text-document-item--inliner counsel-grep-last-line atomic-chrome-server-ghost-text-port semantic-map-buffers ibuffer-diff-buffer-with-file-1 browse-url-firefox-startup-arguments rmail-simplified-subject-regexp emacs-lisp-file-regexp lsp-client-register-uri-handler sp-override-key-bindings gnus-group-send-queue words-include-escapes kmacro-pop-ring inhibit-trace tabbar-default chunkmode vhdl-sequential-process projectile-open-projects hydra-face-amaranth gnus-group-news-6-empty ibuffer-name-column counsel-wmctrl helm-ff-invalid-symlink grep-error hydra-ibuffer-action/ibuffer-do-occur-and-exit paired-bracket swiper-stay-on-quit hydra-ibuffer-filter/hint projectile-create-test-file-for ido-push-dir nnimap-wait-for-connection tablist-current-column flymake-proc--compilation-is-running epg-key-signature-class haskell-debug-preview-span :before-exit pdf-view-dark-minor-mode-hook tablist-display-buffer-split-below-and-attach doc-view-dvipdf-program straight-recipes-org-plus-contrib-version sp--cleanup-after-kill url-gateway-method gnus-last-article markdown-regex-pandoc-metadata projectile-ripgrep widget-key-sequence-map gnus-summary-set-bookmark Custom-no-edit ep-var hs-looking-at-block-start-p haskell-process-compute-process-log-and-command keyed-md5 semantic-highlight-func-mode-on-hook browse-url-process-environment lookaheadnum lsp-symbol-highlight hydra-ibuffer-main/ibuffer-unmark-forward haskell-process-queue-command biblio-insert-with-prefix markdown-complete-atx pdf-view-active-region-text reffmt natbib smartparens-text glasses haskell-navigate-imports-line xbody Float Biblatex counsel-semantic-format-tag tablist-minor-mode-off-hook 0 projectile-git-ignored-command pdf-util-edges-empty-p imenu--generic-function pdf-util-image-map-mouse-event-proxy :prompt shell-command-with-editor-mode info-standalone ffap-string-at-point swift-mode:debugger-prompt-regexp undo-tree-reverting-redo-in-region-p renamed-to find-directory-functions markdown-get-fenced-block-middle-properties Turn\ off\ Flymake text-scale-adjust newflag 0 wisent-automaton-p semantic-flex-enable-whitespace magit-branch-remote biblio--completing-read-function reftex-select-label-mode-hook use-package-\(:files\ \(\"bind-key\.el\"\)\ :package\ \"bind-key\"\ :local-repo\ \"use-package\"\ :type\ git\ :repo\ \"jwiegley/use-package\"\ :host\ github\)-nil-nil org-get-packages-alist real-master all-top-level-domains run-octave display-popup-menus-p minted org-bullets-mode-hook haskell-command-exec-live flymake-proc-diagnostic-type-pred winner-set-conf :idle \ Apply\ and\ Save\ cl-remf semantic-highlight-func-current-tag-face tablist-mode-map elbank-progressbar-overflow-face font-lock-syntax-paren-check zerodark-selected-window package-desc-reqs--cmacro markdown-next-line-blank org-export-ascii pr-toggle-file-landscape sp-do-put-cl :server-p org-return-indent org-list-get-list-begin \.text sp-wrap--finalize org-show-notification-handler :hidden-states counsel--unicode-table no-highlight use-region-p :html 0 markdown-before-export-hook org-mac-iCal projectile-process-current-project-buffers hydra-window/hydra-move-splitter-right org-element-example-block-parser 0 pdf-view--next-page-timer browse-url-galeon-startup-arguments org-export-odt cursor-spec gnus-group-list-flush-map tablist-current-filter sub-key-list :system-flag iso-8859-1-unix company-tooltip-visible-p global-auto-revert-mode-map haskell-debug-session-debugging-p recentf-filters flycheck-puppet-lint-executable lsp--workspace irange Configure\ project gnus-make-predicate radian--flycheck-disable-checkers pdf-view-bookmark-jump image-scroll-down ido-matches pdf-view-goto-page mac-dnd-insert-pasteboard-string atomic-chrome-edit-done-hook org-src--construct-edit-buffer-name buf1 buf2 ido-fallback-command srecode/insert xref--find-ignores-arguments server-done-hook my-notifier-path lprops parsebib-collect-entries hydra--make-defun bibtex-completion-notes-symbol counsel-imenu org-journal-highlight ivy-occur-revert-buffer url-queue-remove-jobs-from-host newc rrc-total vhdl-template :test-not renderers org-move-item-up save-place-forget-unreadable-files custom-buffer-done-kill mh-thread cl--transform-lambda use-package-\(:type\ git\ :host\ github\ :repo\ \"benma/visual-regexp\.el\"\ :package\ \"visual-regexp\"\ :local-repo\ \"visual-regexp\.el\"\)-nil-nil ivy--reset-state ivy-state-current mml1991-signers ffap-highlight-overlay haskell-indentation-toplevel-list ido-make-file-list :case-fold maxrhs gnus-summary-first-unseen-subject ivy--create-and-cd message-user-organization orgtbl-ascii-plot package-delete info-lookup->completions debugger-record-expression tablist-filter-names org-clock-goto-before-context Server\ Name\ Indication bookmark-menu-popup-paned-menu derives cljr-update-project-dependencies magit-ediff-show-commit bibtex-completion-notes-global-mode-buffers pdf-occur-revert-buffer-with-args magit-add-change-log-entry &allow-other-keys company-files--regexps buff 0 pdf-virtual-buffer-backward-file global-company-mode erc-nick-default-face cl-if-not message-send-mail-partially gnus-info-group company-gtags--tags-available-p bibtex-file auto-composition-mode-off-hook pdf-tools-msys2-directory cps--handle-loop-for must-match outline-next-visible-heading cl-map-keymap-recursively company-select-next-or-abort markdown-gfm-parse-buffer-for-languages reftex-move-to-previous-arg recentf-list package--has-keyword-p ffip-git-diff-current-file 0 Show\ Col/Row\ Numbers colir-blend-face-background listel Ispell\ Entry browse-url-firefox-arguments projectile-with-default-dir counsel-ag-function ibuffer-mark-for-delete flymake-perl-init mail-source-imap-file-coding-system ido-enter-switch-buffer :formatting lsp-imenu-show-container-name cl-print-compiled-button View\ Crossref pdf-view-auto-slice-minor-mode markdown-mode imenu-update-menubar 0 ox-beamer 0 browse-url-text-input-delay gnus-group-edit-group reftex-find-citation-regexp-format auth-source-netrc-parse-entries wordlist semanticdb-strip-find-results gnus-article-outlook-rearrange-citation --cl-block-lsp--parser-workspace--cmacro-- ivy-dispatching-done circe-channel-mode ignored-files ibuffer-display-summary org-caldav-save-directory bibtex-completion-normalize-bibliography shr-color-visible-luminance-min 0 ivy-overlay haskell-compilation-error-regexp-alist starttls-open-stream-gnutls gnus-home-directory s-capitalized\? ido-show-dot-for-dired semantic-fetch-available-tags reftex-index-include-context company-emulation-alist haskell-completions-pragma-name-prefix flycheck-error-id eshell-ls-symlink semantic-lex-end-point lsp-ui-doc-header git-commit-setup oname mc/skip-to-previous-like-this ruscii-mac --cl-block-lsp-diagnostic-message-- nomove tq-queue-add byte-compile-warning-series semantic-edits-are-safe ad-update-regexp lsp--symbol-information-to-xref lsp-ui-peek--size-list pdf-occur-buffer-mode-map straight-recipes-marshal-version flycheck-stylelint-args byte-compile-goto-if unloaded haskell-cabal-subsection-end :codeAction package-desc--keywords file-name-shadow-mode-on-hook sx-autoloads counsel-info-lookup-symbol Info-find-index-name hydra-ibuffer-action/ibuffer-do-rename-uniquely-and-exit biblio--selection-browse-direct 0 --cl-block-lsp--workspace-cmd-proc--cmacro-- radian--advice-inhibit-tex-style-loading-message bibtex-completion-notes-global-mode-map prefer-utf-8-dos bookmark-name rx-categories shm-display-quarantine package--compatibility-table reftex-tmp sp--self-insert-uses-region-strict-p semantic-symref-find-tags-by-completion isearch-printing-char ibuffer-format-qualifier semantic-lex-type-invalid byte-compile-print-syms company-calculate-candidates org-clock-heading-function kmacro-call-ring-2nd gnus-summary-put-mark-as-unread-prev-unread org-shiftleft-final-hook default-dir it-index semantic-symref-perform-search fields-width compilation-beginning-of-line use-package-\(:type\ git\ :host\ github\ :repo\ \"Sarcasm/company-irony\"\ :package\ \"company-irony\"\ :local-repo\ \"company-irony\"\)-nil-nil auto-save-default domain-bits 0 Create\ TAGS\ File flymake--diag-type--cmacro projectile--globally-ignored-file-suffixes-glob radian--mode-line-left org-export-org sp-splice-sexp 0 org-journal-enable-encryption tablist-edit-column hardware biblio--help-with-major-mode-1 flycheck-ghc-args eshell-ext Kill\ Message korean-hangul-two-byte gnus-dependencies-add-header diary-hebrew-insert-entry 0 win-width efs-replace-path-component gnus-killed-articles url-queue-url--cmacro tablist-window-attach display-time-world-mode-syntax-table cl--nsublis-rec make-nnimap--cmacro gnus-page-broken completion--cycling-threshold-type adjoin semantic-tag counsel--browse-history racket-insert-closing-brace vowel-sign mac-odb-received-apple-events pdf-cache-pagesize org-export-pdf mode-local-initialized-p completion-in-region gnus-request-thread bookmark-bmenu-mode-syntax-table \.\.\.in\ Echo\ Area go-gofmt haskell-debug-insert-bindings semanticdb-find-results-p ido-ignore-extensions pdf-util-clear-faces-cache eieio--validate-class-slot-value smartparens-ml epa-key-list-mode electric-pair--unbalanced-strings-p sp--update-override-key-bindings org-mac-idle-seconds haskell-debug-parse-break-point tablist-mark-backward ending wisent-initialize-closure org-journal-mark-entries wisent-accept-tag smartparens-haskell wisent-reduce-grammar-tables s-split-up-to byte-char-syntax ivy-prescient-mode-on-hook 0 org-columns-current-fmt-compiled gnus-summary-save-article-mail table-delete-row bibtex-init-sort-entry-class-alist pdf-util-read-image-position 0 counsel-org-goto-history browse-url-xterm-args :closing filename/process org-check-before-invisible-edit haskell-command-live--cmacro :shown dired--align-all-files epg--gv-nreverse projectile-ibuffer-by-project projectile-globally-ignored-directories latex-fragment lsp--parser-p--cmacro time-date debugger-eval-expression haskell-navigate-imports-find-forward-line auto-detect untrusted javascript-eslint reftex-query-index-macro-prompt browse-url-CCI-host payload message-interactive go-build electric-pair-conservative-inhibit markdown-heading ivy--minibuffer-setup message-newgroups-header-regexp semantic-tag-deep-copy-one-tag helm-selection url-inhibit-uncompression company-search-delete-char :variable-document powerline-reset custom-browse-variable-tag reftex-cursor-selected-face radian-lib-file ido-get-bufname undo-tree-mapc counsel-flatten-forest ffap-all-subdirs-loop markdown-exdent-region bbdb-create semantic-flex-tokens Info-find-node-in-buffer-1 mc-cycle-cursors browse-url-text-browser hydra-curr-on-exit tablist-edit-filter image--set-speed org-agenda-reset-markers invalid-slot-type eshell-for vc-possible-master separator-ediff-directories ivy--sorted-files reftex-ref-style-toggle straight--repo-cache ad-vAlUeS lsp--point-is-within-bounds-p--inliner markdown-conditional-search-function org-list-to-latex pretty-filename expand-history global-semantic-highlight-func-mode-on-hook lsp-ui-flycheck-list--post-command company-template-move-to-first :always-active workspace lsp--xref-make-item projectile-get-project-directories markdown-heading-3-atx 0 lsp-ui-peek--kind tags-next-table biblio-response-as-utf-8 hydra-add-font-lock tis620-mac f-read-bytes tide-mode-hook defun-point flymake-proc-master-make-init org-mac-firefox-insert-frontmost-url :negotiated-protocols gnus-summary-post-menu lsp-ui-peek--deactivate-keymap-fn mail-resolve-all-aliases lsp-ui-sideline-mode-map gnus-group-news 0 sp-ignore-modes-list 0 dir-exclusions flymake-show-diagnostic find-tag-search-function :recipe message-goto-eoh company-pseudo-tooltip-edit counsel-git-grep-proj-function flycheck-gnat-language-standard epg-import-result-secret-read 0 projectile-project-run-cmd eieio-slot-descriptor-name reductions-number deactivate markdown-heading-6-atx msname org-open-non-existing-files ido-pp gnus-summary-catchup-and-exit org-log-note-state :mouse-face-get Info-read-node-name shortcut iso-cvt-read-only browse-url-netscape-new-window-is-tab visit-file idlwave-code-formatting ucs-normalize-combining-chars diary-fancy-display-mode-abbrev-table use-package-\(:type\ git\ :host\ github\ :repo\ \"emacs-straight/gnu-elpa-mirror\"\ :no-build\ t\ :package\ \"gnu-elpa-mirror\"\ :local-repo\ \"gnu-elpa-mirror\"\)--1137813685888334671-nil bibtex-completion-apa-format-authors maybeparams 0 byte-compile-save-restriction ibuffer-summary global-subword-mode-hook haskell-cabal-min-indentation sh-basic-indent-line url-request-extra-headers advice--normalize-place flymake-proc-get-ant-cmdline TeX-save-query cl-struct-flymake--diag-tags micro package-status-disabled counsel-describe-variable cl-print--number-table org-clock-clocktable-language-setup dired-rename-file ido-require-match paired-delimiter 2-arg :render/background cabal-checksum extended-spec projectile-keymap-prefix semantic-c-add-preprocessor-symbol scala-scalastyle radian-highlight-long-lines-mode-map bind-key xref-after-jump-hook compress-program :state message-goto-fcc imap-password org-add-log-note tls-program org-babel-check-confirm-evaluate :mac ffap-machine-p-local ibuffer-auto-mode-hook package-menu--mark-upgrades-1 biblio-make-url-button markdown-code-at-point-p string-to-multibyte straight-vc-git--pull-from-remote-raw biblio--brief-docs bright-background-green url-domsuf flycheck-syntax-check-p gnus-summary-set-process-mark company-plainify hydra-ibuffer-action/ibuffer-do-eval-and-exit ido-enable-flex-matching :initarg minusp ivy-display-function auto-revert-buffers-counter-lockedout ivy-occur-mode-syntax-table :max sicstus semantic-tag-folded-p semanticdb-minor-mode-p counsel-colors-action-insert-hex gnus-request-set-mark now-map websocket-illegal-frame nnimap-request-articles derived-mode-map-name :configure flymake-find-make-buildfile conflicts package-menu-view-commentary straight-popup-raw gnus-summary-unmark-all-processable pdf-isearch-batch biblio-doi--generic-url-callback-1 menu-bar-options-save demanded url-queue-p--cmacro flycheck-save-buffer-to-temp org-html-htmlize-generate-css flycheck-command font-family-list 0 flycheck-sass-scss-cache-location f-write-text org-clock-sound lsp-ui-doc-url term-raw-map projectile-globally-ignored-buffers wisent-TC ido-file-internal markdown-trim-whitespace suppress-list cl--declare-stack describe-mode-local-bindings-in-mode cuneiform ad-Advice-cua-delete-region gnus-summary-article-map haskell-completions-identifier-prefix org-journal-search-future-scheduled key-codes NO-CONTEXT company-explicit-action-p prescient-filter-method lsp--workspace-status--cmacro 0 partspecial org-agenda-finalize-entries global-undo-tree-mode-enable-in-buffers counsel-irony-annotate :foreign-flag visual-fill-column-split-window-sensibly bibtex-completion-notes-global-mode-cmhh lsp--range--inliner :match-alternatives markup-title-2-face graphic-only arabic rmail-input reftex-mode-off-hook org-export-icalendar js2-imenu-extras-mode projectile--find-dir gnus-atomic-progn-assign tooltip-event-buffer magit-reflog-rebase errbuf sp-indent-defun cedet-menu-map override-file eieio--class-precedence-list company--should-begin emacs-cask unless-error flymake-proc-compilation-prevents-syntax-check counsel-imenu-categorize-functions company-safe-backends-p projectile-filtering-patterns gate semantic-tag-put-attribute-no-side-effect bookmark-edit-annotation-mode-syntax-table swift-mode-lexer cider-repl semanticdb-find-tags-by-class ecomplete unexists semanticdb-find-result-length mh-letter markdown-check-change-for-wiki-link-after-change map-values-apply biblio-hal-lookup :candidates gnus-put-overlay-excluding-newlines magit-insert-modules-overview wisent-pad-string evil--jump-backward magit-commit-mode ad-arg-binding-field comint-add-to-input-history cider-sync-request:complete ido-cur-item highlight-uses-mode-point submitType_s :send-sync lsp--workspace-client--cmacro markdown-sub-superscript-display counsel-org-goto--get-headlines ffap-lax-url Schedule\ Item org-next-block Phases\ of\ the\ Moon monthnum org-clock-display-default-range org-entity-get gnus-group-browse-foreign-server haskell-indentation-push-indentation inf-ruby-auto-exit url-queue-pre-triggered keep-fp use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/logito\"\ :package\ \"logito\"\ :local-repo\ \"logito\"\)-nil-nil haskell-check-filter-overlays Emacs\ MIME\ manual xref-etags-mode-map reftex-label-info-update :match-start package--add-to-compatibility-table 0 0 global-atomic-chrome-edit-mode-hook elpy-modules ido-enter-magit-status straight-package-neutering-mode-on-hook edit-abbrevs-map fixed-case lsp-on-save ibuffer-map-marked-lines radian--mode-line-align 0 markdown-cycle 0 tablist-filter-parser-init ffap-fortran-mode dir-to-create ivy-sort-file-function-using-ido Man-goto-section Info-read-node-completion-table save-place-local-mode-off-hook rx-not counsel-projectile-org-capture lsp-ui--toggle overload reftex-splice-symbols-into-list haskell-indentation-mode-on-hook radio-button-choice lsp--workspace-p markup-gen-face 0 :skip-match haskell-process-suggest-haskell-docs-imports ibuffer-default-display-maybe-show-predicates blink-matching-paren-on-screen lsp-ui-sideline--calculate-tag font-xlfd-name bookmark-insert-location project-find-file-in projectile-project-unignored-directories hydra-ibuffer-main/keymap radian-join-keys undo-tree-p erc-stamp render-fn flycheck-xml-xmllint-executable wisent-print-state gnus-group-real-prefix markdown-show-children emulations tablist-do-flagged-delete org-caldav-backup-file undo-tree-make-region-data--cmacro tag-find-file-of-tag hs-block-start-regexp sp-last-wrapped-region ediff-mult inf-lisp org-eldoc-get-breadcrumb diff-removed-background counsel-async-ignore-re deactivation 0 two-column circe-query-mode 0 jsons-print-path lsp--parser-waiting-for-response nodigits fun-list ido-enable-tramp-completion isearch--state-case-fold-search--cmacro projectile-unignored-directories-rel refile url-bad-port-list ffap-rfc flycheck-eruby-erubis-executable use-package-autoloads/:bind* :diagnostic flycheck-emacs-lisp-check-declare refill markdown-get-used-uris package-desc-extras--cmacro semantic-imenu undo-tree-visualizer-parent-mtime ivy-state-matcher org-fill-template :conditions errs-errs debugger-args custom-variable-backup-value lsp--select-action retval use-package-handler/:init mml-secure-check-sub-key auto-revert-check-vc-info bibtex-completion-add-PDF-attachment lsp-ui-sideline--run gnus-summary-mark-forward websocket-conn--cmacro radian-fix-whitespace-global-mode-cmhh end-of-args eshell-util 0 magit-am-popup cl-builtin-gethash package-lint-flymake dabbrev--last-abbreviation epg-sub-key-secret-p--cmacro org-at-table-hline-p return indirect-variable build-directory markdown-syntax-propertize-fenced-block-constructs ivy-format-function-default bibtex-completion-insert-bibtex translation-table-vector w3-view-this-url pdf-view-close-document pdf-view-midnight-minor-mode-hook toc-nodes timezone-months-assoc company-search-words-regexp hydra-window/save-buffer sp-wrap-curly lsp-ui-peek--make-ref-line holiday-bahai gmm-message markdown-gfm-used-languages xref-backend-identifier-at-point company-cmake--candidates f-swap-ext websocket-ready-state :visibility-widget auto-revert-tail-mode-on-hook hydra-ibuffer-action/ibuffer-do-view-and-exit byte-rem :shebang package--emacs-version-list ibuffer-mouse-popup-menu cl-remprop ibuffer--maybe-erase-shell-cmd-output :msg company-template-after-clear undo-tree-mode-major-mode reftex-compile-variables reftex-type-query-help flycheck-overlays-in comint-redirect-results-list-from-process indent-next-tab-stop grep-mode-abbrev-table bookmark-buffer-file-name file-with-archives gnus-sort-gathered-threads org-clock-play-sound sparc-pascal-example tide-hl-identifier-mode company-search-mode-on-hook syntax-propertize--done package-menu--find-and-notify-upgrades eshell-special-chars-outside-quoting package-make-builtin counsel-preselect-current-file ivy--old-re forth-block-mode -cons* wisent-loop prescient--load feature-file sentence-end-without-period radian--clj-refactor-enable bookmark-bmenu-load semantic-ia-show-summary reftex-show-label-location gnus-expand-group-parameters swift-mode:builtin-method-face reftex-get-buffer-visiting bibtex-MVReference haskell-lexeme-looking-at-quasi-quote-literal tags-expand-table-name preserve-timestamps lsp--client-new-connection--cmacro cl-macro-list ido-eoinput webpaste-autoloads bare-filename ffap-url-p flycheck-register-config-file-var url-file-executable-p res-words toggle-save-place counsel--switch-to-shell url-user--cmacro gnus-summary-toggle-header windmove-constrain-loc-for-movement --cl-block-lsp--client-action-handlers-- org-duration-to-minutes mac-string-to-pasteboard-string auto-revert-find-file-function remove lsp-ui-sideline--occupied-lines ido-next-match-dir ftnchek flycheck-error-list-previous-error no-seckey gnus-override-subscribe-method dabbrev-result emms-stream-mode fancy-splash-screen hydra-ibuffer-sort/ibuffer-do-sort-by-recency global-company-mode-hook f-same-p url-queue-inhibit-cookiesp--cmacro org-note-abort reftex-multifile-symbols allowedp sp-in-code-p ivy--flx-featurep present-symbol describe-mode-local-overload right-count popup-is-open start-table biblio-dissemin--make-buffer org-journal-search-print-results ange-ftp-file-modtime pidfile etags-table python-tracebacks-and-caml toc-entry -partition-before-pred tablist-yes-or-no-p ruby-electric-autoloads bookmark-kill-line company-etags-ignore-case cl-struct-flycheck-error-tags diff3 halted projectile-all-project-files lsp-apply-commands x-uuencode ivy-pop-view ivy-calling use-package--warning10 haskell-interactive-mode-input :on-open use-package--warning13 ffap-require-prefix vc-dispatcher use-package--warning16 use-package--warning17 css-stylelint use-package--warning19 lein-midje --cl-block-lsp--workspace-server-capabilities-- imenu--truncate-items bibtex-entry-head semantic-symref-find-file-references-by-name markdown-incomplete-setext-p pdf-info-regexp-flags use-package--warning21 use-package--warning22 --count use-package--warning24 pdf-isearch-filter-matches-function pagelabels current-time-origin hs-hide-level-recursive haskell-process-extract-modules starttls-success ad-make-advice ibuffer-switch-format global-git-commit-mode-map history-length file+headline wisent-set-fderives use-package--warning31 eieio-class-un-autoload company-filter-printing-char semantic-analyze-possible-completions semantic-push-parser-warning use-package--warning36 lsp-ui-sideline--tag flycheck-pending-output auth-source-protocols backward-filter-group sp--get-handler-context flycheck-interrupt-command-checker Previous\ Round markup-complex-replacement-face dired-goto-next-file use-package--warning40 company-input-noop use-package--warning42 tag-word-match-p use-package--warning44 company-grab-line use-package--warning46 haskell-interactive-mode-goto-end-point eshell-cmpl use-package--warning49 radian--advice-org-agenda-default-directory gnus-summary-wide-reply-with-original use-package-\(:type\ git\ :host\ github\ :repo\ \"magit/ghub\"\ :package\ \"ghub\"\ :local-repo\ \"ghub\"\)-nil-nil semantic-throw-on-input wisent-RTC ad-make-hook-form use-package--warning50 use-package--warning51 use-package--warning52 haskell-cabal-section-data-start-column use-package--warning54 company--electric-commands ido-toggle-virtual-buffers use-package--warning57 Replace\ in\ Document wisent-count-sr-conflicts org-mhe-get-message-folder 0 senator-copy-tag-to-register company-files 0 timeclock-status-string use-package--warning60 use-package--warning61 json-post-element-read-function use-package--warning63 url-cookie-setup-save-timer bookmark-bmenu-inline-header-height ivy--format-function-generic ido-everywhere use-package--warning68 use-package--warning69 ibuffer-never-show-predicates wisent-parse-grammar haskell-indentation-parse-to-indentations tq-queue-head-regexp Info-extract-pointer pdf-util-scale-relative-to-points use-package--warning70 -iteratefn use-package--warning72 use-package--warning73 pdf-occur-dired-minor-mode-off-hook cl-struct-package--ac-desc-tags use-package--warning76 flymake--backend-state-reported-p lsp-rename lsp-format-region buffer-strings eshell-file-attributes rotate-frame gnus-group-group-unread parsebib-expand-xrefs isearch-describe-key ffap-read-url-internal use-package--warning81 gfm-view-mode-syntax-table tramp-get-completion-function use-package--warning84 lookaheadset use-package--warning86 tablist-map-with-filter haskell-interactive-mode-hook slime-symbol-start-pos counsel-el magit-ediff-show-unstaged calendar-bahai-epoch lsp-ui-peek-find-workspace-symbol helm-match-item ibuffer-filter-format-alist sp--gfm-point-after-word-p use-package--warning91 delete-on-destroy use-package--warning93 ivy-occur-mode-map use-package--warning95 counsel--cmd-to-dired-by-type hydra-key-regex use-package--warning98 tags-included-tables-function org-mac-grab-link reftex-parse-all flycheck-error-line--cmacro el-patch-require-ivy swiper-query-replace hydra--callablep markdown-nested-imenu-heading-index radian-show-git-mode-major-mode package-archive-contents find-tag-next-line-after-failure-p ob-groovy semantic-show-label 0 flymake-warnline hs-isearch-show-temporary hydra-ibuffer-main/heads projectile-create-missing-test-files ffap-newfile-prompt byte-set treemacs-persist-file cconv-liftwhen haskell-debug-get-span-string pdf-tools-locate-build-directory counsel-find-file-at-point company-dabbrev-code-other-buffers opt-args thing-at-point-file-name-chars set-shifts-nshifts ivy--resize-minibuffer-to-fit dired-copy-filename-as-kill to-groups mark-by-mode-regexp :accessor defun-other-window-form org-journal-update-org-agenda-files --each mml--possibly-alter-image debug--implement-debug-watch makefile-automake-mode eshell-substring radian-clojure-strings-as-docstrings-mode-hook org-preserve-lc format-function rainbow-delimiters-mode-map markdown-mark-subtree wisent-set-assoc purple json-pop ansi-color-context parsebib--match-quote-forward org-emphasize biblio-kill-buffers core-items reftex-delete-overlay title_s use-package-\(:type\ git\ :host\ github\ :repo\ \"pitkali/pos-tip\"\ :package\ \"pos-tip\"\ :local-repo\ \"pos-tip\"\)-nil-nil haskell-process-suggest-remove-import-lines 0 delete-saved-filter-groups describe-current-display-table company--search-update-predicate org-read-date-prefer-future ob-mscgen company--search-assert-enabled counsel-org-goto-face-style haskell-interactive-face-compile-warning use-package-handler/:bind flycheck-verilator-include-path haskell-reload-p alphabetic rmail-search-backwards markdown-include-title-properties severity ask-user package-help-section-name revision\ control mode-local-active-mode partial-rear deb-jump cl-least-positive-normalized-float company--inside-tooltip-p lsp--client-type ffap-c-path reftex-call-back-to-this-buffer markdown-follow-wiki-link-at-point lsp-diagnostic-p gnus-tmp-marked 0 window-group-start-function human-readable nintersection haskell-process-live-build object-slots read-buffer-function regs elisp-refs-autoloads straight-popup term-setup-hook gnus-kill-buffer pdf-isearch-wrap-function haskell-interactive-process idlw-shell sp--self-insert-commands semantic-debug-parser-source cl-deftype-handler diary-from-outlook-internal projectile-default-project-name company-candidates-predicate markup-title-5-face split parsebib--get-xref-fields reftex-cache-cite-echo flycheck-clear-errors coerce lsp-ui-peek-jump-backward projectile-file-exists-p semantic/util websocket-server-filter f-ancestor-of-p use-package-normalize/:bind-keymap* -uniq message-check-news-body-syntax superword reduction-table pdf-annot-list-annotations rmail-summary-mode ivy-state-frame--cmacro gnus-parent-headers electric-pair-skip-self swift-mode:repl-executable compilation-skip-visited custom-sort-items deb-cont ivy-remote haskell-interactive-face-result compilation-previous-error 0 f-canonical oldfnalias sb-image cua--fallback counsel-github-url-p zerodark-theme bookmark-bmenu-file-column occur nindex ps-print-page no-tc ivy-dynamic-exhibit-delay-ms org-table-create-or-convert-from-region gcov-called-line mode-local-equivalent-mode-p flycheck-go-megacheck-disabled-checkers prescient--frequency copy-package-desc imenu-space-replacement override-flag org-journal-time-entry-level ido-set-matches cl--struct-epg-new-signature-p--cmacro electric-pair--insert ebcdic-uk-dos :default-get el-patch-concat mac-pointer-resize-left-right orange flycheck-error-list-after-refresh-hook ivy--sort-files-by-date counsel-pt format-str TeX-insert-quote byte-compile-recurse-toplevel unresolved package-desc-full-name byte-pushconditioncase pdf-util-scale-points-to-pixel gnus-print-buffer ido-virtual-buffers parentheses ivy--flx-propertize ido-last-directory-list use-echo-area reftex-recursive-edit-marker lsp-ui-sideline--toggle-current cl-struct-undo-tree-register-data-tags cl--const-expr-val package--display-verify-error counsel-locate-action-dired radian--kill-buffer-delete-directory-if-appropriate siddham multind bugfix lsp-ui-peek--get-xrefs-list advice2 Lookup\ a\ String\.\.\. biblio-doi--dx-mime-accept reftex-cite-format-builtin ido-unc-hosts-cache semantic-overlay-put bookmark-old-default-file gnus-inhibit-demon showhide-fringe projectile-globally-unignored-files url-cookie nnmail-get-active kmacro-edit-macro-repeat lsp--capabilities prescient-initials-regexp straight-recipes-markdown-mode-version endnotes isearch-toggle-char-fold ffap-tex highlight-lines-matching-regexp erc-input-face org-goto-local-search-headings lsp--apply-text-edits \.port org-agenda-new-marker atomic-chrome-extension-type-list semantic-reset-system-include flycheck-eslint-config-exists-p encryption flymake-err-line-patterns ibuffer-cached-filter-formats nedges semantic-mode-hook compiler-macroexpand gnus-seconds-month helm-swoop-target-line-face company-prescient-mode-map purge-from-projectile-cache ibuffer-mark-help-buffers 0 org-journal-carryover repo markdown-cur-list-item-end erc-spelling mode-line-next-buffer parsebib--biblatex-inheritances tablist-read-equal-filter flycheck-haskell-ghc-executable winner-make-point-alist parenthesis counsel-command-history-action-edit-and-eval lpr-buffer tablist-filter-edit-display-help ido-record-ftp-work-directories org-get-local-tags-at flycheck-go-errcheck-executable ivy-recursive-restore counsel-git-log-cmd counsel--async-filter gnus-header-content --cl-block-lsp--workspace-registered-server-capabilities--cmacro-- \.payload\.text 0 org-bullets-bullet-list gnus-read-active-file-2 compilation-grep-find pdf-view-auto-slice-minor-mode-hook auto-revert-notify-watch-descriptor-hash-list make-obsolete-overload hydra-ibuffer-filter/hydra-ibuffer-main/body-and-exit 0 ido-find-literal markdown-insert-code widget-default-delete 0 center-paragraph auth-source-specmatchp smart lsp-ui-peek--find-xrefs author-year straight-recipes-clj-refactor-version semantic-complete-inline-project ibuffer-save-filter-groups haskell-process-do-cabal org-export-latex color-clamp org-clocktable window-min-height bookmark-bmenu-use-header-line ido-complete do-query-replace-regexp ad-position-p --cl-block-lsp--parser-response-result--cmacro-- avy-goto-symbol-1 nsm-save-host-names use-package-handler/:demand 0 image-previous-line browse-url-url-encode-chars reftex-try-all-extensions mac-separator-tab irony-version 0 hydra--format org-bibtex-write haskell-process-show-overlays projectile-root-top-down-recurring company-height bookmark-completing-read mml-secure-encrypt gnus-info-read bibtex-completion-clear-string-cache company-require-match-p crm114 haskell-align-imports-collect counsel--git-grep-count auth-source-netrc-search variable-pitch elbank-progressbar-fill-face x-mac-cyrillic lsp--parser smartparens-global-mode-off-hook rmail-get-attr-names cp932-2-byte timezone-make-sortable-date babel\ language gnus-read-active-file-p nnimap-find-connection show-paren-match haskell-font-lock-compose-symbol next-position electric-quote-comment counsel-git-grep-history frame-pixel-width pdf-info-getattachment-from-annot comment-empty-lines pdf-tools-set-modes-enabled :init-value window-group-start org-link-edit ido-is-unc-root 0 0 ibuffer-repair-saved-filters diary-insert-anniversary-entry org-beamer-export-as-latex haskell-process-set-response special-mode-hook :formatter f-relative chinese-gb18030-unix semantic-unmatched-syntax-cache-check TeX-macro-global save-filter-groups bookmark-show-annotation reftex-highlight-shall-die infix gnus-summary-mail-other-window multiple-value-setq ivy-history straight-recipes-memoize-version org-journal-search-follow-link-action pdf-occur-ibuffer-minor-mode-on-hook company-echo-strip-common-format gnus-summary-high-undownloaded-face f-equal-p el-patch-validate pdf-isearch-minor-mode-on-hook project-am straight-recipes-logito-version projectile-project-p auth-source--decode-octal-string compilation-mode-separator2 url-queue-buffer--cmacro haskell-indentation-expression-list flycheck-rpm-rpmlint-executable action-internal 0 semantic-highlight-edits-new-change-hook-fcn flycheck-javascript-eslint-executable saved-yank-menu true-filename custom-browse-group-tag-action gnus-long-file-names c-add-style semantic-lex-depth global-undo-tree-mode-hook erc-page projectile-remove-ignored nnmail-message-id-cache-length Multind 0 cmd-proc sx-open-link agenda-files-without-org-journal floatfig widget-documentation-string-action rmail-forwarded-attr-index gnus-continuum-version pdf-cache--prefetch-timer Info-final-node no-pubkey gnus-article-mark semantic-navigation-separator create-if-interactive-and-no-custom-id org-clock-continuously Custom-mode-menu compilation-page-delimiter bbdb-record-xfield markdown-forward-block semantic-new-buffer-fcn-was-run sh-variables ps-print-zebra php-eldoc lsp--make-document-range-formatting-params flycheck-jsonnet-executable straight-recipes-rust-mode-version use-package-\(:type\ git\ :host\ github\ :repo\ \"syohex/emacs-hcl-mode\"\ :package\ \"hcl-mode\"\ :local-repo\ \"emacs-hcl-mode\"\)-nil-nil tags-table-format-functions doc-view-desktop-save-buffer flycheck-parse-rustc use-package-\(:type\ git\ :host\ github\ :repo\ \"sigma/magit-gh-pulls\"\ :package\ \"magit-gh-pulls\"\ :local-repo\ \"magit-gh-pulls\"\)-nil-nil tablist-read-filter-name websocket-on-close--cmacro darcs el-patch-require-ruby-electric ibuffer-locked-buffer-p cider-inspect-defun-at-point company-eclim-executable-find Mark\ Block helm-ff-prefix use-package-\(:type\ git\ :files\ \(\"visual-regexp-steroids\.el\"\ \"regexp\.py\"\)\ :host\ github\ :repo\ \"benma/visual-regexp-steroids\.el\"\ :package\ \"visual-regexp-steroids\"\ :local-repo\ \"visual-regexp-steroids\.el\"\)-nil-nil noentries messagep f--traverse-upwards erc-paranoia url-queue-silentp clojure-indent-style nnir-swish-e-index-file flycheck-display-errors-delay yaml-ruby :domain Commentary 0 biblio-strip gnus-group-list-inactive-groups melpa global-atomic-chrome-edit-mode tags-apropos-verbose grep-tag-default imenu--create-keymap returnonerror ffap-dired company-prefix use-package-normalize/:config/el-patch nsublis package--build-compatibility-table css-mode-map hydra-window/lambda-z projectile-verify-file-wildcard org-list-search-generic Info-undefined ivy-set-prompt company-files-exclusions custom-face-get-current-spec global-flycheck-mode-buffers nnimap-split-fancy pdf-view--write-contents-function reftex-everything-regexp-no-index flycheck-verification-result-message url-file-name-completion semantic-symref-tool-grep-list-p use-package-handler/:disabled org-indent-agent-resume-delay counsel-ag-base-command gnus-adjust-marked-articles wisent-allocate-itemsets haskell-cabal-save-indentation server-with-environment atomic-chrome-edit-mode-major-mode projectile-test-prefix markdown-insert-header-dwim debugger-old-buffer subst-if-not :pos package--list-loaded-files lsp--markup-content-p 0 company-search-keypad custom-reset DocView use-package-\(:type\ git\ :files\ \(\"elisp/*\.el\"\)\ :host\ github\ :repo\ \"chrisdone/hindent\"\ :package\ \"hindent\"\ :local-repo\ \"hindent\"\)-nil-nil semantic-tag-with-position-p markdown-footnote-find-text flymake-diagnostics-buffer-mode-syntax-table semantic-init-mode-hook difference xref--next-error-function Info-build-node-completions-1 semantic-describe-buffer-var-helper recursive-path message-signature biblio-results-header-face lsp-ui-doc-background func ido-use-url-at-point tablist-filter-map reftex-vars magit-log-head gnus-group-sort-alist-function etags-tags-included-tables bibtex-autokey-name-case-convert browse-url-chrome company-echo-metadata-frontend flycheck-buffer-empty-p projectile-reset-cached-project-root org-self-insert-command reftex-add-to-label-alist :pre bad-signature org-agenda-set-mode-name reftex-what-special-env rmail-fontified org-get-org-file semantic-bovinate-nonterminal-check-obarray zerodark-modeline-buffer-identification lsp-completion-item lsp-ui-flycheck-add-mode gnus-mark-article-as-read nnir-search-history mouse-drag-throw iso-2022-8bit-ss2-mac lsp-diagnostic-range infty emerge haskell-interactive-prompt-read-only message-header-xheader projectile-bzr-command flycheck--verify-princ-checker :settings undo-tree-visualizer-mode Kill\ ring\ save org-redisplay-inline-images get* ido-wash-history after-setting-font-hook 0 flycheck-gfortran-warnings 0 moved-from seventh markdown-inline-code-at-point-p gnus-widget-reversible-to-external json-mode-standard-file-ext org-wikinodes semantic-ia-complete-symbol-menu avl-tree-size mml-secure-cache-expiry-interval org-capture-refile indent-region-line-by-line org-add-props :message widget-default-notify comint-last-output-start flycheck-racket-executable projectile-ignored-buffer-p browse-url-can-use-xdg-open Add\ THIS\ to\ Index\ Phrases namazu ido-enter-dired browse-url-netscape-send bibtex-completion-notes-mode-major-mode package-pinned-packages 0 epg-key-signature-validity--cmacro org-bullets-bullet-map magit-bookmark--status-make-record mm-inline-external-body mml-secure-encrypt-pgpmime Indent\ Region bovinate help-info ange-ftp-default-user :config hydra-ibuffer-main/ibuffer-forward-filter-group auth-source--aput-1 org-table-sum company-eclim--prefix bookmark-bmenu-mark open-access-status pdf-info-pdf-date-regexp haskell-interactive-mode-history-toggle tablist-named-filter ido-auto-merge-timer gnus-summary-save-in-vm radian-fix-whitespace-global-mode-enable-in-buffers bibtex-completion-notes-mode-on-hook 0 ffap-prompter 0 sp-get-quoted-string-bounds browse-url-kde-args frame-char-width projectile-commander-methods gnus-group-make-web-group try-r mouse-select-region-move-to-beginning accept-func gnus-list-memq-of-list Go\ to\ the\ inbox\ of\ a\ feed\.\.\. markdown-inside-link-p edits swiper--line c-eldoc-print-current-symbol-info do-applescript lexical-let f-this-file gnus-group-sort-flat org-export-texinfo rec-type markdown-gfm-code 0 blink-cursor-timer 0 on-message straight-recipes-js2-mode-version lsp-send-request ido-keep-item-list semantic-lex-block-streams newst-treeview straight--process-run biblio-arxiv--extract-id ivy-state-collection wisent-input 0 websocket-error flycheck-python-mypy-executable gnus-agent-read-servers-validate-native s-reverse hi-lock-faces 0 org-current-tag-alist widget-key-sequence-read-event tablist-selection-changed-handler reftex-label-mac-list semantic--tag-deep-copy-tag-list ido-initiate-auto-merge reftex-index-tag-face response-result semantic-popup-menu gnus-summary-wash-display-map gnus-newsgroup-ephemeral-ignored-charsets 0 org-crypt-tag-matcher semantic-highlight-func-mode custom-variable-documentation company--scrollbar sp-state-last-syntax-ppss-point--cmacro biblio-dblp--parse-search-results markdown-export-kill-buffer company-candidates-length magit-tag rec-values pdf-annot-add-highlight-markup-annotation biblio-selection-mode-hook object-of-class-p 0 semantic-insert-foreign-tag-change-log-mode f--path-separator epg-context-armor--cmacro restart-emacs compilation-mode-font-lock-keywords --cl-block-outer-- internal--build-binding-value-form package-desc-priority-version hydra-ibuffer-action/ibuffer-do-view-other-frame-and-exit url-handler-file-remote-p tls-checktrust smartparens-strict-mode-off-hook company-irony-c-headers company-auctex-symbols projectile-keep-project-p emacs-init-time deb-s0 deb-s1 deb-s2 straight-process-buffer tag-lines-already-matched markdown-mode-style-map bibtex-completion-parse-bibliography info-header-node counsel-git-log-split-string-re custom-add-parent-links js2-old-indent browse-url-epiphany-new-window-is-tab ido-delete-backward-word-updir debian markdown-text-property-at-point reftex-syntax-table-for-bib browse-url-netscape-sentinel dabbrev--last-table w3m-haddock-heading-face notmuch-message-summary-face Lookup\ a\ string\ and\ display\ index\ of\ results\.\.\. allprefix eieio--class-index-table--cmacro f-writable-p radian-find-init-el 0 bookmark-default-annotation-text company-abort-manual-when-too-short projectile-cabal-project-p swiper-window-width org--line-empty-p flycheck-start varid command-line-1 tag-symbol-match-p jabber-history-dir bs-appearance notmuch-search-unread-face pdf-view-enlarge scheduled-time ibuffer-filtering-qualifiers company-search-filtering markdown-edit-code-block-default-mode elisp-lint no-markup-p INDEX copy-file-notify--watch magit-blame-mode Info-isearch-pop-state markdown-compress-whitespace-string Info-next-menu-item 0 lunar front-context-string 0 reftex-index-support label-start semantic-stickyfunc-mode-off-hook :rc4 message-fill-field-address company-in-string-or-comment 0 magit-rebase ediff-window ibuffer-make-column-filename-and-process reftex-key-to-index-macro-alist getannot ffap-list-directory swiper--face-matcher reftex-save-parse-info Integer swift-mode:auto-close-multiline-comment sp-change-inner minibuffer-inactive-mode-map Buffer-menu-sort show-smartparens-global-mode-on-hook custom-themed package-desc-summary straight-recipes-go-mode-version tmm-shortcut project-bundle dont-check-for-anything-just-trust-me ivy-partial open-result browse-url-netscape-program f-guard-error :custom-reset-standard semantic-read-type nsm-temporary-host-settings gh-cache gnus-group-quit-config :delayed-hook projectile :match-edges str-to-insert recentf-cleanup prop-alist sh-indentation gnus-newsgroup-savable-name gnus-override-method global-semantic-highlight-func-mode-off-hook ivy-forward-char format-kbd-macro PDF\ Tools pdf-util-expand-file-name markdown-cycle-setext --every-p ebrowse-member f90-mode undo-tree-node-clear-visualizer-data replaced projectile-file-exists-cache-cleanup package--download-and-read-archives haskell-cabal-indent-line Search ruscii-unix :display-sort-function org-clock-has-been-used haskell-auto-insert-module-format-string 0 Add/Move\ Current\ File\ to\ Front\ of\ List acc used parse replacer gnus-update-missing-marks 0 f-append-text haskell-process-suggest-language-pragmas counsel-semantic-tags acl org-irc-ellipsify-description ffap-url-at-point haskell-font-lock-fontify-block tablist-edit-column-bounds ada coding\ system org-bibtex-export-to-kill-ring sp-pair-overlay-list notmuch-crypto-decryption semantic-before-toplevel-cache-flush-hook 0 counsel-linux-app-action-default reftex-arg-cite adj :value-inline bof-list :rem tablist-filter-binary-operator sym-temp-let magit-run-gitk-all newsticker-reader compilation-next-error counsel-grep-post-action-hook 0 eshell-search-path avy--style-fn ivy-kill-line org-clock-notify-once-if-expired message-remove-header sp--get-allowed-regexp pdf-view-use-scaling org-agenda-buffer semantic-parse-tree-set-needs-rebuild semantic-flex-keywords mode-local-use-bindings-p org-list-set-checkbox elapsed markdown-hr-display-char turn-on-haskell-decl-scan cdlatex-environment ido-enable-dot-prefix 0 ivy--flx-sort xref-match-item--eieio-childp bibtex-field-kill-ring-yank-pointer ido-directory-too-big-p &environment :collection lsp-ui-doc--set-eldoc epg-bug-report-address --cl-block-lsp-diagnostic-source-- haskell-interactive-next-error-function cedet-version company-occurrence-prefer-closest-above projectile-completing-read compilation--make-message eieio--defalias hexlify-buffer gnus-summary-prev-unread-same-subject default-port custom-comment-show epa-key-list-import-keys Markdown lsp--text-document-code-action-params display-table-slot message-auto-save-directory ido-bufs-in-frame define-key-after speedbar-file-face occur-mode-goto-occurrence-other-window smartparens-python org-koma-letter-export-to-latex org-element--cache-root reftex-renumber-simple-labels magit-submodule-popup after-input radian--mode-line-project-and-branch ibuffer-filter-by-filename isearch-start-hscroll org-sexp-date org-mhe-get-header s-count-matches compilation-get-file-structure copy-flycheck-error Save\ Document ido-default-file-method :switches org-export-default-language mailclient date2 minor-mode-list dense eshell-glob ibuffer-visit-buffer-other-window-noselect ibuffer-kill-line counsel--yank-pop-truncate ffap-menu-alist reftex-nth-arg request-thread hydra-ibuffer-mark/ibuffer-mark-read-only-buffers-and-exit lsp-eldoc-render-all dockerfile-mode-autoloads gnus-undo-last open-paren biblio--selection-next sr-term-cd-newterm sp-wrap-square aix compilation-in-progress xref--xref-buffer-mode-syntax-table markdown-get-fenced-block-begin-properties allow-newlines websocket-get-debug-buffer-create ivy--cd-maybe Find\ directory viper-backward-char gnus-score-headers gnus-summary-raise-score gnus-data-remove inversion-test diff-refine-removed cl--struct-class-parents windmove-window-distance-delta ivy--case-fold-p custom-browse org-create-customize-menu w32notify-rm-watch company--pseudo-tooltip-height lsp--error-string flycheck-error-list-explain-error radian--advice-help-disable-revert-prompt cps--make-unwind-wrapper thing-at-point-newsgroup-regexp la-elt gnus-summary-line-format haskell-indentation-phrase-rest no-longprefix mule-keymap projectile-determine-find-tag-fn string-delimiter crontab-mode global-semantic-idle-summary-mode gnus-request-create-group mml-boundary gnus-group-news-2-low hydra--strip-align-markers markdown-inline-image-overlays shr-color filter-by-filename apple swift-mode:build-config-keyword-face epa-field-name projectile-verify-file global-outline-minor-mode-cmhh dates sesman-autoloads websocket-server-p spook bibtex-completion-format-citation-cite ibuffer-column-summarizer rcirc-mode company-finish adjust ibuffer-do-view-1 org-get-indentation haskell-indentation-where-post-offset nnir-mode Day\ View dired-auto-revert-buffer gnus-summary-next-thread auto-revert-tail-pos amx not-this-window bookmark-bmenu-this-window :registered-server-capabilities cider-browse-spec 0 ivy--wnd-cands-to-str lsp-parse-error gnus-group-news-5-low gnus-splash browse-url-mozilla-sentinel absolute-start oetu-active-p flymake-after-change-function projectile-cache-current-file company-clang--completion-pattern haskell-process-do-try-info auto-revert-active-p counsel-pt-base-command global-undo-tree-mode-buffers org-journal-time-format temp-file-name ivy-mouse-offset lsp--make-hover-callback markdown-get-start-fence-regexp prescient-save-file t0-name org-indent-agentized-buffers counsel--generic websocket-send-text dabbrev--make-friend-buffer-list org-clock-idle-time quarters Custom-mode-map debugger-return-value sym-tem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment