Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
C
configurations
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Robert Helgesson
configurations
Commits
4b8aa3e5
Verified
Commit
4b8aa3e5
authored
Nov 07, 2020
by
Robert Helgesson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase read-process-output-max to help LSP
parent
9a4a1fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
user/emacs.nix
user/emacs.nix
+3
-0
No files found.
user/emacs.nix
View file @
4b8aa3e5
...
...
@@ -63,6 +63,9 @@ in
(setq make-backup-files nil
auto-save-default nil)
;; Default is 4k, which is too low for LSP.
(setq read-process-output-max (* 1024 1024))
;; Always show line and column number in the mode line.
(line-number-mode)
(column-number-mode)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment