Compare commits
2 Commits
6f1750f82e
...
be60ef18e1
| Author | SHA1 | Date | |
|---|---|---|---|
| be60ef18e1 | |||
|
|
d97bc43e9d
|
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
|
(setq ring-bell-function #'ignore
|
||||||
inhibit-startup-screen t)
|
inhibit-startup-screen t)
|
||||||
|
|
||||||
(push '(font . "Victor Mono-13") default-frame-alist)
|
(push '(font . "Cartograph CF-11") default-frame-alist)
|
||||||
(set-face-font 'default "Victor Mono-13")
|
(set-face-font 'default "Cartograph CF-11")
|
||||||
(set-face-font 'variable-pitch "Victor Mono-13")
|
(set-face-font 'variable-pitch "Cartograph CF-11")
|
||||||
|
|
||||||
(copy-face 'default 'fixed-pitch)
|
(copy-face 'default 'fixed-pitch)
|
||||||
|
|
||||||
@@ -486,6 +486,18 @@ on a system by system basis.
|
|||||||
;;;
|
;;;
|
||||||
#+end_src
|
#+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
|
* Modal Editing
|
||||||
|
|
||||||
I like using =vi= inspired modal editing. For a while I tried project evil, but
|
I like using =vi= inspired modal editing. For a while I tried project evil, but
|
||||||
@@ -1435,7 +1447,7 @@ the future.
|
|||||||
:files ("*.el"))
|
:files ("*.el"))
|
||||||
:no-require t
|
:no-require t
|
||||||
:init
|
:init
|
||||||
(customize-set-variable 'frame-background-mode 'dark)
|
(customize-set-variable 'frame-background-mode 'light)
|
||||||
(load-theme 'solarized t))
|
(load-theme 'solarized t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
@@ -1474,6 +1486,7 @@ forge support really.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
|
:bind (("C-c M" . magit-dispatch))
|
||||||
:custom
|
:custom
|
||||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||||
(magit-diff-refine-hunk 'all)
|
(magit-diff-refine-hunk 'all)
|
||||||
|
|||||||
@@ -19,3 +19,14 @@ on a system by system basis.
|
|||||||
;;;
|
;;;
|
||||||
#+end_src
|
#+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"))
|
:files ("*.el"))
|
||||||
:no-require t
|
:no-require t
|
||||||
:init
|
:init
|
||||||
(customize-set-variable 'frame-background-mode 'dark)
|
(customize-set-variable 'frame-background-mode 'light)
|
||||||
(load-theme 'solarized t))
|
(load-theme 'solarized t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ forge support really.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
|
:bind (("C-c M" . magit-dispatch))
|
||||||
:custom
|
:custom
|
||||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||||
(magit-diff-refine-hunk 'all)
|
(magit-diff-refine-hunk 'all)
|
||||||
|
|||||||
Reference in New Issue
Block a user