diff options
-rw-r--r-- | config.org | 93 |
1 files changed, 59 insertions, 34 deletions
diff --git a/config.org b/config.org index eceff89..8daa8a0 100644 --- a/config.org +++ b/config.org | |||
@@ -224,7 +224,7 @@ wide. | |||
224 | #+end_src | 224 | #+end_src |
225 | 225 | ||
226 | #+begin_src emacs-lisp :noweb-ref hooks | 226 | #+begin_src emacs-lisp :noweb-ref hooks |
227 | (add-hook 'visual-line-mode-hook #'visual-fill-column-mode) | 227 | ; (add-hook 'visual-line-mode-hook #'visual-fill-column-mode) |
228 | 228 | ||
229 | (with-eval-after-load 'visual-fill-column | 229 | (with-eval-after-load 'visual-fill-column |
230 | (advice-add 'text-scale-adjust :after #'visual-fill-column-adjust)) | 230 | (advice-add 'text-scale-adjust :after #'visual-fill-column-adjust)) |
@@ -658,6 +658,14 @@ minor-modes from the modeline. | |||
658 | :repo "raxod502/blackout")) | 658 | :repo "raxod502/blackout")) |
659 | #+end_src | 659 | #+end_src |
660 | 660 | ||
661 | **** Which-function mode | ||
662 | |||
663 | Shows where we are in the modeline. | ||
664 | |||
665 | #+begin_src emacs-lisp :noweb-ref modes | ||
666 | (which-function-mode +1) | ||
667 | #+end_src | ||
668 | |||
661 | *** Setting faces | 669 | *** Setting faces |
662 | 670 | ||
663 | It took me a while to find a function that'll let me customize faces | 671 | It took me a while to find a function that'll let me customize faces |
@@ -760,7 +768,12 @@ to /hide/ those contents. | |||
760 | read-file-name-completion-ignore-case t) | 768 | read-file-name-completion-ignore-case t) |
761 | #+end_src | 769 | #+end_src |
762 | 770 | ||
763 | *** Selectrum :package: | 771 | *** COMMENT Selectrum :package: |
772 | |||
773 | *COMMENT 2021-02-01*: For some reason, selectrum will randomly do a thing where | ||
774 | it, like, flashes up and down in the minibuffer? I don't know how to explain | ||
775 | it, it's super weird. I guess I should file a bug report ... but until then, | ||
776 | I'll just use =icomplete-vertical=. | ||
764 | 777 | ||
765 | My minibuffer completion system uses =selectrum=, =prescient=, =company=, | 778 | My minibuffer completion system uses =selectrum=, =prescient=, =company=, |
766 | and =marginalia=. At some point, I'd like to take a deep dive in =embark= | 779 | and =marginalia=. At some point, I'd like to take a deep dive in =embark= |
@@ -775,6 +788,17 @@ for now .... I just want to see my completions. | |||
775 | (selectrum-mode +1) | 788 | (selectrum-mode +1) |
776 | #+end_src | 789 | #+end_src |
777 | 790 | ||
791 | *** Icomplete | ||
792 | |||
793 | #+begin_src emacs-lisp :noweb-ref packages | ||
794 | (straight-use-package 'icomplete-vertical) | ||
795 | #+end_src | ||
796 | |||
797 | #+begin_src emacs-lisp :noweb-ref modes | ||
798 | (icomplete-mode +1) | ||
799 | (icomplete-vertical-mode +1) | ||
800 | #+end_src | ||
801 | |||
778 | *** Prescient :package: | 802 | *** Prescient :package: |
779 | 803 | ||
780 | #+begin_src emacs-lisp :noweb-ref packages | 804 | #+begin_src emacs-lisp :noweb-ref packages |
@@ -1929,7 +1953,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
1929 | #+end_src | 1953 | #+end_src |
1930 | 1954 | ||
1931 | #+begin_src emacs-lisp :noweb-ref settings | 1955 | #+begin_src emacs-lisp :noweb-ref settings |
1932 | (setq-default elfeed-goodies/entry-pane-position 'bottom | 1956 | (setq-default elfeed-goodies/entry-pane-position 'top |
1933 | elfeed-goodies/powerline-default-separator nil | 1957 | elfeed-goodies/powerline-default-separator nil |
1934 | elfeed-goodies/tag-column-width 16) | 1958 | elfeed-goodies/tag-column-width 16) |
1935 | #+end_src | 1959 | #+end_src |
@@ -1949,8 +1973,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
1949 | 1973 | ||
1950 | #+begin_src emacs-lisp :noweb-ref settings | 1974 | #+begin_src emacs-lisp :noweb-ref settings |
1951 | (setq elfeed-feeds | 1975 | (setq elfeed-feeds |
1952 | `( | 1976 | `(("https://rachelbythebay.com/w/atom.xml" blags tech) |
1953 | ("https://rachelbythebay.com/w/atom.xml" blags tech) | ||
1954 | ("https://notes.neeasade.net/rss_full.xml" blags tech) | 1977 | ("https://notes.neeasade.net/rss_full.xml" blags tech) |
1955 | ("https://www.uninformativ.de/blog/feeds/en.atom" blags tech) | 1978 | ("https://www.uninformativ.de/blog/feeds/en.atom" blags tech) |
1956 | ("http://blog.z3bra.org/rss/feed.xml" blags tech) | 1979 | ("http://blog.z3bra.org/rss/feed.xml" blags tech) |
@@ -1961,9 +1984,9 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
1961 | ("https://www.murilopereira.com/index.xml" blags tech) | 1984 | ("https://www.murilopereira.com/index.xml" blags tech) |
1962 | ("https://botanistinthekitchen.blog/feed/" blags food) | 1985 | ("https://botanistinthekitchen.blog/feed/" blags food) |
1963 | ("https://www.careercenterbr.com/feed/" work) | 1986 | ("https://www.careercenterbr.com/feed/" work) |
1964 | ("https://blog.ebrpl.com/feed/" work) | 1987 | ("https://blog.ebrpl.com/feed/" work) |
1965 | (,(concat | 1988 | (,(concat ; long-ass url |
1966 | "https://lemmy.ml/feeds/front/" ; long-ass url | 1989 | "https://lemmy.ml/feeds/front/" |
1967 | "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9." | 1990 | "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9." |
1968 | "eyJpZCI6MTY4MjQsImlzcyI6ImxlbW15Lm1sIn0" | 1991 | "eyJpZCI6MTY4MjQsImlzcyI6ImxlbW15Lm1sIn0" |
1969 | ".yE2zUGjvlEuTZZi3TiF9HR7L7ITM9f_" | 1992 | ".yE2zUGjvlEuTZZi3TiF9HR7L7ITM9f_" |
@@ -1974,34 +1997,36 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
1974 | (,(concat ; long-ass url | 1997 | (,(concat ; long-ass url |
1975 | "https://tilde.news/rss?token=" | 1998 | "https://tilde.news/rss?token=" |
1976 | "FvdFj8rQkhrBy9j1yON1t6RYKDdcuG1MoUlyvRICmbgDGCf2JTWAEObDhdgt") | 1999 | "FvdFj8rQkhrBy9j1yON1t6RYKDdcuG1MoUlyvRICmbgDGCf2JTWAEObDhdgt") |
1977 | news tildes tech) | 2000 | news tilde tech) |
1978 | ("https://www.acdw.net/atom.xml" fwends) | 2001 | ("https://www.acdw.net/atom.xml" fwends) |
1979 | ("https://envs.net/~lucidiot/rsrsss/feed.xml" fwends) | 2002 | ("https://envs.net/~lucidiot/rsrsss/feed.xml" fwends) |
1980 | ("https://planet.emacslife.com/atom.xml" emacs) | 2003 | ("https://planet.emacslife.com/atom.xml" emacs) |
1981 | ("http://tilde.town/~lucidiot/fridaypostcard.xml" tildes art) | 2004 | ("http://tilde.town/~lucidiot/fridaypostcard.xml" tilde art) |
1982 | ("https://quasivoid.net/feed.atom" tildes) | 2005 | ("https://quasivoid.net/feed.atom" tilde) |
1983 | ("https://benjaminwil.info/feed.xml" tildes fwends) | 2006 | ("https://benjaminwil.info/feed.xml" tilde fwends) |
1984 | ("https://benjaminwil.info/antisocial/feed.xml" tildes) | 2007 | ("https://benjaminwil.info/antisocial/feed.xml" tilde) |
1985 | ("https://blog.ryliejamesthomas.net/feed/" tildes) | 2008 | ("https://blog.ryliejamesthomas.net/feed/" tilde) |
1986 | ("https://p1k3.com/feed" tildes) | 2009 | ("https://p1k3.com/feed" tilde) |
1987 | ("https://cosmic.voyage/rss.xml" tildes fiction sci-fi) | 2010 | ("https://cosmic.voyage/rss.xml" tilde fiction sci-fi) |
1988 | ("https://jackreid.xyz/index.xml" tildes) | 2011 | ("https://jackreid.xyz/index.xml" tilde) |
1989 | ("http://lambdacreate.com/static/feed.rss" tildes fwends) | 2012 | ("http://lambdacreate.com/static/feed.rss" tilde fwends) |
1990 | ("https://gaffen.co.uk/feed.xml" tildes) | 2013 | ("https://gaffen.co.uk/feed.xml" tilde) |
1991 | ("https://gmb.21x2.net/rss.xml" tildes) | 2014 | ("https://gmb.21x2.net/rss.xml" tilde) |
1992 | ("https://www.insom.me.uk/feed.xml" tildes) | 2015 | ("https://www.insom.me.uk/feed.xml" tilde) |
1993 | ("https://invisibleup.com/atom.xml" tildes) | 2016 | ("https://invisibleup.com/atom.xml" tilde) |
1994 | ("https://m455.casa/feed.rss" tildes fwends) | 2017 | ("https://m455.casa/feed.rss" tilde fwends) |
1995 | ("https://petras.space/index.xml" tildes) | 2018 | ("https://petras.space/index.xml" tilde) |
1996 | ("https://www.benovermyer.com/post/index.xml" tildes) | 2019 | ("https://www.benovermyer.com/post/index.xml" tilde) |
1997 | ("https://tilde.town/~trm/blog/atom.xml" tildes) | 2020 | ("https://tilde.town/~trm/blog/atom.xml" tilde) |
1998 | ("https://tilde.team/feed.rss" tildes) | 2021 | ("https://tilde.team/feed.rss" tilde) |
1999 | ("http://ajroach42.com/feed.xml" tildes) | 2022 | ("http://ajroach42.com/feed.xml" tilde) |
2000 | ("http://tilde.town/~mroik/blog/rss.xml" tildes) | 2023 | ("http://tilde.town/~mroik/blog/rss.xml" tilde) |
2001 | ("https://hamster.dance/blog/rss/" tildes) | 2024 | ("https://hamster.dance/blog/rss/" tilde) |
2002 | ("https://m455.neocities.org/feed.rss" tildes fwends) | 2025 | ("https://m455.neocities.org/feed.rss" tilde fwends) |
2003 | ("https://eli.li/feed.rss" tildes fwends) | 2026 | ("https://eli.li/feed.rss" tilde fwends) |
2004 | ("https://aiweirdness.com/rss" tech))) | 2027 | ("https://aiweirdness.com/rss" tech) |
2028 | ("http://tilde.town/~m455/javapool.rss" tilde) | ||
2029 | )) | ||
2005 | #+end_src | 2030 | #+end_src |
2006 | 2031 | ||
2007 | *** COMMENT Elfeed-protocol | 2032 | *** COMMENT Elfeed-protocol |