ที่ 23 พฤศจิกายนsyl20bnrเพิ่มสลับใหม่ที่เรียกว่ามีอยู่บนspacemacs/toggle-truncate-lines
SPC t lอีกสลับคุณยังอาจพบว่าเป็นประโยชน์ที่มีอยู่บนspacemacs/toggle-visual-line-navigation
SPC t LดูGithub กระทำ
นี่คือลักษณะที่คุณdotspacemacs/user-config
สามารถเปิดใช้งานการสลับทั้งสองอย่าง:
(defun dotspacemacs/user-config ()
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code."
(spacemacs/toggle-truncate-lines-on)
;; Visual line navigation for textual modes
(add-hook 'text-mode-hook 'spacemacs/toggle-visual-line-navigation-on)
)
หากคุณไม่ทราบว่าdotspacemacs/user-config
คือมันไว้ในไฟล์ที่มีอยู่โดยการกด.spacemacs
SPC f e d
เบ็ดสำหรับspacemacs/toggle-visual-line-navigation-on
เป็นเพราะมันไม่ทำงานทั่วโลกเป็นอย่างอื่น
auto-fill-mode
แต่ดูเหมือนคุณกำลังมองหาเพื่อปิดการใช้งาน ลองM-x auto-fill-mode
(ซึ่งจะสลับเป็นเปิดและปิด) และถ้าเป็นไปได้และเป็นสิ่งที่คุณหมายถึงคุณสามารถปิดการใช้งานโดยอัตโนมัติในไฟล์ init ของคุณ