fix missing the f library
This commit is contained in:
parent
5d34b96735
commit
ef34ec2a6e
2 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ Here are several Performance tweaks taken from other configs.
|
|||
bidi-paragraph-direction 'left-to-right
|
||||
cursor-in-non-selected-windows nil)
|
||||
|
||||
(require 'f)
|
||||
(setq bidi-inhibit-bpa t
|
||||
redisplay-skip-fontification-on-input t
|
||||
read-process-output-max (string-to-number (f-read-text "/proc/sys/fs/pipe-max-size"))
|
||||
|
|
|
|||
1
init.el
1
init.el
|
|
@ -100,6 +100,7 @@
|
|||
bidi-paragraph-direction 'left-to-right
|
||||
cursor-in-non-selected-windows nil)
|
||||
|
||||
(require 'f)
|
||||
(setq bidi-inhibit-bpa t
|
||||
redisplay-skip-fontification-on-input t
|
||||
read-process-output-max (string-to-number (f-read-text "/proc/sys/fs/pipe-max-size"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue