It is recommended to add the following lines in ~/.emacs

(load "/usr/share/argile/argile.el")	;; load argile-mode
(argile-mode-be-auto)			;; add argile-mode to auto-mode-alist
(prefer-coding-system 'utf-8-unix)	;; unless you don't want utf-8
