oops, fixed hardcoded pathname in eshell-prompt function

enabled downcase-region function
This commit is contained in:
a. fox 2024-03-09 00:18:35 -05:00
parent ffb2eb2c15
commit b653259f55
1 changed files with 11 additions and 2 deletions

View File

@ -777,9 +777,17 @@ Mostly setting various editor values or settings some keys globally.
(setq display-time-24hr-format t)
(display-time-mode))
;; enable 'list-timers function
;;;
;; ENABLE DISABLED FUNCTIONS
;; 'list-timers
(put 'list-timers 'disabled nil)
;; downcase-region (C-x C-l)
(put 'downcase-region 'disabled nil)
;; enable desktop saving
(desktop-save-mode 1)
@ -979,7 +987,8 @@ What follows from here is loading and configuring the rest of my packages utiliz
(1- (length p-lst))))
"/"))
(mapconcat #'identity p-lst "/")))
(split-string "~/Documents/EmacsConfig/fonts/testing" "/"))
(split-string (string-replace (expand-file-name "~") "~" (eshell/pwd))
"/"))
(if (= (user-uid) 0) " # " " $ "))))))
(use-package info-look