Update to README
This commit is contained in:
parent
c2ecfe1ef3
commit
65773de6ef
12
README.org
12
README.org
@ -24,9 +24,9 @@ to interact with someone, I get it, feel free to send a PR and we can communicat
|
||||
Simply clone this repository as your ~/.emacs.d directory and start emacs.
|
||||
|
||||
#+BEGIN_SRC
|
||||
$ test -d ~/.emacs.d && mv ~/.emacs.d ~/emacs.d
|
||||
$ git clone https://rezrov.xyz/caranmegil/whompmacs ~/.emacs.d
|
||||
$ emacs # start up emacs in the normal way and let it bootstrap
|
||||
test -d ~/.emacs.d && mv ~/.emacs.d ~/emacs.d
|
||||
git clone https://rezrov.xyz/caranmegil/whompmacs ~/.emacs.d
|
||||
emacs # start up emacs in the normal way and let it bootstrap
|
||||
#+END_SRC
|
||||
|
||||
This configuration bootstraps and uses straight.el to manage all package installations.
|
||||
@ -34,7 +34,7 @@ This configuration bootstraps and uses straight.el to manage all package install
|
||||
Once you get emacs started, you will quickly find, that it is nearly as minimal as it can be. straight.el and use-package
|
||||
will have been bootstrapped, along with golden-ratio. There is a handy note in the keybindings listed on the dashboard
|
||||
telling you which keys to press, in order to get to the customization group. From there, you can enable and configure
|
||||
all of the avaiable layers of support. That keybinding for reference, is _C-c t C-c_.
|
||||
all of the avaiable layers of support. That keybinding for reference, is _C-c w C-c_.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
#+CAPTION: An example of the configuration options, in console mode
|
||||
@ -73,9 +73,7 @@ advantage of the configuration interface.
|
||||
|
||||
1. [[https://github.com/radian-software/straight.el][straight.el]] - straight works with use-package to fetch and setup local installations.
|
||||
2. [[https://github.com/jwiegley/use-package][use-package]] - use-package is a fantastic package management system for local installs.
|
||||
3. [[https://github.com/roman/golden-ratio.el][golden-ratio.el]] - Window size management for split buffers. Quite handy.
|
||||
4. [[https://github.com/emacs-dashboard/emacs-dashboard][emacs-dashboard]] - A nice handy startup screen, filled with fun facts and stuff.
|
||||
5. [[https://github.com/joaotavora/yasnippet][yasnippet]] - A handy snippet/macro system for commonly used bits.
|
||||
3. [[https://github.com/emacs-dashboard/emacs-dashboard][emacs-dashboard]] - A nice handy startup screen, filled with fun facts and stuff.
|
||||
|
||||
*** Optional packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user