Compare commits
3 Commits
f5e15b2784
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| be60ef18e1 | |||
|
|
d97bc43e9d
|
||
| 6f1750f82e |
21
README.org
21
README.org
@@ -103,9 +103,9 @@ loading as a blank slate with only the scratch buffer open.
|
||||
(setq ring-bell-function #'ignore
|
||||
inhibit-startup-screen t)
|
||||
|
||||
(push '(font . "Victor Mono-13") default-frame-alist)
|
||||
(set-face-font 'default "Victor Mono-13")
|
||||
(set-face-font 'variable-pitch "Victor Mono-13")
|
||||
(push '(font . "Cartograph CF-11") default-frame-alist)
|
||||
(set-face-font 'default "Cartograph CF-11")
|
||||
(set-face-font 'variable-pitch "Cartograph CF-11")
|
||||
|
||||
(copy-face 'default 'fixed-pitch)
|
||||
|
||||
@@ -486,6 +486,18 @@ on a system by system basis.
|
||||
;;;
|
||||
#+end_src
|
||||
|
||||
For now I have org-social enabled by default. It looks promising and doesn't add
|
||||
any substantial bloat so why not.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package org-social
|
||||
:ensure t
|
||||
:config
|
||||
(setq org-social-file "~/repos/xulfer.srht.site/social.org"
|
||||
org-social-relay "https://relay.org-social.org"
|
||||
org-social-my-public-url "https://xulfer.srht.site/social.org"))
|
||||
#+END_SRC
|
||||
|
||||
* Modal Editing
|
||||
|
||||
I like using =vi= inspired modal editing. For a while I tried project evil, but
|
||||
@@ -1435,7 +1447,7 @@ the future.
|
||||
:files ("*.el"))
|
||||
:no-require t
|
||||
:init
|
||||
(customize-set-variable 'frame-background-mode 'dark)
|
||||
(customize-set-variable 'frame-background-mode 'light)
|
||||
(load-theme 'solarized t))
|
||||
#+end_src
|
||||
|
||||
@@ -1474,6 +1486,7 @@ forge support really.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package magit
|
||||
:defer t
|
||||
:bind (("C-c M" . magit-dispatch))
|
||||
:custom
|
||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||
(magit-diff-refine-hunk 'all)
|
||||
|
||||
@@ -103,9 +103,9 @@ loading as a blank slate with only the scratch buffer open.
|
||||
(setq ring-bell-function #'ignore
|
||||
inhibit-startup-screen t)
|
||||
|
||||
(push '(font . "Victor Mono-13") default-frame-alist)
|
||||
(set-face-font 'default "Victor Mono-13")
|
||||
(set-face-font 'variable-pitch "Victor Mono-13")
|
||||
(push '(font . "Cartograph CF-11") default-frame-alist)
|
||||
(set-face-font 'default "Cartograph CF-11")
|
||||
(set-face-font 'variable-pitch "Cartograph CF-11")
|
||||
|
||||
(copy-face 'default 'fixed-pitch)
|
||||
|
||||
|
||||
@@ -19,3 +19,14 @@ on a system by system basis.
|
||||
;;;
|
||||
#+end_src
|
||||
|
||||
For now I have org-social enabled by default. It looks promising and doesn't add
|
||||
any substantial bloat so why not.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package org-social
|
||||
:ensure t
|
||||
:config
|
||||
(setq org-social-file "~/repos/xulfer.srht.site/social.org"
|
||||
org-social-relay "https://relay.org-social.org"
|
||||
org-social-my-public-url "https://xulfer.srht.site/social.org"))
|
||||
#+END_SRC
|
||||
|
||||
@@ -16,7 +16,7 @@ the future.
|
||||
:files ("*.el"))
|
||||
:no-require t
|
||||
:init
|
||||
(customize-set-variable 'frame-background-mode 'dark)
|
||||
(customize-set-variable 'frame-background-mode 'light)
|
||||
(load-theme 'solarized t))
|
||||
#+end_src
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ forge support really.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package magit
|
||||
:defer t
|
||||
:bind (("C-c M" . magit-dispatch))
|
||||
:custom
|
||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||
(magit-diff-refine-hunk 'all)
|
||||
|
||||
Reference in New Issue
Block a user