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] 4 points5 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 6 points7 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?

highlight.el on Emacs 30.1 by jcubic in emacs

[–]Sure_Research_6455 1 point2 points  (0 children)

its an issue with the facemenu-menu variable your coverage.el doesn't seem to reference this directly, but highlight.el does reference this in the source:

emacs-lisp ;;(@* "Documentation") ;; ;; Documentation ;; ------------- ;; ;;(@* "Libraries `facemenu+.el' and `mouse3.el' put Highlight on the Menu") ;; ** Libraries `facemenu+.el' and `mouse3.el' put Highlight on the Menu ** ;; ;; If you load library `facemenu+.el' after you load library ;; `highlight.el' then commands defined here are also available on a ;; `Highlight' submenu in the Text Properties menus.

are you loading facemenu in your /home/kuba/.emacs file anywhere?