bram85's Blog

bram85's Avatar Image
Tooting mostly about #emacs.
16 days ago
kagi. ...more
#kagi #orgmode #emacs

25 days ago
Now it's possible to access kagi FastGPT from orgmode: ...more
Screenshot of a prompt and response in orgmode.
#kagi #orgmode #emacs

a month ago
It became a bit easier to extend kagi. ...more
#emacs #kagi

3 months ago
Released a new version of kagi. ...more
#kagi #emacs

4 months ago
Here's a function to generate QR codes inside Emacs. ...more
Emacs screenshot showing a generated QR code.
#Emacs #elisp

4 months ago
kagi. ...more
#Kagi #FastGPT #elisp #emacs

4 months ago
By default, recentf-mode cleans its list when the mode gets activated. ...more
#Emacs

4 months ago
denote meets kagi inside emacs Given an URL, a new denote is created, the title is fetched an prefilled. ...more
#denote #kagi #emacs

4 months ago
Released kagi. ...more
#kagi #emacs #FastGPT

5 months ago
In emacs, dired-mode and occur-mode both have edit modes. ...more
#emacs

5 months ago
kagi. ...more
#emacs #kagi #FastGPT

5 months ago
Added a section to the README to integrate my kagi. ...more
#kagi #emacs #embark

5 months ago
I extended my new kagi package to make use of the Summarizer API. ...more
Emacs showing a summary buffer of the GPL 3.
#kagi

5 months ago
Getting `gpg-agent' to work properly inside termux and have it properly accessed from emacs is a bit tricky. ...more
#termux #emacs

8 months ago
An example of how to customize the denote note-taking package in emacs I created a new entry point called `my/denote/url` that retrieves a URL from the system clipboard. ...more
Emacs screenshot showing a new note file based on an URL.
#denote #emacs #orgmode

9 months ago
Two convenience commands to narrow an emacs buffer: ...more
#emacs

9 months ago
The 2C-* commands (two-column editing) in emacs always have been a bit of a mystery to me. ...more
#emacs

9 months ago
Here's a function using magit to show the diff of the current buffer since a certain date/time. ...more
#magit #emacs

9 months ago
I like languages, and not just programming languages. ...more
org-fc dashboard.
#emacs #orgmode #orgmode

10 months ago
The small elisp linked below demonstrates how to limit the completion of certain commands to a specific major mode in emacs E. ...more
#elisp #emacs #orgmode

a year ago
Embark is like wine, it takes a while to really appreciate it. ...more

a year ago
Did you know that `consult-find` can be turned into a Dired result list with `embark-export` ? ...more
#emacs

a year ago
This piece elisp of makes emacs execute certain code when opening a file with a particular name. ...more
#elisp #emacs

a year ago
emacs package persist-state 0. ...more
#emacs

a year ago
My new emacs package `persist-state`, to regularly save bookmarks, history, recent files (and more), has reached MELPA: ...more
#emacs

a year ago
Small enhancement for `diff-mode` in emacs: ...more
#emacs

a year ago
Giving meow a try, turns out I've been missing modal editing a bit. ...more
Configuration snippet for meow showing hints for expansion.
#meow #emacs

a year ago
Execute emacs commands repeatedly. ...more
#emacs #elisp #Embark

a year ago
In orgmode, if you don't like how `org-occur` or `org-ql-sparse-tree` represent their results, you should have a look at the `org-fold-show-context-detail` variable. ...more
#orgmode

a year ago
Enable prism-whitespace-mode automatically for XML and YAML files, and detect amount of whitespace per indentation level: ...more
#emacs

a year ago
New emacs package: ...more
#emacs

a year ago
There's a Reddit thread on diagramming tools that work with orgmode. ...more
#orgmode #ditaa

a year ago
Here's a dwim-shell-command to upload (marked) files to 0x0. ...more
#emacs

a year ago
elisp (apply-maybe) Execute a function with a certain probability. ...more
#elisp #orgmode #emacs

a year ago
Sometimes, the file of a TRAMP buffer in emacs can no longer be reached (because the host went down). ...more
#emacs

a year ago
til with emacs: ...more
#til #emacs #orgmode

a year ago
til: ...more
#til #emacs

a year ago
Automatically format your source blocks in orgmode with format-all-the-code. ...more
#orgmode #emacs

a year ago
Here's my take to link to JIRA items easily from orgmode. ...more
#orgmode #emacs

a year ago
With long emacs uptimes and on-going configuration tweaks, it may be handy to know at which git revision your Emacs configuration was when you started it. ...more
#emacs #git

a year ago
This Reddit comment suggests something similar to what I tooted previously to use the prompt regexp for better eshell navigation. ...more
#eshell #emacs

a year ago
Found the sticky-shell package which shows a sticky header with the prompt for the last command. ...more
#eshell #emacs

a year ago
emacs eshell tip: ...more
#emacs #eshell

a year ago
Use Emacs to fill text fields in Firefox. ...more
#Emacs #Firefox

a year ago
To expand a bit on the emacs MOVEC packages I mentioned: ...more
#emacs #orgmode

a year ago
A message from Minad at Reddit to announce Vertico and Marginalia 1. ...more
#Emacs

a year ago
About two years ago I eagerly started a zettelkasten / roam system with orgroam. ...more
#zettelkasten #orgroam #orgmode

a year ago
The `named-let` macro came in quite handy to solve adventofcode day 6 in elisp. ...more
#adventofcode #elisp

2 years ago
til (or rather, Today I Realized) that in elisp, you cannot call a variable with a lambda function in a `let` expression: ...more
#til #elisp #Lisp

2 years ago
Who knew that pattern matching comes in handy with Rock Paper Scissors? ...more
#adventofcode #elisp

2 years ago
Going through the adventofcode at my own pace, using elisp. ...more
#adventofcode #elisp #emacs

2 years ago
Anyone managed to load vertico extensions with elpaca? ...more
#emacs

2 years ago
xr is a very nice package to reverse engineer (huge) regular expressions. ...more

2 years ago
An advantage of a literate emacs configuration with orgmode: ...more
#emacs #orgmode

2 years ago
Elpaca has a nice status overview of all on-going operations. ...more
#emacs

2 years ago
Attempting to migrate my emacs config from straight. ...more
#emacs

2 years ago
There was a toot the other day which explained how to login with mastodon. ...more
#mastodonel #emacs

2 years ago
Any tips on having the emacs regex matcher not to bail out with a stack overflow on a line consisting of 720831 characters? ...more
#emacs

2 years ago
I had a straight. ...more

2 years ago
TIL that `emacs-lisp-macroexpand` expands a macro in-place, which is sometimes more suitable than `pp-macroexpand-last-sexp` which just adds the expansion to another buffer (or the same buffer with universal argument). ...more
#TIL #emacs #lisp

2 years ago
There are multiple packages to track your commands / keystrokes inside emacs: ...more
#emacs

2 years ago
I wrote a function to evaluate Lisp forms when an orgmode task changes state (e. ...more
#orgmode #emacs

2 years ago
A small orgmode example which: ...more
#orgmode #lisp #Emacs

2 years ago
If you use Emacs inside termux, here's some key configuration for your termux. ...more
#Emacs #termux

2 years ago
Let me give my introduction. ...more
#introduction #Eindhoven #Netherlands #opensource #Emacs #Firefox #birdsite