Assigning variables
Use the setq
Elisp function to assign variables.
Multiple setq
statements can also be represented like this:
How to use Major and Minor modes
How to install new packages
Stratmacs comes with straight
configured out of the box. New packages can be installed via use-package
:
We can now apply this knowledge and install new packages. As an example, let’s install the GPTel package from GitHub: