Files
doomemacs/core
Janfel 3760ceb048 Fix deduplication in add-load-path!
Currently, `add-load-path!` doesn’t check for duplicates in `load-path`, because `cl-pushnew` tests for equality with `eql`. This changes the predicate to `string=`, fixing the bug.
2020-08-07 18:28:36 +02:00
..
2020-08-06 22:24:41 -04:00
2020-05-25 16:02:07 -04:00
2020-08-03 19:11:15 -04:00
2020-08-01 15:19:59 -04:00
2020-08-04 14:58:13 -04:00
2020-07-22 18:14:58 -04:00