Notes on first section, script fix, some config
This commit is contained in:
parent
4aa2f09642
commit
0f755a3a85
3 changed files with 69 additions and 1 deletions
11
init.el
11
init.el
|
|
@ -1,2 +1,13 @@
|
|||
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
|
||||
("org" . "https://orgmode.org/elpa/")
|
||||
("nongnu" . "https://elpa.nongnu.org/nongnu/")
|
||||
("elpa" . "https://elpa.gnu.org/packages/")))
|
||||
|
||||
(load-theme 'misterioso)
|
||||
|
||||
(use-package geiser-guile
|
||||
:ensure t)
|
||||
|
||||
(use-package org
|
||||
:config
|
||||
(setq org-hide-emphasis-markers t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue