Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.67 KB

changelog.org

File metadata and controls

36 lines (34 loc) · 1.67 KB

0.4.0

0.1.0

Fix powerline-width correctly computing the width with icons.

  • CLOSING NOTE [2025-01-09 Thu 14:14]
    One problem was that the mode line string I was using had mode line constructs. To get the proper measurements of the mode line so that I could right-align it I would use string-pixel-width on said string and then when passing them into :eval the mode line would expand them–often changing the width of the mode line string I had measured. As a result, the mode line was always off.

    The other problem is I was not accounting for the fringe.

Modeline now does not “overflow”–all the segments are visible. But sometimes it fails to fill the entire window.

Replace bind macro with much simpler function.

Move all keybindings into a single file

Fix org appear error

Eliminate all compilation warnings

Add option to toggle the use of separators to modeline

Add lisp-indent hack to my config

stop abbrev from aggressively going to previous newline

CANCELLED incorporate read-only package

  • CLOSING NOTE [2025-01-09 Thu 14:12]
    The read-only package was small enough for me to just add.

definiteively make a standard for adding hooks

use trace! for some hooks because they are polluting the log

rice up the dashboard

add a better keybinding for going to evil-marker than `

update auto-insert to create emacs-lisp templates with any file

stop captain from capitalizing with multiple headline delimiters

add profiling mechanism