Skip to content

Commit

Permalink
Add strace-mode to selected packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Jun 18, 2018
1 parent 0f71c04 commit 4eef365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@
;;; StackExchange
(nconc package-selected-packages '(sx))

(nconc package-selected-packages '(strace-mode))

;;; Syntax checking
(nconc package-selected-packages '(flycheck helm-flycheck))
(when (require 'flycheck nil t) (require 'init-flycheck))
Expand Down

0 comments on commit 4eef365

Please sign in to comment.