Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Robert Helgesson
configurations
Commits
13e91495
Verified
Commit
13e91495
authored
Nov 07, 2020
by
Robert Helgesson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add fix for compile flycheck problem
parent
eba38c69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
user/emacs.nix
user/emacs.nix
+6
-0
No files found.
user/emacs.nix
View file @
13e91495
...
...
@@ -1251,6 +1251,12 @@ in
hook
=
[
"ggtags-mode"
];
};
# Needed by Flycheck.
pkg-info
=
{
enable
=
true
;
command
=
[
"pkg-info-version-info"
];
};
protobuf-mode
=
{
mode
=
[
''"'\\.proto\\'"''
];
};
...
...
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