niv doom-emacs: update 09248015 -> 461b3377

## Changelog for doom-emacs:
Commits: [hlissner/doom-emacs@09248015...461b3377](092480152e...461b337734)

* [`8f994551`](8f994551d4) Add cfw:org-create-file-source to list of commands
* [`87d0fff2`](87d0fff2fd) Example doesn't work in general
* [`46802af6`](46802af6d9) Bump :ui doom
* [`8f7a8be0`](8f7a8be0ca) Bump :lang org
* [`2c158a41`](2c158a4112) Disable highlight-indent-guides-mode in org-indent-mode
* [`c7ceed8b`](c7ceed8be7) lang/org: set 3 new defaults
* [`a54d2b38`](a54d2b3804) lang/org: optimize org-agenda hlissner/doom-emacs#2672
* [`6a64f374`](6a64f37435) Minor refactors & revision across the board
* [`e58ff8eb`](e58ff8ebf0) lang/org: mention org-roam's sqlite3 dependency
* [`0c47a034`](0c47a03491) Fix hlissner/doom-emacs#3655: evil-collection-vterm hangs native comp
* [`6a4283c9`](6a4283c9d4) More convenient search buffer
* [`f82775fe`](f82775fead) Fix 'Wrong type argument: commandp, +default/search-project'
* [`4c1ad04e`](4c1ad04e7f) Fix 'void-variable: org-indent-mode' error
* [`8b81c4c7`](8b81c4c72a) Fix hlissner/doom-emacs#3657: remove dap-java reference
* [`ff18b132`](ff18b1329e) Fix hlissner/doom-emacs#3660: inhibit expensive mode hooks in src blocks
* [`d6fb7d8a`](d6fb7d8ac6) lang/org: fix mode restart in buried agenda buffers
* [`434f1070`](434f107099) lang/org: org-latex-prefer-user-labels = t
* [`351e7036`](351e7036d9) doom-cleanup-project-cache-h: do nothing if caching is disabled
* [`c3ac295f`](c3ac295f7d) Remove Icon^M from projectile-globally-ignored-files
* [`d597663d`](d597663d63) Discover projects on switch-project
* [`e01a9e81`](e01a9e8173) docs/modules.org: minor revisions
* [`ecaa2463`](ecaa246361) Bump :lang ocaml
* [`38390be0`](38390be0db) Bump :lang markdown
* [`cccc5d24`](cccc5d2479) Bump :lang php
* [`16acf1a4`](16acf1a41f) Bump :lang purescript
* [`84fe780b`](84fe780b34) tools/lookup: remove redundant Emacs 26 gnutls fix
* [`e07cc77c`](e07cc77c19) docs/getting_started: clarify ~/.emacs.d/bin entry in PATH
* [`8a0fd0b1`](8a0fd0b18d) Bump :emacs dired
* [`bfb04102`](bfb04102ef) email/mu4e: replace org-mu4e with org-msg
* [`318b3ef2`](318b3ef238) tools/debugger: refactor dap lib loader
* [`e852ac04`](e852ac0469) Re-introduce +lsp-company-backends
* [`f7b786f7`](f7b786f72e) Reduce projectile cache limit
* [`68507e1e`](68507e1eac) Load straight in doom/bump* commands
* [`7dab38de`](7dab38deea) Add -A/-R switches to 'doom env'
* [`a9546576`](a954657631) Bump :lang csharp
* [`d451ffae`](d451ffaec9) Bump :tools ein
* [`014a3b5c`](014a3b5c4c) Bump :tools magit
* [`de343fd3`](de343fd314) lang/csharp: add csproj-mode package
* [`ffbd7b63`](ffbd7b63bf) Fix hlissner/doom-emacs#3654: prevent org-export-to-html removing line-breaks
* [`23372c82`](23372c82b9) ui(tabs): use a smaller dot to show unsaved file status
* [`b08f9c60`](b08f9c607d) Fix hlissner/doom-emacs#3671: some dap-mode libs not loading
* [`7784c0b6`](7784c0b6e9) No-op (lsp) if already enabled hlissner/doom-emacs#3390
* [`c7513e41`](c7513e4135) Fix hlissner/doom-emacs#3390: only execute local-vars hooks once
* [`c3be7413`](c3be74139a) Add eval-and-replace support to evil-mc
* [`a9bd4965`](a9bd4965bf) Improve error handling in doom-first-*-hook
* [`b8c20d50`](b8c20d50fe) Fix unreadable indentation in native elisp files
* [`a9d36ddc`](a9d36ddcaf) editor/multiple-cursors: minor refactor
* [`1406a457`](1406a45750) Fix indentation highlights in built-in libraries
* [`e2855db2`](e2855db2a6) Refactor doom-highlight-non-default-indentation-h
* [`1d7d493f`](1d7d493f0d) Remove redundant auto-mode-alist entries
* [`439999cb`](439999cb66) Add tramp-own-remote-path to tramp-remote-path
* [`a1b39b40`](a1b39b4011) Bump :lang nix
* [`9ac9deb0`](9ac9deb0fd) Bump :lang clojure
* [`6e702a43`](6e702a435a) Warn when :ensure t is used
* [`7638bd39`](7638bd3968) Revert 439999cb6
* [`9f84bc33`](9f84bc334b) Forward file-missing errors from within autoloads
* [`6ba04c13`](6ba04c13b2) Fix file template header in $DOOMDIR/autoload.
* [`8580b53e`](8580b53e8e) Fix hlissner/doom-emacs#3685: don't mutate org buffer when tangling
* [`f641bf45`](f641bf4554) Fix 'void-variable: backup' error
* [`c7bfbafd`](c7bfbafdcc) Tempfix hlissner/doom-emacs#3683: vterm not building on emacsgcc
* [`dc489d24`](dc489d24e7) bidi-inhibit-bpa = t
* [`01c5c356`](01c5c35686) Fix hlissner/doom-emacs#3688: failure tangling config.org
* [`214411ed`](214411edb4) racket-mode: avoid using flycheck-disable-checker
* [`5a68352c`](5a68352cd5) Mention that +evil-repeat-keys can be set to nil
* [`00a8f750`](00a8f750ed) Fix wrong-type-arg: stringp when tangling config.org
* [`77fbde95`](77fbde957a) Remove universal repeater on ; and ,
* [`d81ef695`](d81ef69525) Fix hlissner/doom-emacs#3693: don't unfold archive trees on file-open
* [`9a5175dd`](9a5175dd0e) Fix savehist compression & persist marks
* [`863eb82e`](863eb82efd) S-RET -> insert literal newline
* [`68c15ef4`](68c15ef4ae) lang/org: tie auto-indent on RET to electric-indent
* [`c6766c29`](c6766c293d) C-down-mouse-2 -> reset text-scale
* [`2c0cbec7`](2c0cbec7c8) Fix universal {C,s}-RET keybinds in tty Emacs
* [`80e1e8ff`](80e1e8ff9a) lang/org: refactor & reformatting
* [`8ae0e799`](8ae0e79918) lang/org: add eval handler
* [`68136f7f`](68136f7ff9) lang/org: add +pretty flag; move org-superstar
* [`d9fd738b`](d9fd738ba6) Fix hlissner/doom-emacs#3695: load lsp-java for dap-mode
* [`4bed77aa`](4bed77aa3a) evil-kbd-macro-suppress-motion-error = t
* [`c88eb0ff`](c88eb0fff8) Bump :lang crystal
* [`6f2471cd`](6f2471cda7) Bind ZX -> Save then kill current buffer
* [`58b4ac9d`](58b4ac9d6d) PR feedback
* [`a16c40d4`](a16c40d493) tools/magit: split sub-windows to the side
* [`3afee78c`](3afee78c8b) tools/debugger: fix file-missing dap-ui-mode error
* [`aba2dcaf`](aba2dcaf11) tools/debugger: bind `SPC m d` to dap-hydra
* [`b5706c57`](b5706c5793) Fix inverted on/off message from doom-debug-mode
* [`3b159dda`](3b159dda0a) lang/org: add code-completion in src blocks
* [`5a80db87`](5a80db875c) lang/org: add lookup handlers for src blocks
* [`bf904232`](bf9042327c) lang/org: improve jupyter support
* [`e6417172`](e6417172cb) Bump :tools eval
* [`f0ad8cca`](f0ad8cca25) docs/api: fix keymap in map! examples
* [`72da7a3f`](72da7a3f04) editor/format: add org src-block support
* [`51ec5493`](51ec5493f3) Bump :input chinese japanese
* [`3f5cc4c6`](3f5cc4c630) Bump :tools lsp debugger
* [`461b3377`](461b337734) Bump :term eshell
This commit is contained in:
github-actions[bot]
2020-08-07 00:44:25 +00:00
committed by László Vaskó
parent ce7a0c9b21
commit fdb833dbb5

View File

@ -5,10 +5,10 @@
"homepage": "",
"owner": "hlissner",
"repo": "doom-emacs",
"rev": "092480152e2ad9c70b60c4aa89d87af02da9f997",
"sha256": "0hpapk8ajmcx08npkp0gdzn0vfmlmp5wsy9sinnyhhbj2b0z48bw",
"rev": "461b337734e7b5dc2140b462c23d1177532c6d0c",
"sha256": "0xbxv62rbx7wlpkxnqdpqgjg6brr4gkdlma5qh95k5ambm1pdnai",
"type": "tarball",
"url": "https://github.com/hlissner/doom-emacs/archive/092480152e2ad9c70b60c4aa89d87af02da9f997.tar.gz",
"url": "https://github.com/hlissner/doom-emacs/archive/461b337734e7b5dc2140b462c23d1177532c6d0c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"doom-snippets": {