niv doom-emacs: update f7293fb6 -> 110d70bd

## Changelog for doom-emacs:
Commits: [hlissner/doom-emacs@f7293fb6...110d70bd](f7293fb67e...110d70bdff)

* [`2bf73ee3`](2bf73ee34c) [:lang cc] Add LSP configuration snippets
* [`ea16bb66`](ea16bb66c3) Fix behaviour without aspell
* [`120530e3`](120530e353) Bump :lang lua
* [`62c1e5b6`](62c1e5b6c9) Bump :checkers syntax
* [`3265c258`](3265c25821) Bump :lang erlang
* [`a31dced7`](a31dced7bc) Requested changes -- move defvar to preface
* [`da54fa98`](da54fa98ce) Fix hlissner/doom-emacs#4271: prevent file-templates in org-capture
* [`ecca37b0`](ecca37b07b) Bump :tools direnv
* [`f40a2e1e`](f40a2e1ed7) lang/org: apply +org--fix-async-export-a to org-export-as
* [`472ec524`](472ec52481) Use global-hl-line-mode instead of hl-line
* [`969e6486`](969e6486f6) Apply customized faces sooner
* [`a14fb64c`](a14fb64c0c) Fix hlissner/doom-emacs#4268: off-by-one region on double-click
* [`ed1996e6`](ed1996e6f9) Reformat map! docstring
* [`523ced6e`](523ced6e9a) Fix hlissner/doom-emacs#4127: arrayp error on some snippets via +snippets/edit
* [`911d0a27`](911d0a2732) Remove racket repl unicode input hook
* [`aa02dc14`](aa02dc14a4) Bump :tools debugger lsp
* [`befb2bae`](befb2baeda) Introduce +doom-dashboard-ascii-banner-fn setting
* [`d6ef43a5`](d6ef43a563) C-s = company-filter-candidates in company-active-map
* [`196bb040`](196bb04088) Bootstrap trampolines to prevent doom build hang
* [`e9394c7c`](e9394c7c06) Add with-editor.el to the compilation black-list
* [`b6109657`](b61096578a) Hide tab-bar line in company-box frames
* [`44a6c9b2`](44a6c9b2c8) Fix oversized company-box scrollbars
* [`89997198`](8999719852) window-resize-pixelwise = nil
* [`d6b26aac`](d6b26aaca6) Move .dir-locals.el to root
* [`cfcd010c`](cfcd010cd6) Revert ivy-magic-slash-non-match-action to nil
* [`29d8f442`](29d8f44254) Add comments
* [`8ffc9ba4`](8ffc9ba429) Disable so-long if visual-line-mode is enabled
* [`427d3800`](427d38008b) Overwrite yes-or-no-p instead of advise it
* [`51744ce2`](51744ce294) Fix hlissner/doom-emacs#4180: omit .git from file searches
* [`db66b8af`](db66b8af31) Omit .git from projectile-find-file & ocunsel-file-jump
* [`c6b80a59`](c6b80a598e) Un-ignore .gitignore & .github
* [`6f3f4de4`](6f3f4de46d) Fix hlissner/doom-emacs#4279: runaway duplication in eshell-command-aliases-list
* [`5233042f`](5233042f4a) Add lsp support to cmake-mode
* [`315ae162`](315ae16240) Add lookup-documentation handler for cmake-mode
* [`a56f58d4`](a56f58d4ab) Prevent native compilation for emacs-jupyter
* [`db2ad082`](db2ad0828c) Adding doc update for cmake-language-server
* [`89249374`](892493741f) term/eshell: add syntax highlighting
* [`03fe396e`](03fe396eea) Move +default/{find-in,browse}-emacsd to core lib
* [`86c2f052`](86c2f05252) Refactor doom-dashboard-draw-ascii-banner-fn
* [`00b370fd`](00b370fdc6) ui/workspaces: persp-local winner-mode history
* [`e1c9145a`](e1c9145a5d) Run after-setting-font-hook after fontset config
This commit is contained in:
github-actions[bot]
2020-11-20 00:48:24 +00:00
committed by László Vaskó
parent 6c90469de3
commit ff5798337a

View File

@ -5,10 +5,10 @@
"homepage": "", "homepage": "",
"owner": "hlissner", "owner": "hlissner",
"repo": "doom-emacs", "repo": "doom-emacs",
"rev": "f7293fb67ef701244a421fd3bfc04b8e12689edc", "rev": "110d70bdff12c61fb4bfebf8e9f6b3a18684076d",
"sha256": "0y13d0qf34hxlz57k5434q3gknl0gdng9gmrjxgqfnzqdz1q7pdy", "sha256": "05i5yad3pivkvmsj1hss1bvkk4qzgxs911yyhmxl5ypxwbkklmi5",
"type": "tarball", "type": "tarball",
"url": "https://github.com/hlissner/doom-emacs/archive/f7293fb67ef701244a421fd3bfc04b8e12689edc.tar.gz", "url": "https://github.com/hlissner/doom-emacs/archive/110d70bdff12c61fb4bfebf8e9f6b3a18684076d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"doom-snippets": { "doom-snippets": {