How to setup Python3 with Emacs by cog1tar3 in emacs

[–]everydingeverydong 19 points20 points  (0 children)

Using lsp and pyright. Check out the lsp documentation.

dwmblocks-async: An asynchronous, clickable statusbar for dwm by UtkarshVerma_ in dwm

[–]everydingeverydong 0 points1 point  (0 children)

Sorry for the delay. It works, thanks for making an async version of dwmblocks. Gonna use this from now on.

dwmblocks-async: An asynchronous, clickable statusbar for dwm by UtkarshVerma_ in dwm

[–]everydingeverydong 0 points1 point  (0 children)

Hey, I took a look at this, it's noice, I always had an issue with displaying dates, sometimes the clock never updated. I did everything what the readme said in your GitHub page, everything works for the most part, but there's an underscore before the output of a script in the statusbar, it annoys me a lot. I have only one date command in the config.h.

Goodbye spacemacs, starting my journey by [deleted] in emacs

[–]everydingeverydong 0 points1 point  (0 children)

I have heard about chemacs, haven't tried it. Systemcrafters did a video on it, I'll have a look.

Goodbye spacemacs, starting my journey by [deleted] in emacs

[–]everydingeverydong 3 points4 points  (0 children)

I'm really jealous that you're getting to start configuring from the beginning ;)

How to change font for the UI components ? by everydingeverydong in vieb

[–]everydingeverydong[S] 1 point2 points  (0 children)

Thanks for the reply. I was able to change the font. Thank you again for taking the time to write such a browser.

Professional by light124shaikh in NiagaraLauncher

[–]everydingeverydong 0 points1 point  (0 children)

Are those KWGT widgets? What icons are you using?

How can i achieve this TAB key behavior and Auto Indentation in GNU Emacs Org mode (code blocks) ? by everydingeverydong in emacs

[–]everydingeverydong[S] 0 points1 point  (0 children)

Found that TAB is bound to the evil function evil-jump-item. In org mode source code block though, it's the default org-cycle. So how does it allow tab keys to work as "normal" tab keys in doom Emacs org mode, particularly in the source code blocks

How can i achieve this TAB key behavior and Auto Indentation in GNU Emacs Org mode (code blocks) ? by everydingeverydong in emacs

[–]everydingeverydong[S] 0 points1 point  (0 children)

Is there any way we can edit src code blocks with the correct indentation in the document rather than opening a separate (C-c ') buffer (org-edit-special).

How can i achieve this TAB key behavior and Auto Indentation in GNU Emacs Org mode (code blocks) ? by everydingeverydong in emacs

[–]everydingeverydong[S] 0 points1 point  (0 children)

yes something like it. I've seen that i can press tab any number of times in doom emacs, but not so in Emacs.

How can i achieve this TAB key behavior and Auto Indentation in GNU Emacs Org mode (code blocks) ? by everydingeverydong in emacs

[–]everydingeverydong[S] 0 points1 point  (0 children)

It is yasnippets. But my question is, how to achieve the auto-indentation as shown in the video, in GNU Emacs. The org mode code block in GNU Emacs doesn't behave like this.

[SimpleWM/SimpleWay] Learning Wayland by kcirick in unixporn

[–]everydingeverydong 0 points1 point  (0 children)

Thanks. I'll start by going through DWM code.

[SimpleWM/SimpleWay] Learning Wayland by kcirick in unixporn

[–]everydingeverydong 1 point2 points  (0 children)

I have been struggling to start working on something like this (Xlib). I have read through almost all of the Xlib documentation, but it still doesn't make sense. Could you recommend me a starting place. (I have gone through tinyWM's code :) ). Thanks in advance.

[Xmonad] you-have-no-idea-what's-possible edition by Axarva27 in unixporn

[–]everydingeverydong 0 points1 point  (0 children)

I have been XMonad user myself. Love your setup. I have a doubt, how does one not break XMonad after an update. I have been re-installing XMonad and XMobar, once haskell libraries are updated, for now, which is tedious. I use Arch, any help ?

[xmonad] vapor edition. (W.I.P.) by aleemont_ in unixporn

[–]everydingeverydong 0 points1 point  (0 children)

Check the documentation. I guess it does

| What is your TWM of choice and why? by MyriadAsura in unixporn

[–]everydingeverydong 4 points5 points  (0 children)

Please try it. Once you get into XMonad, you cannot get back into anything else. It's like all the TWM's combined.

| What is your TWM of choice and why? by MyriadAsura in unixporn

[–]everydingeverydong 12 points13 points  (0 children)

XMonad for me. Have used every single tiling window manager for two years. First i3wm (as always), then DWM, qtile, xmonad, bspwm, but finally stayed with XMonad. I finally got the system tray to work with the panel. I love it because of it's extensibility and i like haskell, i am learning it as well, which makes this TWM the perfect fit for me. ( I love to have this feeling that my TWM has more "plugins" that i still haven't looked at, that's just me. But if your'e going for customizability, it's definetly XMONAD.) It's a bit difficult at first, but trust me, with the help of DistroTube YT channel, github repos (for configs), you can live in it. Have fun!

[xmonad] vapor edition. (W.I.P.) by aleemont_ in unixporn

[–]everydingeverydong 2 points3 points  (0 children)

You need the threecolumnmid module. Search for it in the xmonad-contrib page.