This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-03
Channels
- # announcements (63)
- # asami (29)
- # beginners (23)
- # calva (23)
- # cider (18)
- # clj-kondo (12)
- # clojure (156)
- # clojure-europe (30)
- # clojure-italy (6)
- # clojure-nl (5)
- # clojure-uk (6)
- # clojurescript (14)
- # conjure (26)
- # cursive (8)
- # datalog (143)
- # datascript (1)
- # datomic (6)
- # duct (2)
- # emacs (50)
- # events (4)
- # figwheel-main (6)
- # fulcro (7)
- # graphql (12)
- # jobs (6)
- # malli (1)
- # mid-cities-meetup (2)
- # off-topic (4)
- # pathom (6)
- # portal (7)
- # re-frame (10)
- # reagent (8)
- # reitit (10)
- # releases (1)
- # reveal (18)
- # shadow-cljs (39)
- # sql (4)
- # tools-deps (36)
- # vim (25)
- # xtdb (6)
I have this in my prelude personal/init.el but it doesn't work in my terminal emacs:
(set-background-color "grey15")
(set-face-attribute 'region nil :background "#666")
(print "Hello from personal/init.el")
The message gets printed, however the background color isn't changed. It does work with the GUI emacs. It also works when I manually evaluate it in the terminal emacs. What's up...Works for me. Which OS / Terminal / Emacs version? I'm running Linux Pop_OS!, Emacs 26.3, Terminator
I have a mini desktop and a System76 laptop. Wanted to try something new (after having used Fedora for a long time). Decided to give it a try and was really happy with it. It's a bit less strict regarding packages than Fedora which is nice. They also have a lot of Flatpak packages in the store (instead of installing everything through deb, I like having "apps" isolated from system dependencies). Based on Ubuntu so that's quite stable. Has a lot of support for the gaming market which is plus for me.
But I don't know what the packaging state is of Ubuntu. Might not be worth switching if you're already using that
System76 also puts a lot of work into improving Gnome3 which is just nice overal (battery life, tiling system, high resolution display support)
OS: Ubuntu 20.04 in WSL2, Emacs 26.3, terminal http://iTerm2.app in macOS
Unless you're changing the region somewhere else (or loading a theme, but probably not) the region line should work
This actually worked to fix it: https://stackoverflow.com/a/25900375/6264
Is it possible to get these kind of visual hints when you change something git-related on the side in a terminal emacs?
Because I'm working on a remote system (well, just a PC in my room, but I don't have a keyboard attached to it).
I thought I remembered you mentioning using TRAMP some time ago. So I assume you've looked into that 🙂
I'm using tramp, but this was slow with magit-status. Also I got strange hangups in dired.
Haven't used tramp in a while myself. But a couple of jobs back we had a lot of remote servers, and I used tramp for that (including Magit). Worked quite well
if you remember those tweaks, feel free to share. one benefit of working over ssh is that I can access all the machines in the same way
This is what I used during that time https://github.com/kwrooijen/.emacs.d/tree/40e0054b012814fd1550e3c6648af4a22e73df72#tramp
Maybe it's just WSL2 that's being weird. Btw, I also had to tweak my login shell scripts to make tramp work, since it didn't understand the output from zsh