aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el15
-rw-r--r--README.md5
2 files changed, 9 insertions, 11 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 5606ae8..c6dd4df 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,16 +9,15 @@
;;
;; For more information see (info "(emacs) Directory Variables")
-;; Open `.mk' files in Makefile mode
-(add-to-list 'auto-mode-alist '("\\.mk$" . makefile-mode))
-
;; Basic settings.
-((nil
- (indent-tabs-mode . nil) ;; No tabs as indentation
- (fill-column . 75)) ;; 75-character wide lines
- (c-mode
+((c-mode ;; C files
(c-basic-offset . 2) ;; 2 spaces of indentation
(c-file-style . "gnu")) ;; GNU style for braces
- (makefile-mode
+
+ (makefile-mode ;; Makefiles
(indent-tabs-mode . t)) ;; Real TABs are important in makefiles
+
+(nil ;; All other files.
+ (indent-tabs-mode . nil) ;; No tabs as indentation
+ (fill-column . 75)) ;; 75-character wide lines
)
diff --git a/README.md b/README.md
index 2f12e25..8fcca2e 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,8 @@ This project contains a **fully working template** for a high-level
research reproduction pipeline, or reproducible paper, as defined in the
link below. If the link below is not accessible at the time of reading,
please see the appendix at the end of this file for a portion of its
-introduction. Some
-[slides](http://akhlaghi.org/pdf/reproducible-paper.pdf) are also
-available to help demonstrate the concept implemented here.
+introduction. Some [slides](http://akhlaghi.org/pdf/reproducible-paper.pdf)
+are also available to help demonstrate the concept implemented here.
http://akhlaghi.org/reproducible-science.html