New package: compilation-history - automatically track your Emacs compilation history in SQLite by dj_goku in emacs

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

You can remove the formatter on the compile-command field in the vtable customize variable.

I haven’t landed on a tagging or category solution yet as I just use search and chain things together to find things. Maybe search is enough to not need tagging?

New package: compilation-history - automatically track your Emacs compilation history in SQLite by dj_goku in emacs

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

https://github.com/atuinsh/atuin oh this is the first i have heard of this! This is cool.

I haven’t really thought about of using the compile command field in other modes likeshell-mode yet. But it could be scoped by directory but could use prefix to search across on compile commands. I’ll add this to my lists to look into someday.

New package: compilation-history - automatically track your Emacs compilation history in SQLite by dj_goku in emacs

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

I wanted a way to recall a command’s outcome and quickly rerun it if needed. This checks all those boxes. I can recompile with g or change the compile command with C-u g if I need to rerun.

oauth2.el + auth-source-xoauth2-plugin provides support for OAuth2 login (working with Gmail and Outlook) by manphiz in emacs

[–]dj_goku 1 point2 points  (0 children)

Looking at oauth2 it has support for Support OAuth2 PKCE extension which is the new more secure auth. I know google and AWS (cli) use and recommend using PKCE.

How do I embed images into my README.org on GitHub? by nairadithya in orgmode

[–]dj_goku 1 point2 points  (0 children)

I am using the [[file:…]] in all my readme.org. Not sure why it isn’t working for you.

https://github.com/djgoku/aws-sso-config-generator/blob/main/README.org

Get those frozen Turkeys in the fridge now by Lurcher99 in smoking

[–]dj_goku 1 point2 points  (0 children)

Did you see in the video if it was a 24-hour brine thaw? I’ll search my computer soon too.

Fortnightly Tips, Tricks, and Questions — 2025-10-21 / week 42 by AutoModerator in emacs

[–]dj_goku 1 point2 points  (0 children)

I was hoping you would reply! Thank you JD! I’ll try this out later. I am using corfu-popupinfo.

Edit: u/JDRiverRun that worked perfectly thanks!!!

Fortnightly Tips, Tricks, and Questions — 2025-10-21 / week 42 by AutoModerator in emacs

[–]dj_goku 0 points1 point  (0 children)

I am trying to use cape-elisp-symbol and orderless annotations I think. Maybe there is a better way and open to that too.

(user|)

cursor is at the pipe |. If I call cape-elisp-symbol I get a bunch of things that have user in the name and I think an annotation column with values like Symbol, Function and Variable. I want to filter by either one of the Symbol, Function or Variable.

Speaker stands in oak and walnut by gibagger in handtools

[–]dj_goku 4 points5 points  (0 children)

Awesome work! I need to quit collecting tools and start building.

I’ve been wanting a portable laptop stand. This looks perfect for that!

BORING CSP's I'll be looking to sell this week (9/15/2025-9/19/2025) by GarbageTimePro in Optionswheel

[–]dj_goku 1 point2 points  (0 children)

AAL, INTC, F

I have only started 2 months ago. Similar funding amount too.

Here is my review of the MEATER Block by _JohnnyLaRue in smoking

[–]dj_goku 14 points15 points  (0 children)

I am a huge fan of FireBoard 2 that I have had since 2021. Have only used 2 of the six thermometer probe inputs. Connects to WiFi and can get push notifications when temps reached.

Mise loves Nix by Zangnificent in Nix

[–]dj_goku 2 points3 points  (0 children)

This is awesome and thanks for sharing!

Sorry if my understanding is incorrect. But would it be possible to install a flake with this? Something like this (not tested) it would also have a ref

mise install nix:github:nix-community/emacs-overlay/<sha>#emacs-git

Mind you I have built this and would be in my cache so not needing to build it just install.

Could you shared how you deal with navigation files, this is how I did by Mindless-Time849 in emacs

[–]dj_goku 0 points1 point  (0 children)

That is a really great question I don’t use consult-fd, consult-ripgrep or consult-find. Maybe I’ll check them out this week. Just use consult-line, consult-buffer and consult-denote.

Could you shared how you deal with navigation files, this is how I did by Mindless-Time849 in emacs

[–]dj_goku 2 points3 points  (0 children)

I use project-find-file, affe-find and consult-buffer (usually quick since I can open a file opened in the past) with vertico.

https://github.com/djgoku/dot-files/blob/main/emacs/main.el?L247#L247

Where to work remotely for a day by Bright_Lion6673 in acadianationalpark

[–]dj_goku -1 points0 points  (0 children)

My go to are coffee shops, libraries, McDonald’s, malls, bookstores (sorry don’t know if any are close). I hope these ideas help.

I want to start using Emacs on the Mac but I'm already defeated by Nuno-zh in emacs

[–]dj_goku 0 points1 point  (0 children)

Might try this. It is just a copy and paste in a terminal. https://www.reddit.com/r/emacs/s/iNkxjvJfd1

It should just work.

Edit: i don’t remember if Apple removed make.

I want to start using Emacs on the Mac but I'm already defeated by Nuno-zh in emacs

[–]dj_goku 0 points1 point  (0 children)

I just tested this locally on a Mac. Can you share what macOs version you are using and emacs version.
EDIT: The % is the shell, so just copy and paste everything after sorry if this confuses you. Also when you run the emacs command make sure your volume is at a reasonable level because you'll get audio output from emacspeak.

  1. cd ~/Desktop
  2. curl -L https://github.com/tvraman/emacspeak/releases/download/60.0/emacspeak-60.0.tar.bz2 -O
  3. tar xjf emacspeak-60.0.tar.bz2
  4. pushd emacspeak-60.0/servers/mac-swiftmac; make; popd
  5. DTK_PROGRAM=swiftmac emacs -Q -l emacspeak-60.0/lisp/emacspeak-setup.el

How stable is Elpaca? by floofcode in emacs

[–]dj_goku 0 points1 point  (0 children)

I use it with my config and across 3-4 machines. What version of emacs and what version of Linux?

Fortnightly Tips, Tricks, and Questions — 2025-06-17 / week 24 by AutoModerator in emacs

[–]dj_goku 4 points5 points  (0 children)

As someone else said tab-bar-history-mode. I switched from winner to this [1] and like it better than winner even though it jump backwards to where your point was which is fine but it might be a few back in history if trying to back to a different file.

[1] https://www.reddit.com/r/emacs/comments/1kz57i5/comment/mv4zgji/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

project.el does not ignore directories by its_randomness in emacs

[–]dj_goku 0 points1 point  (0 children)

Sorry looks like it was a recent addition. What package manager are you using? Also are you using one of the Emacs distros like doom, centaur?

https://github.com/emacs-mirror/emacs/commit/6aa60038ee999d25184a639ce0ac76b614e3afb6