(Emacs)~Core -> <package> Core

Easier to grep
This commit is contained in:
2020-09-21 22:11:37 +01:00
parent 7a28e20e82
commit 1489e5af3f

View File

@@ -329,7 +329,7 @@ Emacs. However there are many other packages surrounding evil that
provide even greater functionality from vi to Emacs. Surround, provide even greater functionality from vi to Emacs. Surround,
commenting, multiple cursors and further support to other packages are commenting, multiple cursors and further support to other packages are
configured here. configured here.
*** Core *** Evil Core
Setup the evil package, with some basic keybinds. Setup the evil package, with some basic keybinds.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package evil (use-package evil
@@ -553,7 +553,7 @@ helpful counterparts.
:config :config
(setq ivy-initial-inputs-alist nil)) (setq ivy-initial-inputs-alist nil))
#+end_src #+end_src
**** Core **** Ivy Core
Setup for ivy, in preparation for counsel. Turn on ivy-mode just Setup for ivy, in preparation for counsel. Turn on ivy-mode just
after init. after init.
@@ -1029,7 +1029,7 @@ Though I am not to keen on using Emacs to browse the web /via/ xwidget
capability to render full fledged web pages which include JavaScript, capability to render full fledged web pages which include JavaScript,
as it may come of use when doing web development. I can see the as it may come of use when doing web development. I can see the
results of work very quickly without switching windows or workspaces. results of work very quickly without switching windows or workspaces.
*** Core *** Xwidget Core
Define a function =+xwidget/render-file= that reads a file name and Define a function =+xwidget/render-file= that reads a file name and
presents it in an xwidget. If the current file is an HTML file, ask if presents it in an xwidget. If the current file is an HTML file, ask if
user wants to open current file. Bind it to =aU= in the leader. user wants to open current file. Bind it to =aU= in the leader.
@@ -1090,7 +1090,7 @@ it's separation (or perhaps better phrased, *integration*) of two
you can mix and match at will for use in the shell, which grants you can mix and match at will for use in the shell, which grants
greater power than many shells I know of. greater power than many shells I know of.
*** Core *** Eshell Core
Setup a function that /toggles/ the eshell window rather than Setup a function that /toggles/ the eshell window rather than
just opening it via =+dx/toggle-buffer=. just opening it via =+dx/toggle-buffer=.
Along with that setup the prompt so it looks a bit nicer and add Along with that setup the prompt so it looks a bit nicer and add
@@ -1235,7 +1235,7 @@ freely.
#+end_src #+end_src
* Major modes, programming and text * Major modes, programming and text
Setups for common major modes and languages. Setups for common major modes and languages.
** Text packages ** General Text Configuration
Standard packages and configurations for the text-mode. These Standard packages and configurations for the text-mode. These
configurations are usually further placed on configurations are usually further placed on
*** Flyspell *** Flyspell