Skip to content

Commit

Permalink
Remove fill-column-indicator
Browse files Browse the repository at this point in the history
It was clashing with company-mode:

https://twitter.com/davepdotorg/status/866642177706917888

and while trying to work out who the bug should be reported it, I stumbled
on:

alpaker/fill-column-indicator#72 (comment)

which would suggest there's a bigger issue here and I might run into other
problems. Really nice mode/idea, implements a thing I really like in
SublimeText, but doesn't look like it's a good mix for my usual setup.
  • Loading branch information
davep committed May 22, 2017
1 parent 47f71bd commit 440ec19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'(package-archive-upload-base "~/develop/elisp/delpa/")
'(package-selected-packages
(quote
(fill-column-indicator page-break-lines company slstats expando is-a msig signature smartsig macdob powerline google-contacts google-maps nuke-buffers longmacs magit setup-compile ngn winsplit org-davep icmp-info multiple-cursors xbase davep-org constellations boxquote itch insert become webinfo unbind nukneval moving fscroll binclock csrclr use-package handyurl services protocols obfusurl paren-face parenface uptimes thinks package-lint w3m slime sass-mode restclient powershell markdown-mode hyde highlight-chars emojify dictionary csharp-mode browse-kill-ring auto-compile)))
(page-break-lines company slstats expando is-a msig signature smartsig macdob powerline google-contacts google-maps nuke-buffers longmacs magit setup-compile ngn winsplit org-davep icmp-info multiple-cursors xbase davep-org constellations boxquote itch insert become webinfo unbind nukneval moving fscroll binclock csrclr use-package handyurl services protocols obfusurl paren-face parenface uptimes thinks package-lint w3m slime sass-mode restclient powershell markdown-mode hyde highlight-chars emojify dictionary csharp-mode browse-kill-ring auto-compile)))
'(package-user-dir "~/.emacs.d/.packages")
'(pascal-auto-newline t)
'(pascal-indent-level 2)
Expand Down
7 changes: 0 additions & 7 deletions init.d/packages/init-packages-melpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
:config
(global-emojify-mode)
:ensure t)
(use-package fill-column-indicator
:ensure t
:config
(add-hook 'after-change-major-mode-hook
(lambda ()
(when (buffer-file-name)
(fci-mode 1)))))
(use-package google-contacts
:ensure t)
(use-package google-maps
Expand Down

0 comments on commit 440ec19

Please sign in to comment.