kres 0.1.1

Bindings to the Knot Resolver library (also known as libkres)
1
2
3
4
5
6
7
8
9
;; emacs local configuration settings for knot-resolver source
;; surmised by dkg on 2016-04-02 23:46:50-0300

((c-mode
  (indent-tabs-mode . t)
  (tab-width . 8)
  (c-basic-offset . 8)
  (c-file-style . "linux"))
 )