Skip to content

Commit

Permalink
Set line-move-visual as buffer local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bbelleville committed Apr 25, 2015
1 parent 339576f commit 862b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclim-problems.el
Expand Up @@ -80,9 +80,9 @@
mode-name "eclim/problems"
mode-line-process ""
truncate-lines t
line-move-visual nil
buffer-read-only t
default-directory (eclim/workspace-dir))
(setq-local line-move-visual nil)
(setq mode-line-format
(list "-"
'mode-line-mule-info
Expand Down

0 comments on commit 862b65e

Please sign in to comment.