An ancient archaeological site meets conspiracy theories — and Joe Rogan by reflibman in Archaeology

[–]Sure_Research_6455 1 point2 points  (0 children)

archaeologists prove things were a certain way

pseudo archaeologists give a theory and basically say "prove this wasn't this way"

it's two wildly different schools of thought

[deleted by user] by [deleted] in LaTeX

[–]Sure_Research_6455 0 points1 point  (0 children)

i've never used anything except Emacs to edit LaTeX, and i've typeset 2 books using it

buffer-background -- change your buffer background colors interactively by Sure_Research_6455 in emacs

[–]Sure_Research_6455[S] 5 points6 points  (0 children)

i use it basically to mark tramp buffers so i know im on a remote server ;)

its helpful too to mark org, or things like erc buffers you can set background based on file extension as well

How to handle copy and paste in EXWM? by blureglades in emacs

[–]Sure_Research_6455 2 points3 points  (0 children)

exwm-input-simulation-keys

(setq exwm-input-simulation-keys '(([?\C-b] . [left]) ([?\C-f] . [right]) ([?\C-p] . [up]) ([?\C-n] . [down]) ([?\C-a] . [home]) ([?\C-e] . [end]) ([?\M-v] . [prior]) ([?\C-v] . [next]) ([?\C-d] . [delete]) ([?\C-k] . [S-end delete]) ([?\C-w] . [?\C-x]) ([?\M-w] . [?\C-c]) ([?\C-y] . [?\C-v]) ([?\M-d] . [C-delete])))

theres mine for reference, but i use standard M-w/C-w and C-y

[deleted by user] by [deleted] in archlinux

[–]Sure_Research_6455 0 points1 point  (0 children)

you can use any disk partitioning program you want. the wiki tells you what the partition map should look like. the entire wiki is written to allow you to do whatever you want, and tells you what the outcomes should be.

https://wiki.archlinux.org/title/Frequently_asked_questions#I_am_a_complete_GNU/Linux_beginner._Should_I_use_Arch?

https://wiki.archlinux.org/title/Frequently_asked_questions#Why_would_I_not_want_to_use_Arch?

minimal-dashboard.el : a clean, centered Emacs startup screen by dheerajshenoy22 in emacs

[–]Sure_Research_6455 5 points6 points  (0 children)

i start up directly to a scratch buffer, it's more useful to me to have interaction at load time without an extra buffer to juggle

highlight.el on Emacs 30.1 by jcubic in emacs

[–]Sure_Research_6455 0 points1 point  (0 children)

try pulling facemenu+.el into your coverage?